Skip to content

Commit 4657695

Browse files
author
Mike Frederick, mikefrederick
committedAug 14, 2013
Added xcshareddata to source control
1 parent a9a2cba commit 4657695

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed
 

‎.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ Pods/
1010
*.perspectivev3
1111
*.mode1v3
1212
*.mode2v3
13-
xcuserdata
14-
*.xcworkspace/xcshareddata
13+
xcuserdata/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
6+
<false/>
7+
<key>IDESourceControlProjectIdentifier</key>
8+
<string>515D6BF1-B9FE-47D6-993F-1203ACC13D13</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>MFSideMenu</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>CD68483B-F67E-4A4D-B2FE-5CE4BCC519F7</key>
14+
<string>https://github.com/mikefrederick/MFSideMenu.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>MFSideMenu.xcworkspace</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>CD68483B-F67E-4A4D-B2FE-5CE4BCC519F7</key>
21+
<string>..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>https://github.com/mikefrederick/MFSideMenu.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>110</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>CD68483B-F67E-4A4D-B2FE-5CE4BCC519F7</string>
29+
<key>IDESourceControlProjectWCConfigurations</key>
30+
<array>
31+
<dict>
32+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
33+
<string>public.vcs.git</string>
34+
<key>IDESourceControlWCCIdentifierKey</key>
35+
<string>CD68483B-F67E-4A4D-B2FE-5CE4BCC519F7</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>MFSideMenu</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.