From f1069eeefe825feb238ba0810012ec30fa65cab8 Mon Sep 17 00:00:00 2001 From: Billy Gray Date: Tue, 27 Aug 2013 12:05:26 -0400 Subject: [PATCH] Unlinks amalgamation target as dependency, run make to execute amalgamation by Makefile before building in Xcode --- sqlcipher.xcodeproj/project.pbxproj | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/sqlcipher.xcodeproj/project.pbxproj b/sqlcipher.xcodeproj/project.pbxproj index a152f380..f855345a 100644 --- a/sqlcipher.xcodeproj/project.pbxproj +++ b/sqlcipher.xcodeproj/project.pbxproj @@ -24,16 +24,6 @@ 9069D0A30FCE1A4D0042E34C /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = 9069D0A20FCE1A4D0042E34C /* sqlite3.c */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 9069D08E0FCE18790042E34C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9069D08B0FCE185A0042E34C; - remoteInfo = amalgamation; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 9069D0A20FCE1A4D0042E34C /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = ""; }; D2AAC046055464E500DB518D /* libsqlcipher.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsqlcipher.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -107,7 +97,6 @@ buildRules = ( ); dependencies = ( - 9069D08F0FCE18790042E34C /* PBXTargetDependency */, ); name = sqlcipher; productName = sqlcipher; @@ -171,14 +160,6 @@ }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 9069D08F0FCE18790042E34C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 9069D08B0FCE185A0042E34C /* amalgamation */; - targetProxy = 9069D08E0FCE18790042E34C /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin XCBuildConfiguration section */ 1DEB91EC08733DB70010E9CD /* Debug */ = { isa = XCBuildConfiguration;