Skip to content

Commit

Permalink
Swift 1.2 GM
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Celis <[email protected]>
  • Loading branch information
stephencelis committed Apr 9, 2015
1 parent 2cc0a17 commit fc086d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sqlite3/iphoneos.modulemap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sqlite3 [system] {
header "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
export *
}
2 changes: 1 addition & 1 deletion sqlite3/iphonesimulator.modulemap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sqlite3 [system] {
header "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/sqlite3.h"
header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/sqlite3.h"
export *
}

0 comments on commit fc086d0

Please sign in to comment.