Skip to content

Commit 00b6ffc

Browse files
committed
Renamed schemes
1 parent 33178e0 commit 00b6ffc

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

SQLite.xcodeproj/project.xcworkspace/xcshareddata/SQLite.xccheckout

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>IDESourceControlProjectIdentifier</key>
88
<string>E427014D-8915-4E3B-859D-5EB72D455321</string>
99
<key>IDESourceControlProjectName</key>
10-
<string>SQLite</string>
10+
<string>project</string>
1111
<key>IDESourceControlProjectOriginsDictionary</key>
1212
<dict>
1313
<key>3AE8ED2E684071AF4FB151FA51BF266B82FF45BD</key>
@@ -16,13 +16,13 @@
1616
<string>https://github.com/sqlcipher/sqlcipher.git</string>
1717
</dict>
1818
<key>IDESourceControlProjectPath</key>
19-
<string>SQLite.xcodeproj</string>
19+
<string>SQLite.xcodeproj/project.xcworkspace</string>
2020
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
2121
<dict>
2222
<key>3AE8ED2E684071AF4FB151FA51BF266B82FF45BD</key>
2323
<string>../..</string>
2424
<key>55011AEBD444630C0E9DF47BD2E18FDBBDCC285D</key>
25-
<string>../../Vendor/sqlcipher</string>
25+
<string>../..Vendor/sqlcipher/</string>
2626
</dict>
2727
<key>IDESourceControlProjectURL</key>
2828
<string>github.com:stephencelis/SQLite.swift.git</string>
@@ -46,7 +46,7 @@
4646
<key>IDESourceControlWCCIdentifierKey</key>
4747
<string>3AE8ED2E684071AF4FB151FA51BF266B82FF45BD</string>
4848
<key>IDESourceControlWCCName</key>
49-
<string>SQLite</string>
49+
<string>SQLite.swift</string>
5050
</dict>
5151
</array>
5252
</dict>

SQLite.xcodeproj/xcshareddata/xcschemes/SQLite-iOS.xcscheme

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "B34350CC1AF7C46600EB5715"
18-
BuildableName = "SQLite copy.framework"
18+
BuildableName = "SQLite.framework"
1919
BlueprintName = "SQLite-iOS"
2020
ReferencedContainer = "container:SQLite.xcodeproj">
2121
</BuildableReference>
@@ -32,8 +32,8 @@
3232
<MacroExpansion>
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "B34350A01AF7BA3200EB5715"
36-
BuildableName = "SQLite-iOS.framework"
35+
BlueprintIdentifier = "B34350CC1AF7C46600EB5715"
36+
BuildableName = "SQLite.framework"
3737
BlueprintName = "SQLite-iOS"
3838
ReferencedContainer = "container:SQLite.xcodeproj">
3939
</BuildableReference>
@@ -48,6 +48,15 @@
4848
ignoresPersistentStateOnLaunch = "NO"
4949
debugDocumentVersioning = "YES"
5050
allowLocationSimulation = "YES">
51+
<MacroExpansion>
52+
<BuildableReference
53+
BuildableIdentifier = "primary"
54+
BlueprintIdentifier = "B34350CC1AF7C46600EB5715"
55+
BuildableName = "SQLite.framework"
56+
BlueprintName = "SQLite-iOS"
57+
ReferencedContainer = "container:SQLite.xcodeproj">
58+
</BuildableReference>
59+
</MacroExpansion>
5160
<AdditionalOptions>
5261
</AdditionalOptions>
5362
</LaunchAction>

0 commit comments

Comments
 (0)