diff options
-rwxr-xr-x | Cartographic.xcodeproj/project.pbxproj | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 5f63bf1..719aa26 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj | |||
@@ -1755,7 +1755,10 @@ | |||
1755 | isa = XCBuildConfiguration; | 1755 | isa = XCBuildConfiguration; |
1756 | buildSettings = { | 1756 | buildSettings = { |
1757 | ALWAYS_SEARCH_USER_PATHS = NO; | 1757 | ALWAYS_SEARCH_USER_PATHS = NO; |
1758 | ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | 1758 | ARCHS = ( |
1759 | armv7, | ||
1760 | armv6, | ||
1761 | ); | ||
1759 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1762 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
1760 | COPY_PHASE_STRIP = NO; | 1763 | COPY_PHASE_STRIP = NO; |
1761 | GCC_C_LANGUAGE_STANDARD = c99; | 1764 | GCC_C_LANGUAGE_STANDARD = c99; |
@@ -1860,7 +1863,10 @@ | |||
1860 | isa = XCBuildConfiguration; | 1863 | isa = XCBuildConfiguration; |
1861 | buildSettings = { | 1864 | buildSettings = { |
1862 | ALWAYS_SEARCH_USER_PATHS = NO; | 1865 | ALWAYS_SEARCH_USER_PATHS = NO; |
1863 | ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | 1866 | ARCHS = ( |
1867 | armv7, | ||
1868 | armv6, | ||
1869 | ); | ||
1864 | CODE_SIGN_IDENTITY = "Don't Code Sign"; | 1870 | CODE_SIGN_IDENTITY = "Don't Code Sign"; |
1865 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1871 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
1866 | GCC_C_LANGUAGE_STANDARD = c99; | 1872 | GCC_C_LANGUAGE_STANDARD = c99; |
@@ -1886,7 +1892,10 @@ | |||
1886 | isa = XCBuildConfiguration; | 1892 | isa = XCBuildConfiguration; |
1887 | buildSettings = { | 1893 | buildSettings = { |
1888 | ALWAYS_SEARCH_USER_PATHS = NO; | 1894 | ALWAYS_SEARCH_USER_PATHS = NO; |
1889 | ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | 1895 | ARCHS = ( |
1896 | armv7, | ||
1897 | armv6, | ||
1898 | ); | ||
1890 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1899 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
1891 | GCC_C_LANGUAGE_STANDARD = c99; | 1900 | GCC_C_LANGUAGE_STANDARD = c99; |
1892 | GCC_PREPROCESSOR_DEFINITIONS = ( | 1901 | GCC_PREPROCESSOR_DEFINITIONS = ( |