Fixes #135 - convert Makefile to Xcode project
This commit is contained in:
17
ios-deploy-demo/main.m
Normal file
17
ios-deploy-demo/main.m
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// main.m
|
||||
// ios-deploy-demo
|
||||
//
|
||||
// Created by shazron on 7/16/15.
|
||||
// Copyright (c) 2015 PhoneGap. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
int main(int argc, const char * argv[]) {
|
||||
@autoreleasepool {
|
||||
// insert code here...
|
||||
NSLog(@"Hello, World!");
|
||||
}
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user