8000 Add explicit list of supported platforms and architectures to project… · githubzhaoliang/sqlcipher@54fb0db · GitHub
[go: up one dir, main page]

Skip to content

Commit 54fb0db

Browse files
committed
Add explicit list of supported platforms and architectures to project build settings for compatibility with XCode 4
1 parent c45622d commit 54fb0db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,14 @@
121121
isa = PBXProject;
122122
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "sqlcipher" */;
123123
compatibilityVersion = "Xcode 3.1";
124+
developmentRegion = English;
124125
hasScannedForEncodings = 1;
126+
knownRegions = (
127+
English,
128+
Japanese,
129+
French,
130+
German,
131+
);
125132
mainGroup = 08FB7794FE84155DC02AAC07 /* sqlcipher */;
126133
projectDirPath = "";
127134
projectRoot = "";
@@ -188,6 +195,8 @@
188195
);
189196
OTHER_LDFLAGS = "";
190197
PRODUCT_NAME = sqlcipher;
198+
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
199+
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
191200
};
192201
name = Debug;
193202
};
@@ -207,6 +216,8 @@
207216
);
208217
OTHER_LDFLAGS = "";
209218
PRODUCT_NAME = sqlcipher;
219+
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
220+
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
210221
};
211222
name = Release;
212223
};

0 commit comments

Comments
 (0)
0