Skip to content

Commit 5f2d994

Browse files
wadetregaskisjberkel
authored andcommitted
Fixed up file references, given all the moves made to support Swift packages.
1 parent 6903e4d commit 5f2d994

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

SQLite.xcodeproj/project.pbxproj

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@
223223
EE247AE41C3F04ED00AE3E12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
224224
EE247AEE1C3F06E900AE3E12 /* Blob.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Blob.swift; sourceTree = "<group>"; };
225225
EE247AEF1C3F06E900AE3E12 /* Connection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Connection.swift; sourceTree = "<group>"; };
226-
EE247AF01C3F06E900AE3E12 /* fts3_tokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fts3_tokenizer.h; sourceTree = "<group>"; };
227-
EE247AF11C3F06E900AE3E12 /* SQLite-Bridging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "SQLite-Bridging.m"; sourceTree = "<group>"; };
226+
EE247AF01C3F06E900AE3E12 /* fts3_tokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fts3_tokenizer.h; path = Sources/SQLiteObjc/fts3_tokenizer.h; sourceTree = "<group>"; };
227+
EE247AF11C3F06E900AE3E12 /* SQLite-Bridging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "SQLite-Bridging.m"; path = "Sources/SQLiteObjc/SQLite-Bridging.m"; sourceTree = "<group>"; };
228228
EE247AF21C3F06E900AE3E12 /* Statement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Statement.swift; sourceTree = "<group>"; };
229229
EE247AF31C3F06E900AE3E12 /* Value.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Value.swift; sourceTree = "<group>"; };
230230
EE247AF51C3F06E900AE3E12 /* FTS4.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTS4.swift; sourceTree = "<group>"; };
@@ -266,7 +266,7 @@
266266
EE247B921C3F822600AE3E12 /* playground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "playground@2x.png"; sourceTree = "<group>"; };
267267
EE247B931C3F826100AE3E12 /* SQLite.swift.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = SQLite.swift.podspec; sourceTree = "<group>"; };
268268
EE91808B1C46E34A0038162A /* usr/include/sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usr/include/sqlite3.h; sourceTree = SDKROOT; };
269-
EE91808D1C46E5230038162A /* SQLite-Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SQLite-Bridging.h"; sourceTree = "<group>"; };
269+
EE91808D1C46E5230038162A /* SQLite-Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SQLite-Bridging.h"; path = "../../SQLiteObjc/include/SQLite-Bridging.h"; sourceTree = "<group>"; };
270270
EE9180911C46E9D30038162A /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libsqlite3.tbd; sourceTree = DEVELOPER_DIR; };
271271
EE9180931C46EA210038162A /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
272272
/* End PBXFileReference section */
@@ -448,7 +448,8 @@
448448
EE247AF41C3F06E900AE3E12 /* Extensions */,
449449
EE247AF91C3F06E900AE3E12 /* Typed */,
450450
);
451-
path = SQLite;
451+
name = SQLite;
452+
path = Sources/SQLite;
452453
sourceTree = "<group>";
453454
};
454455
EE247AE11C3F04ED00AE3E12 /* SQLiteTests */ = {
@@ -476,7 +477,8 @@
476477
19A17E2695737FAB5D6086E3 /* fixtures */,
477478
19A17B93B48B5560E6E51791 /* Fixtures.swift */,
478479
);
479-
path = SQLiteTests;
480+
name = SQLiteTests;
481+
path = Tests/SQLiteTests;
480482
sourceTree = "<group>";
481483
};
482484
EE247AED1C3F06E900AE3E12 /* Core */ = {
@@ -1062,7 +1064,7 @@
10621064
DYLIB_COMPATIBILITY_VERSION = 1;
10631065
DYLIB_CURRENT_VERSION = 1;
10641066
DYLIB_INSTALL_NAME_BASE = "@rpath";
1065-
INFOPLIST_FILE = SQLite/Info.plist;
1067+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
10661068
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10671069
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
10681070
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
@@ -1085,7 +1087,7 @@
10851087
DYLIB_COMPATIBILITY_VERSION = 1;
10861088
DYLIB_CURRENT_VERSION = 1;
10871089
DYLIB_INSTALL_NAME_BASE = "@rpath";
1088-
INFOPLIST_FILE = SQLite/Info.plist;
1090+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
10891091
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10901092
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
10911093
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
@@ -1135,7 +1137,7 @@
11351137
DYLIB_COMPATIBILITY_VERSION = 1;
11361138
DYLIB_CURRENT_VERSION = 1;
11371139
DYLIB_INSTALL_NAME_BASE = "@rpath";
1138-
INFOPLIST_FILE = SQLite/Info.plist;
1140+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
11391141
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11401142
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
11411143
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
@@ -1160,7 +1162,7 @@
11601162
DYLIB_COMPATIBILITY_VERSION = 1;
11611163
DYLIB_CURRENT_VERSION = 1;
11621164
DYLIB_INSTALL_NAME_BASE = "@rpath";
1163-
INFOPLIST_FILE = SQLite/Info.plist;
1165+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
11641166
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11651167
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
11661168
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
@@ -1283,7 +1285,7 @@
12831285
DYLIB_COMPATIBILITY_VERSION = 1;
12841286
DYLIB_CURRENT_VERSION = 1;
12851287
DYLIB_INSTALL_NAME_BASE = "@rpath";
1286-
INFOPLIST_FILE = SQLite/Info.plist;
1288+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
12871289
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
12881290
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
12891291
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -1309,7 +1311,7 @@
13091311
DYLIB_COMPATIBILITY_VERSION = 1;
13101312
DYLIB_CURRENT_VERSION = 1;
13111313
DYLIB_INSTALL_NAME_BASE = "@rpath";
1312-
INFOPLIST_FILE = SQLite/Info.plist;
1314+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
13131315
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
13141316
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13151317
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -1357,7 +1359,7 @@
13571359
DYLIB_CURRENT_VERSION = 1;
13581360
DYLIB_INSTALL_NAME_BASE = "@rpath";
13591361
FRAMEWORK_VERSION = A;
1360-
INFOPLIST_FILE = SQLite/Info.plist;
1362+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
13611363
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
13621364
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
13631365
MACOSX_DEPLOYMENT_TARGET = 10.9;
@@ -1384,7 +1386,7 @@
13841386
DYLIB_CURRENT_VERSION = 1;
13851387
DYLIB_INSTALL_NAME_BASE = "@rpath";
13861388
FRAMEWORK_VERSION = A;
1387-
INFOPLIST_FILE = SQLite/Info.plist;
1389+
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
13881390
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
13891391
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
13901392
MACOSX_DEPLOYMENT_TARGET = 10.9;

0 commit comments

Comments
 (0)