diff options
author | murgatroid99 <mlumish@google.com> | 2015-06-12 16:08:18 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-06-12 16:08:18 -0700 |
commit | a0117adab0f764f499e839eea922e070418c6f14 (patch) | |
tree | 5ee7ee2ad1a9651b4a557c7bd4400b4ce8aaa251 | |
parent | 3ea5cc927c733b8e8bba9f8bbce1f2ac8634ceb9 (diff) |
Moved main.m up a level
-rw-r--r-- | objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | objective-c/helloworld/main.m (renamed from objective-c/helloworld/HelloWorld/main.m) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj b/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj index 018e722cb7..8d92247a91 100644 --- a/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj +++ b/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj @@ -30,7 +30,7 @@ 0C432EF610DB15C0F47A66BB /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; }; 5E3690601B2A23800040F884 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; }; 5E3690641B2A23800040F884 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; - 5E3690651B2A23800040F884 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; }; + 5E3690651B2A23800040F884 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 5E3690671B2A23800040F884 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 5E3690681B2A23800040F884 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 5E36906A1B2A23800040F884 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; diff --git a/objective-c/helloworld/HelloWorld/main.m b/objective-c/helloworld/main.m index 458580be30..458580be30 100644 --- a/objective-c/helloworld/HelloWorld/main.m +++ b/objective-c/helloworld/main.m |