Skip to content

Commit fc086d0

Browse files
committed
Swift 1.2 GM
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 2cc0a17 commit fc086d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sqlite3/iphoneos.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module sqlite3 [system] {
2-
header "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
2+
header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
33
export *
44
}

sqlite3/iphonesimulator.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module sqlite3 [system] {
2-
header "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/sqlite3.h"
2+
header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/sqlite3.h"
33
export *
44
}

0 commit comments

Comments
 (0)