diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-10-17 20:57:46 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-10-17 20:57:46 -0400 |
commit | 08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc (patch) | |
tree | 7f08db53abebda90785398911a6ed2f08c972051 /Cartographic.xcodeproj | |
parent | 4d09a715397de91a66f3fbea0fe2b629f64b6e9a (diff) | |
download | cartcollect-0.4.8.tar.gz cartcollect-0.4.8.tar.bz2 cartcollect-0.4.8.zip |
Added support for gyroscope-based movement v0.4.8
Closes #230
Diffstat (limited to 'Cartographic.xcodeproj')
-rwxr-xr-x | Cartographic.xcodeproj/project.pbxproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 75343b3..cd76e10 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj | |||
@@ -109,6 +109,7 @@ | |||
109 | 6C19F1651401917900F9CCD3 /* feedback2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C19F1641401917900F9CCD3 /* feedback2.png */; }; | 109 | 6C19F1651401917900F9CCD3 /* feedback2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C19F1641401917900F9CCD3 /* feedback2.png */; }; |
110 | 6C29041013EAEB590032DA0F /* TutorialBubble.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C29040F13EAEB590032DA0F /* TutorialBubble.m */; }; | 110 | 6C29041013EAEB590032DA0F /* TutorialBubble.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C29040F13EAEB590032DA0F /* TutorialBubble.m */; }; |
111 | 6C29041213EAEC8A0032DA0F /* framestuff.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C29041113EAEC8A0032DA0F /* framestuff.png */; }; | 111 | 6C29041213EAEC8A0032DA0F /* framestuff.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C29041113EAEC8A0032DA0F /* framestuff.png */; }; |
112 | 6C2A07781436100C007AB76C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C2A07771436100C007AB76C /* CoreMotion.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; | ||
112 | 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFDF13FC2708002B21AF /* tutorial.png */; }; | 113 | 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFDF13FC2708002B21AF /* tutorial.png */; }; |
113 | 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFE113FC2713002B21AF /* tutorial2.png */; }; | 114 | 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFE113FC2713002B21AF /* tutorial2.png */; }; |
114 | 6C39CFE513FC4635002B21AF /* JumpGameMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C39CFE413FC4635002B21AF /* JumpGameMode.m */; }; | 115 | 6C39CFE513FC4635002B21AF /* JumpGameMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C39CFE413FC4635002B21AF /* JumpGameMode.m */; }; |
@@ -444,6 +445,7 @@ | |||
444 | 6C29040E13EAEB590032DA0F /* TutorialBubble.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialBubble.h; sourceTree = "<group>"; }; | 445 | 6C29040E13EAEB590032DA0F /* TutorialBubble.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialBubble.h; sourceTree = "<group>"; }; |
445 | 6C29040F13EAEB590032DA0F /* TutorialBubble.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TutorialBubble.m; sourceTree = "<group>"; }; | 446 | 6C29040F13EAEB590032DA0F /* TutorialBubble.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TutorialBubble.m; sourceTree = "<group>"; }; |
446 | 6C29041113EAEC8A0032DA0F /* framestuff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = framestuff.png; sourceTree = "<group>"; }; | 447 | 6C29041113EAEC8A0032DA0F /* framestuff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = framestuff.png; sourceTree = "<group>"; }; |
448 | 6C2A07771436100C007AB76C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; }; | ||
447 | 6C39CFDF13FC2708002B21AF /* tutorial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial.png; sourceTree = "<group>"; }; | 449 | 6C39CFDF13FC2708002B21AF /* tutorial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial.png; sourceTree = "<group>"; }; |
448 | 6C39CFE113FC2713002B21AF /* tutorial2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial2.png; sourceTree = "<group>"; }; | 450 | 6C39CFE113FC2713002B21AF /* tutorial2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial2.png; sourceTree = "<group>"; }; |
449 | 6C39CFE313FC4635002B21AF /* JumpGameMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JumpGameMode.h; sourceTree = "<group>"; }; | 451 | 6C39CFE313FC4635002B21AF /* JumpGameMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JumpGameMode.h; sourceTree = "<group>"; }; |
@@ -673,6 +675,7 @@ | |||
673 | isa = PBXFrameworksBuildPhase; | 675 | isa = PBXFrameworksBuildPhase; |
674 | buildActionMask = 2147483647; | 676 | buildActionMask = 2147483647; |
675 | files = ( | 677 | files = ( |
678 | 6C2A07781436100C007AB76C /* CoreMotion.framework in Frameworks */, | ||
676 | DCCBF1B70F6022AE0040855A /* CoreGraphics.framework in Frameworks */, | 679 | DCCBF1B70F6022AE0040855A /* CoreGraphics.framework in Frameworks */, |
677 | DCCBF1B90F6022AE0040855A /* Foundation.framework in Frameworks */, | 680 | DCCBF1B90F6022AE0040855A /* Foundation.framework in Frameworks */, |
678 | DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */, | 681 | DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */, |
@@ -743,6 +746,7 @@ | |||
743 | children = ( | 746 | children = ( |
744 | 6C88B69314119B5A0049E402 /* libTestFlight.a */, | 747 | 6C88B69314119B5A0049E402 /* libTestFlight.a */, |
745 | 3F8395D013D746200059AEE8 /* libsqlite3.0.dylib */, | 748 | 3F8395D013D746200059AEE8 /* libsqlite3.0.dylib */, |
749 | 6C2A07771436100C007AB76C /* CoreMotion.framework */, | ||
746 | DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */, | 750 | DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */, |
747 | DCCBF1B80F6022AE0040855A /* Foundation.framework */, | 751 | DCCBF1B80F6022AE0040855A /* Foundation.framework */, |
748 | DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */, | 752 | DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */, |
@@ -1686,6 +1690,7 @@ | |||
1686 | INFOPLIST_FILE = Resources/Info.plist; | 1690 | INFOPLIST_FILE = Resources/Info.plist; |
1687 | INFOPLIST_PREFIX_HEADER = Versioning.h; | 1691 | INFOPLIST_PREFIX_HEADER = Versioning.h; |
1688 | INFOPLIST_PREPROCESS = YES; | 1692 | INFOPLIST_PREPROCESS = YES; |
1693 | IPHONEOS_DEPLOYMENT_TARGET = 3.0; | ||
1689 | LIBRARY_SEARCH_PATHS = ( | 1694 | LIBRARY_SEARCH_PATHS = ( |
1690 | "$(inherited)", | 1695 | "$(inherited)", |
1691 | "\"$(SRCROOT)\"", | 1696 | "\"$(SRCROOT)\"", |
@@ -1695,6 +1700,7 @@ | |||
1695 | "-ObjC", | 1700 | "-ObjC", |
1696 | ); | 1701 | ); |
1697 | PRODUCT_NAME = Cartographic; | 1702 | PRODUCT_NAME = Cartographic; |
1703 | SDKROOT = iphoneos; | ||
1698 | TARGETED_DEVICE_FAMILY = 1; | 1704 | TARGETED_DEVICE_FAMILY = 1; |
1699 | WARNING_CFLAGS = "-Wall"; | 1705 | WARNING_CFLAGS = "-Wall"; |
1700 | }; | 1706 | }; |
@@ -1718,6 +1724,7 @@ | |||
1718 | INFOPLIST_FILE = Resources/Info.plist; | 1724 | INFOPLIST_FILE = Resources/Info.plist; |
1719 | INFOPLIST_PREFIX_HEADER = Versioning.h; | 1725 | INFOPLIST_PREFIX_HEADER = Versioning.h; |
1720 | INFOPLIST_PREPROCESS = YES; | 1726 | INFOPLIST_PREPROCESS = YES; |
1727 | IPHONEOS_DEPLOYMENT_TARGET = 3.0; | ||
1721 | LIBRARY_SEARCH_PATHS = ( | 1728 | LIBRARY_SEARCH_PATHS = ( |
1722 | "$(inherited)", | 1729 | "$(inherited)", |
1723 | "\"$(SRCROOT)\"", | 1730 | "\"$(SRCROOT)\"", |
@@ -1727,6 +1734,7 @@ | |||
1727 | "-ObjC", | 1734 | "-ObjC", |
1728 | ); | 1735 | ); |
1729 | PRODUCT_NAME = Cartographic; | 1736 | PRODUCT_NAME = Cartographic; |
1737 | SDKROOT = iphoneos; | ||
1730 | TARGETED_DEVICE_FAMILY = 1; | 1738 | TARGETED_DEVICE_FAMILY = 1; |
1731 | WARNING_CFLAGS = "-Wall"; | 1739 | WARNING_CFLAGS = "-Wall"; |
1732 | }; | 1740 | }; |
@@ -1821,6 +1829,7 @@ | |||
1821 | INFOPLIST_FILE = Resources/Info.plist; | 1829 | INFOPLIST_FILE = Resources/Info.plist; |
1822 | INFOPLIST_PREFIX_HEADER = Versioning.h; | 1830 | INFOPLIST_PREFIX_HEADER = Versioning.h; |
1823 | INFOPLIST_PREPROCESS = YES; | 1831 | INFOPLIST_PREPROCESS = YES; |
1832 | IPHONEOS_DEPLOYMENT_TARGET = 3.0; | ||
1824 | LIBRARY_SEARCH_PATHS = ( | 1833 | LIBRARY_SEARCH_PATHS = ( |
1825 | "$(inherited)", | 1834 | "$(inherited)", |
1826 | "\"$(SRCROOT)\"", | 1835 | "\"$(SRCROOT)\"", |
@@ -1830,6 +1839,7 @@ | |||
1830 | "-ObjC", | 1839 | "-ObjC", |
1831 | ); | 1840 | ); |
1832 | PRODUCT_NAME = Cartographic; | 1841 | PRODUCT_NAME = Cartographic; |
1842 | SDKROOT = iphoneos; | ||
1833 | TARGETED_DEVICE_FAMILY = 1; | 1843 | TARGETED_DEVICE_FAMILY = 1; |
1834 | WARNING_CFLAGS = "-Wall"; | 1844 | WARNING_CFLAGS = "-Wall"; |
1835 | }; | 1845 | }; |