Skip to content

Commit d2a266e

Browse files
committed
adjusts xcodeproj, resumes use of amalgation target as dependency, no longer needs manual/makefile build
1 parent 894b8ac commit d2a266e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

sqlcipher.xcodeproj/project.pbxproj

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

28+
/* Begin PBXContainerItemProxy section */
29+
289BE0E7180C4930003E52DA /* PBXContainerItemProxy */ = {
30+
isa = PBXContainerItemProxy;
31+
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
32+
proxyType = 1;
33+
remoteGlobalIDString = 9069D08B0FCE185A0042E34C;
34+
remoteInfo = amalgamation;
35+
};
36+
/* End PBXContainerItemProxy section */
37+
2838
/* Begin PBXFileReference section */
2939
28B46E6217CD07A600672510 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
3040
9069D0A20FCE1A4D0042E34C /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = "<group>"; };
@@ -101,6 +111,7 @@
101111
buildRules = (
102112
);
103113
dependencies = (
114+
289BE0E8180C4930003E52DA /* PBXTargetDependency */,
104115
);
105116
name = sqlcipher;
106117
productName = sqlcipher;
@@ -164,6 +175,14 @@
164175
};
165176
/* End PBXSourcesBuildPhase section */
166177

178+
/* Begin PBXTargetDependency section */
179+
289BE0E8180C4930003E52DA /* PBXTargetDependency */ = {
180+
isa = PBXTargetDependency;
181+
target = 9069D08B0FCE185A0042E34C /* amalgamation */;
182+
targetProxy = 289BE0E7180C4930003E52DA /* PBXContainerItemProxy */;
183+
};
184+
/* End PBXTargetDependency section */
185+
167186
/* Begin XCBuildConfiguration section */
168187
1DEB91EC08733DB70010E9CD /* Debug */ = {
169188
isa = XCBuildConfiguration;

0 commit comments

Comments
 (0)