-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
83 additions
and
16 deletions.
There are no files selected for viewing
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
iOS/Ringo/Ringo.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> |
56 changes: 56 additions & 0 deletions
56
...go.xcodeproj/project.xcworkspace/xcuserdata/jinhyuk.xcuserdatad/Bookmarks/bookmarks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>top-level-items</key> | ||
<array> | ||
<dict> | ||
<key>destination</key> | ||
<dict> | ||
<key>location-parameters</key> | ||
<dict> | ||
<key>EndingColumnNumber</key> | ||
<string>0</string> | ||
<key>EndingLineNumber</key> | ||
<string>19</string> | ||
<key>StartingColumnNumber</key> | ||
<string>0</string> | ||
<key>StartingLineNumber</key> | ||
<string>18</string> | ||
<key>Timestamp</key> | ||
<string>728739826.4251601</string> | ||
</dict> | ||
<key>rebasable-url</key> | ||
<dict> | ||
<key>base</key> | ||
<string>workspace</string> | ||
<key>payload</key> | ||
<dict> | ||
<key>relative-path</key> | ||
<string>Ringo/TabBarViewController.swift</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>text-context</key> | ||
<dict> | ||
<key>focused</key> | ||
<string> let recentsVC = RecentsViewController() | ||
</string> | ||
<key>leading</key> | ||
<string> | ||
let contactsVC = UINavigationController(rootViewController: ContactsViewController()) | ||
</string> | ||
<key>trailing</key> | ||
<string> let accountVC = AccountViewController() | ||
contactsVC.tabBarItem = UITabBarItem(title: "Contacts", image: UIImage(systemName: "person.3"), tag: 1) | ||
</string> | ||
</dict> | ||
<key>title</key> | ||
<string>Error: Cannot find 'ContactsTableViewController' in scope</string> | ||
<key>type</key> | ||
<string>bookmark</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file modified
BIN
+1.47 KB
(100%)
...odeproj/project.xcworkspace/xcuserdata/jinhyuk.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
...xcodeproj/project.xcworkspace/xcuserdata/jinhyuk.xcuserdatad/WorkspaceSettings.xcsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildLocationStyle</key> | ||
<string>UseAppPreferences</string> | ||
<key>CustomBuildLocationType</key> | ||
<string>RelativeToDerivedData</string> | ||
<key>DerivedDataLocationStyle</key> | ||
<string>Default</string> | ||
<key>ShowSharedSchemesAutomaticallyEnabled</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters