Skip to content

Commit f1069ee

Browse files
committed
Unlinks amalgamation target as dependency, run make to execute amalgamation by Makefile before building in Xcode
1 parent 167aab2 commit f1069ee

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@
2424
9069D0A30FCE1A4D0042E34C /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = 9069D0A20FCE1A4D0042E34C /* sqlite3.c */; };
2525
/* End PBXBuildFile section */
2626

27-
/* Begin PBXContainerItemProxy section */
28-
9069D08E0FCE18790042E34C /* PBXContainerItemProxy */ = {
29-
isa = PBXContainerItemProxy;
30-
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
31-
proxyType = 1;
32-
remoteGlobalIDString = 9069D08B0FCE185A0042E34C;
33-
remoteInfo = amalgamation;
34-
};
35-
/* End PBXContainerItemProxy section */
36-
3727
/* Begin PBXFileReference section */
3828
9069D0A20FCE1A4D0042E34C /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = "<group>"; };
3929
D2AAC046055464E500DB518D /* libsqlcipher.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsqlcipher.a; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -107,7 +97,6 @@
10797
buildRules = (
10898
);
10999
dependencies = (
110-
9069D08F0FCE18790042E34C /* PBXTargetDependency */,
111100
);
112101
name = sqlcipher;
113102
productName = sqlcipher;
@@ -171,14 +160,6 @@
171160
};
172161
/* End PBXSourcesBuildPhase section */
173162

174-
/* Begin PBXTargetDependency section */
175-
9069D08F0FCE18790042E34C /* PBXTargetDependency */ = {
176-
isa = PBXTargetDependency;
177-
target = 9069D08B0FCE185A0042E34C /* amalgamation */;
178-
targetProxy = 9069D08E0FCE18790042E34C /* PBXContainerItemProxy */;
179-
};
180-
/* End PBXTargetDependency section */
181-
182163
/* Begin XCBuildConfiguration section */
183164
1DEB91EC08733DB70010E9CD /* Debug */ = {
184165
isa = XCBuildConfiguration;

0 commit comments

Comments
 (0)