Skip to content

Commit 7744cdc

Browse files
committed
Hmm
1 parent 1a2412e commit 7744cdc

3 files changed

Lines changed: 42 additions & 1 deletion

File tree

Lines changed: 41 additions & 0 deletions
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>946BC9E1-580A-406E-A5AF-7E4DC5AB3FEE</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>bag.xml</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>4A452286-54E2-417A-B422-857BBD20F5FD</key>
14+
<string>https://github.com/bag-xml/bag.xml-Blog</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>bag.xml.xcodeproj/project.xcworkspace</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>4A452286-54E2-417A-B422-857BBD20F5FD</key>
21+
<string>../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>https://github.com/bag-xml/bag.xml-Blog</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>110</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>4A452286-54E2-417A-B422-857BBD20F5FD</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>4A452286-54E2-417A-B422-857BBD20F5FD</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>bag.xml-Blog</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>

bag.xml/Classes/API/XMLObjectRetriever.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ + (void)initObjRetrieval {
2727
NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:&error];
2828
if(data) {
2929
NSDictionary *response = [NSJSONSerialization JSONObjectWithData:data options:0 error:&error];
30-
NSLog(@"%@", response);
30+
NSLog(@"%@ssssss", response);
3131
}
3232
});
3333

0 commit comments

Comments
 (0)