8000 set SKIP_INSTALL for XC4 compat · githubzhaoliang/sqlcipher@df4dc37 · GitHub
[go: up one dir, main page]

Skip to content

Commit df4dc37

Browse files
committed
set SKIP_INSTALL for XC4 compat
1 parent f13ba3d commit df4dc37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
GCC_WARN_UNUSED_VARIABLE = YES;
228228
ONLY_ACTIVE_ARCH = NO;
229229
PREBINDING = NO;
230+
SKIP_INSTALL = YES;
230231
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
231232
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
232233
};
@@ -241,6 +242,7 @@
241242
GCC_WARN_UNUSED_VARIABLE = YES;
242243
ONLY_ACTIVE_ARCH = NO;
243244
PREBINDING = NO;
245+
SKIP_INSTALL = YES;
244246
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
245247
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
246248
};

0 commit comments

Comments
 (0)
0