Skip to content

Commit

Permalink
Added workspaces and Pods to sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
jhersh committed Feb 18, 2015
1 parent 361b268 commit 9f72570
Show file tree
Hide file tree
Showing 136 changed files with 8,600 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
xcuserdata

Build
DerivedData

.sass-cache

.DS_Store
Pods
*.xcworkspace

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>
1 change: 1 addition & 0 deletions Example/JazzHandsDemo.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>
94 changes: 94 additions & 0 deletions Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 92 additions & 0 deletions Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f72570

Please sign in to comment.