Skip to content

Commit ceee996

Browse files
committed
update XCode project for 4.5, armv7s, drop armv6
1 parent 6dbdd46 commit ceee996

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
08FB7793FE84155DC02AAC07 /* Project object */ = {
121121
isa = PBXProject;
122122
attributes = {
123-
LastUpgradeCheck = 0420;
123+
LastUpgradeCheck = 0450;
124124
};
125125
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "sqlcipher" */;
126126
compatibilityVersion = "Xcode 3.2";
@@ -184,6 +184,7 @@
184184
isa = XCBuildConfiguration;
185185
buildSettings = {
186186
ALWAYS_SEARCH_USER_PATHS = NO;
187+
COMBINE_HIDPI_IMAGES = YES;
187188
COPY_PHASE_STRIP = NO;
188189
GCC_DYNAMIC_NO_PIC = NO;
189190
GCC_MODEL_TUNING = G5;
@@ -215,6 +216,7 @@
215216
isa = XCBuildConfiguration;
216217
buildSettings = {
217218
ALWAYS_SEARCH_USER_PATHS = NO;
219+
COMBINE_HIDPI_IMAGES = YES;
218220
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
219221
GCC_MODEL_TUNING = G5;
220222
HEADER_SEARCH_PATHS = (
@@ -246,7 +248,7 @@
246248
isa = XCBuildConfiguration;
247249
buildSettings = {
248250
"ARCHS[sdk=iphoneos*]" = (
249-
armv6,
251+
armv7s,
250252
armv7,
251253
);
252254
"ARCHS[sdk=macosx*]" = (
@@ -269,7 +271,7 @@
269271
buildSettings = {
270272
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
271273
"ARCHS[sdk=iphoneos*]" = (
272-
armv6,
274+
armv7s,
273275
armv7,
274276
);
275277
"ARCHS[sdk=macosx*]" = (
@@ -288,6 +290,7 @@
288290
9069D08C0FCE185A0042E34C /* Debug */ = {
289291
isa = XCBuildConfiguration;
290292
buildSettings = {
293+
COMBINE_HIDPI_IMAGES = YES;
291294
COPY_PHASE_STRIP = NO;
292295
GCC_DYNAMIC_NO_PIC = NO;
293296
GCC_OPTIMIZATION_LEVEL = 0;
@@ -298,6 +301,7 @@
298301
9069D08D0FCE185A0042E34C /* Release */ = {
299302
isa = XCBuildConfiguration;
300303
buildSettings = {
304+
COMBINE_HIDPI_IMAGES = YES;
301305
COPY_PHASE_STRIP = YES;
302306
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
303307
PRODUCT_NAME = amalgamation;

0 commit comments

Comments
 (0)