diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-09-04 13:45:38 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-09-04 13:45:38 -0400 |
commit | b8d8e6086eacd904d582efa4107ff183275a69bc (patch) | |
tree | d76074722ba59451399b72db5417ef29cbe50abb /Cartographic.xcodeproj/project.pbxproj | |
parent | 0f2cacc1d98d8f0b1c3bec137ed8d810253e5248 (diff) | |
download | cartcollect-cc8317a05e39283dc6df0b9bae32199fffdaf47c.tar.gz cartcollect-cc8317a05e39283dc6df0b9bae32199fffdaf47c.tar.bz2 cartcollect-cc8317a05e39283dc6df0b9bae32199fffdaf47c.zip |
Added back support for the armv6 architecture v0.4.3
Diffstat (limited to 'Cartographic.xcodeproj/project.pbxproj')
-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 = ( |