-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added workspaces and Pods to sample project
- Loading branch information
Showing
136 changed files
with
8,600 additions
and
16 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,10 +1,4 @@ | ||
xcuserdata | ||
|
||
Build | ||
DerivedData | ||
|
||
.sass-cache | ||
|
||
.DS_Store | ||
Pods | ||
*.xcworkspace |
7 changes: 7 additions & 0 deletions
7
Example/JazzHandsDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
Example/JazzHandsDemo.xcodeproj/project.xcworkspace/xcshareddata/JazzHandsDemo.xccheckout
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,41 @@ | ||
<?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>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>2E910DB0-27F1-42B3-B5BE-42A57C43BBFB</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>JazzHandsDemo</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>CAC9D532-381E-4A1C-AA4D-31848DA1E084</key> | ||
<string>ssh://github.com/IFTTT/JazzHands.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>JazzHandsDemo/JazzHandsDemo.xcodeproj/project.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>CAC9D532-381E-4A1C-AA4D-31848DA1E084</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>ssh://github.com/IFTTT/JazzHands.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>110</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>CAC9D532-381E-4A1C-AA4D-31848DA1E084</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>CAC9D532-381E-4A1C-AA4D-31848DA1E084</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>JazzHands</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
Example/JazzHandsDemo.xcworkspace/xcshareddata/JazzHandsDemo.xccheckout
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,41 @@ | ||
<?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>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>65ACC6CB-3A79-494E-942B-F6EA2B235925</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>JazzHandsDemo</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>29EC5B8018A49A92A6FC1DFEC5A9D5A76030265D</key> | ||
<string>github.com:IFTTT/JazzHands.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>Example/JazzHandsDemo.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>29EC5B8018A49A92A6FC1DFEC5A9D5A76030265D</key> | ||
<string>../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>github.com:IFTTT/JazzHands.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>111</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>29EC5B8018A49A92A6FC1DFEC5A9D5A76030265D</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>29EC5B8018A49A92A6FC1DFEC5A9D5A76030265D</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>JazzHands</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.