Skip to content

Commit a885564

Browse files
committed
Make the Examples part of the main project's workspace.
1 parent 889bf9f commit a885564

File tree

5 files changed

+79
-82
lines changed

5 files changed

+79
-82
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.xcodeproj/*
22
!*.xcodeproj/project.pbxproj
3+
!*.xcodeproj/project.xcworkspace
34
/build
45
*.pbxuser
56
*.mode1v3
@@ -10,6 +11,4 @@ target/*
1011
profile
1112
*.svn
1213
/.svn/*
13-
*/*/xcuserdata
14-
*/*/*/xcuserdata
15-
*/*/*/*/xcuserdata
14+
xcuserdata

Examples/DisplayPretty/DisplayPretty.xcodeproj/project.pbxproj

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,41 @@
1414
BC70BF0B138D35AF00638110 /* DisplayPrettyAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BC70BF0A138D35AF00638110 /* DisplayPrettyAppDelegate.m */; };
1515
BC70BF0E138D35AF00638110 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC70BF0C138D35AF00638110 /* MainMenu.xib */; };
1616
BC70BF62138D408900638110 /* DisplayPrettyController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC70BF61138D408900638110 /* DisplayPrettyController.m */; };
17-
BC76484213A3600500666A48 /* SBJson.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC76484113A3600500666A48 /* SBJson.framework */; };
17+
BCA5BD8013BE00DD00223625 /* SBJson.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCA5BD6513BE00A200223625 /* SBJson.framework */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXContainerItemProxy section */
21-
BC76482413A35FC500666A48 /* PBXContainerItemProxy */ = {
21+
BCA5BD6413BE00A200223625 /* PBXContainerItemProxy */ = {
2222
isa = PBXContainerItemProxy;
23-
containerPortal = BC76481D13A35FC500666A48 /* SBJson.xcodeproj */;
23+
containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
2424
proxyType = 2;
2525
remoteGlobalIDString = BC12323D1391D5CC00131607;
2626
remoteInfo = SBJson;
2727
};
28-
BC76482613A35FC500666A48 /* PBXContainerItemProxy */ = {
28+
BCA5BD6613BE00A200223625 /* PBXContainerItemProxy */ = {
2929
isa = PBXContainerItemProxy;
30-
containerPortal = BC76481D13A35FC500666A48 /* SBJson.xcodeproj */;
30+
containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
3131
proxyType = 2;
3232
remoteGlobalIDString = BC1232521391D5CC00131607;
3333
remoteInfo = SBJsonTests;
3434
};
35-
BC76482813A35FC500666A48 /* PBXContainerItemProxy */ = {
35+
BCA5BD6813BE00A200223625 /* PBXContainerItemProxy */ = {
3636
isa = PBXContainerItemProxy;
37-
containerPortal = BC76481D13A35FC500666A48 /* SBJson.xcodeproj */;
37+
containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
3838
proxyType = 2;
3939
remoteGlobalIDString = BCC2626913920FC7003D9994;
4040
remoteInfo = "sbjson-ios";
4141
};
42-
BC76482A13A35FC500666A48 /* PBXContainerItemProxy */ = {
42+
BCA5BD6A13BE00A200223625 /* PBXContainerItemProxy */ = {
4343
isa = PBXContainerItemProxy;
44-
containerPortal = BC76481D13A35FC500666A48 /* SBJson.xcodeproj */;
44+
containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
4545
proxyType = 2;
4646
remoteGlobalIDString = BCC2627313920FC7003D9994;
4747
remoteInfo = "sbjson-iosTests";
4848
};
49-
BC76483F13A35FF600666A48 /* PBXContainerItemProxy */ = {
49+
BCA5BD7E13BE00D600223625 /* PBXContainerItemProxy */ = {
5050
isa = PBXContainerItemProxy;
51-
containerPortal = BC76481D13A35FC500666A48 /* SBJson.xcodeproj */;
51+
containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
5252
proxyType = 1;
5353
remoteGlobalIDString = BC12323C1391D5CC00131607;
5454
remoteInfo = SBJson;
@@ -71,16 +71,16 @@
7171
BC70BF0D138D35AF00638110 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
7272
BC70BF60138D408900638110 /* DisplayPrettyController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplayPrettyController.h; sourceTree = "<group>"; };
7373
BC70BF61138D408900638110 /* DisplayPrettyController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DisplayPrettyController.m; sourceTree = "<group>"; };
74-
BC76481D13A35FC500666A48 /* SBJson.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SBJson.xcodeproj; path = /Users/Hoosband/Desktop/sbjson/Examples/../SBJson.xcodeproj; sourceTree = "<absolute>"; };
7574
BC76484113A3600500666A48 /* SBJson.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SBJson.framework; sourceTree = SOURCE_ROOT; };
75+
BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SBJson.xcodeproj; path = ../../SBJson.xcodeproj; sourceTree = "<group>"; };
7676
/* End PBXFileReference section */
7777

7878
/* Begin PBXFrameworksBuildPhase section */
7979
BC70BEF0138D35AF00638110 /* Frameworks */ = {
8080
isa = PBXFrameworksBuildPhase;
8181
buildActionMask = 2147483647;
8282
files = (
83-
BC76484213A3600500666A48 /* SBJson.framework in Frameworks */,
83+
BCA5BD8013BE00DD00223625 /* SBJson.framework in Frameworks */,
8484
BC70BEF8138D35AF00638110 /* Cocoa.framework in Frameworks */,
8585
);
8686
runOnlyForDeploymentPostprocessing = 0;
@@ -91,7 +91,7 @@
9191
BC70BEE8138D35AF00638110 = {
9292
isa = PBXGroup;
9393
children = (
94-
BC76481D13A35FC500666A48 /* SBJson.xcodeproj */,
94+
BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */,
9595
BC70BEFD138D35AF00638110 /* DisplayPretty */,
9696
BC70BEF6138D35AF00638110 /* Frameworks */,
9797
BC70BEF4138D35AF00638110 /* Products */,
@@ -151,13 +151,13 @@
151151
name = "Supporting Files";
152152
sourceTree = "<group>";
153153
};
154-
BC76481E13A35FC500666A48 /* Products */ = {
154+
BCA5BD5E13BE00A200223625 /* Products */ = {
155155
isa = PBXGroup;
156156
children = (
157-
BC76482513A35FC500666A48 /* SBJson.framework */,
158-
BC76482713A35FC500666A48 /* SBJsonTests.octest */,
159-
BC76482913A35FC500666A48 /* libsbjson-ios.a */,
160-
BC76482B13A35FC500666A48 /* sbjson-iosTests.octest */,
157+
BCA5BD6513BE00A200223625 /* SBJson.framework */,
158+
BCA5BD6713BE00A200223625 /* SBJsonTests.octest */,
159+
BCA5BD6913BE00A200223625 /* libsbjson-ios.a */,
160+
BCA5BD6B13BE00A200223625 /* sbjson-iosTests.octest */,
161161
);
162162
name = Products;
163163
sourceTree = "<group>";
@@ -176,7 +176,7 @@
176176
buildRules = (
177177
);
178178
dependencies = (
179-
BC76484013A35FF600666A48 /* PBXTargetDependency */,
179+
BCA5BD7F13BE00D600223625 /* PBXTargetDependency */,
180180
);
181181
name = DisplayPretty;
182182
productName = DisplayPretty;
@@ -204,8 +204,8 @@
204204
projectDirPath = "";
205205
projectReferences = (
206206
{
207-
ProductGroup = BC76481E13A35FC500666A48 /* Products */;
208-
ProjectRef = BC76481D13A35FC500666A48 /* SBJson.xcodeproj */;
207+
ProductGroup = BCA5BD5E13BE00A200223625 /* Products */;
208+
ProjectRef = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
209209
},
210210
);
211211
projectRoot = "";
@@ -216,32 +216,32 @@
216216
/* End PBXProject section */
217217

218218
/* Begin PBXReferenceProxy section */
219-
BC76482513A35FC500666A48 /* SBJson.framework */ = {
219+
BCA5BD6513BE00A200223625 /* SBJson.framework */ = {
220220
isa = PBXReferenceProxy;
221221
fileType = wrapper.framework;
222222
path = SBJson.framework;
223-
remoteRef = BC76482413A35FC500666A48 /* PBXContainerItemProxy */;
223+
remoteRef = BCA5BD6413BE00A200223625 /* PBXContainerItemProxy */;
224224
sourceTree = BUILT_PRODUCTS_DIR;
225225
};
226-
BC76482713A35FC500666A48 /* SBJsonTests.octest */ = {
226+
BCA5BD6713BE00A200223625 /* SBJsonTests.octest */ = {
227227
isa = PBXReferenceProxy;
228228
fileType = wrapper.cfbundle;
229229
path = SBJsonTests.octest;
230-
remoteRef = BC76482613A35FC500666A48 /* PBXContainerItemProxy */;
230+
remoteRef = BCA5BD6613BE00A200223625 /* PBXContainerItemProxy */;
231231
sourceTree = BUILT_PRODUCTS_DIR;
232232
};
233-
BC76482913A35FC500666A48 /* libsbjson-ios.a */ = {
233+
BCA5BD6913BE00A200223625 /* libsbjson-ios.a */ = {
234234
isa = PBXReferenceProxy;
235235
fileType = archive.ar;
236236
path = "libsbjson-ios.a";
237-
remoteRef = BC76482813A35FC500666A48 /* PBXContainerItemProxy */;
237+
remoteRef = BCA5BD6813BE00A200223625 /* PBXContainerItemProxy */;
238238
sourceTree = BUILT_PRODUCTS_DIR;
239239
};
240-
BC76482B13A35FC500666A48 /* sbjson-iosTests.octest */ = {
240+
BCA5BD6B13BE00A200223625 /* sbjson-iosTests.octest */ = {
241241
isa = PBXReferenceProxy;
242242
fileType = wrapper.cfbundle;
243243
path = "sbjson-iosTests.octest";
244-
remoteRef = BC76482A13A35FC500666A48 /* PBXContainerItemProxy */;
244+
remoteRef = BCA5BD6A13BE00A200223625 /* PBXContainerItemProxy */;
245245
sourceTree = BUILT_PRODUCTS_DIR;
246246
};
247247
/* End PBXReferenceProxy section */
@@ -273,10 +273,10 @@
273273
/* End PBXSourcesBuildPhase section */
274274

275275
/* Begin PBXTargetDependency section */
276-
BC76484013A35FF600666A48 /* PBXTargetDependency */ = {
276+
BCA5BD7F13BE00D600223625 /* PBXTargetDependency */ = {
277277
isa = PBXTargetDependency;
278278
name = SBJson;
279-
targetProxy = BC76483F13A35FF600666A48 /* PBXContainerItemProxy */;
279+
targetProxy = BCA5BD7E13BE00D600223625 /* PBXContainerItemProxy */;
280280
};
281281
/* End PBXTargetDependency section */
282282

Examples/Examples.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 13 deletions
This file was deleted.

Examples/TweetStream/TweetStream.xcodeproj/project.pbxproj

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,41 @@
1616
BC70BE64138C025600638110 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC70BE62138C025500638110 /* MainWindow.xib */; };
1717
BC70BE67138C025600638110 /* TweetStreamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC70BE66138C025600638110 /* TweetStreamViewController.m */; };
1818
BC70BE6A138C025600638110 /* TweetStreamViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC70BE68138C025600638110 /* TweetStreamViewController.xib */; };
19-
BC76483E13A35FE700666A48 /* libsbjson-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BC76483D13A35FE700666A48 /* libsbjson-ios.a */; };
19+
BCA5BD7D13BE00CF00223625 /* libsbjson-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BCA5BD7813BE00A700223625 /* libsbjson-ios.a */; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXContainerItemProxy section */
23-
BC76483313A35FCA00666A48 /* PBXContainerItemProxy */ = {
23+
BCA5BD7313BE00A700223625 /* PBXContainerItemProxy */ = {
2424
isa = PBXContainerItemProxy;
25-
containerPortal = BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */;
25+
containerPortal = BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */;
2626
proxyType = 2;
2727
remoteGlobalIDString = BC12323D1391D5CC00131607;
2828
remoteInfo = SBJson;
2929
};
30-
BC76483513A35FCA00666A48 /* PBXContainerItemProxy */ = {
30+
BCA5BD7513BE00A700223625 /* PBXContainerItemProxy */ = {
3131
isa = PBXContainerItemProxy;
32-
containerPortal = BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */;
32+
containerPortal = BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */;
3333
proxyType = 2;
3434
remoteGlobalIDString = BC1232521391D5CC00131607;
3535
remoteInfo = SBJsonTests;
3636
};
37-
BC76483713A35FCA00666A48 /* PBXContainerItemProxy */ = {
37+
BCA5BD7713BE00A700223625 /* PBXContainerItemProxy */ = {
3838
isa = PBXContainerItemProxy;
39-
containerPortal = BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */;
39+
containerPortal = BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */;
4040
proxyType = 2;
4141
remoteGlobalIDString = BCC2626913920FC7003D9994;
4242
remoteInfo = "sbjson-ios";
4343
};
44-
BC76483913A35FCA00666A48 /* PBXContainerItemProxy */ = {
44+
BCA5BD7913BE00A700223625 /* PBXContainerItemProxy */ = {
4545
isa = PBXContainerItemProxy;
46-
containerPortal = BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */;
46+
containerPortal = BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */;
4747
proxyType = 2;
4848
remoteGlobalIDString = BCC2627313920FC7003D9994;
4949
remoteInfo = "sbjson-iosTests";
5050
};
51-
BC76483B13A35FDD00666A48 /* PBXContainerItemProxy */ = {
51+
BCA5BD7B13BE00C900223625 /* PBXContainerItemProxy */ = {
5252
isa = PBXContainerItemProxy;
53-
containerPortal = BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */;
53+
containerPortal = BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */;
5454
proxyType = 1;
5555
remoteGlobalIDString = BCC2626813920FC7003D9994;
5656
remoteInfo = "sbjson-ios";
@@ -72,16 +72,15 @@
7272
BC70BE65138C025600638110 /* TweetStreamViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TweetStreamViewController.h; sourceTree = "<group>"; };
7373
BC70BE66138C025600638110 /* TweetStreamViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TweetStreamViewController.m; sourceTree = "<group>"; };
7474
BC70BE69138C025600638110 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/TweetStreamViewController.xib; sourceTree = "<group>"; };
75-
BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SBJson.xcodeproj; path = /Users/Hoosband/Desktop/sbjson/Examples/../SBJson.xcodeproj; sourceTree = "<absolute>"; };
76-
BC76483D13A35FE700666A48 /* libsbjson-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libsbjson-ios.a"; sourceTree = SOURCE_ROOT; };
75+
BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SBJson.xcodeproj; path = ../../SBJson.xcodeproj; sourceTree = "<group>"; };
7776
/* End PBXFileReference section */
7877

7978
/* Begin PBXFrameworksBuildPhase section */
8079
BC70BE49138C025500638110 /* Frameworks */ = {
8180
isa = PBXFrameworksBuildPhase;
8281
buildActionMask = 2147483647;
8382
files = (
84-
BC76483E13A35FE700666A48 /* libsbjson-ios.a in Frameworks */,
83+
BCA5BD7D13BE00CF00223625 /* libsbjson-ios.a in Frameworks */,
8584
BC70BE51138C025500638110 /* UIKit.framework in Frameworks */,
8685
BC70BE53138C025500638110 /* Foundation.framework in Frameworks */,
8786
BC70BE55138C025500638110 /* CoreGraphics.framework in Frameworks */,
@@ -94,7 +93,7 @@
9493
BC70BE41138C025500638110 = {
9594
isa = PBXGroup;
9695
children = (
97-
BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */,
96+
BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */,
9897
BC70BE56138C025500638110 /* TweetStream */,
9998
BC70BE4F138C025500638110 /* Frameworks */,
10099
BC70BE4D138C025500638110 /* Products */,
@@ -112,7 +111,6 @@
112111
BC70BE4F138C025500638110 /* Frameworks */ = {
113112
isa = PBXGroup;
114113
children = (
115-
BC76483D13A35FE700666A48 /* libsbjson-ios.a */,
116114
BC70BE50138C025500638110 /* UIKit.framework */,
117115
BC70BE52138C025500638110 /* Foundation.framework */,
118116
BC70BE54138C025500638110 /* CoreGraphics.framework */,
@@ -145,13 +143,13 @@
145143
name = "Supporting Files";
146144
sourceTree = "<group>";
147145
};
148-
BC76482D13A35FCA00666A48 /* Products */ = {
146+
BCA5BD6D13BE00A600223625 /* Products */ = {
149147
isa = PBXGroup;
150148
children = (
151-
BC76483413A35FCA00666A48 /* SBJson.framework */,
152-
BC76483613A35FCA00666A48 /* SBJsonTests.octest */,
153-
BC76483813A35FCA00666A48 /* libsbjson-ios.a */,
154-
BC76483A13A35FCA00666A48 /* sbjson-iosTests.octest */,
149+
BCA5BD7413BE00A700223625 /* SBJson.framework */,
150+
BCA5BD7613BE00A700223625 /* SBJsonTests.octest */,
151+
BCA5BD7813BE00A700223625 /* libsbjson-ios.a */,
152+
BCA5BD7A13BE00A700223625 /* sbjson-iosTests.octest */,
155153
);
156154
name = Products;
157155
sourceTree = "<group>";
@@ -170,7 +168,7 @@
170168
buildRules = (
171169
);
172170
dependencies = (
173-
BC76483C13A35FDD00666A48 /* PBXTargetDependency */,
171+
BCA5BD7C13BE00C900223625 /* PBXTargetDependency */,
174172
);
175173
name = TweetStream;
176174
productName = TweetStream;
@@ -198,8 +196,8 @@
198196
projectDirPath = "";
199197
projectReferences = (
200198
{
201-
ProductGroup = BC76482D13A35FCA00666A48 /* Products */;
202-
ProjectRef = BC76482C13A35FCA00666A48 /* SBJson.xcodeproj */;
199+
ProductGroup = BCA5BD6D13BE00A600223625 /* Products */;
200+
ProjectRef = BCA5BD6C13BE00A600223625 /* SBJson.xcodeproj */;
203201
},
204202
);
205203
projectRoot = "";
@@ -210,32 +208,32 @@
210208
/* End PBXProject section */
211209

212210
/* Begin PBXReferenceProxy section */
213-
BC76483413A35FCA00666A48 /* SBJson.framework */ = {
211+
BCA5BD7413BE00A700223625 /* SBJson.framework */ = {
214212
isa = PBXReferenceProxy;
215213
fileType = wrapper.framework;
216214
path = SBJson.framework;
217-
remoteRef = BC76483313A35FCA00666A48 /* PBXContainerItemProxy */;
215+
remoteRef = BCA5BD7313BE00A700223625 /* PBXContainerItemProxy */;
218216
sourceTree = BUILT_PRODUCTS_DIR;
219217
};
220-
BC76483613A35FCA00666A48 /* SBJsonTests.octest */ = {
218+
BCA5BD7613BE00A700223625 /* SBJsonTests.octest */ = {
221219
isa = PBXReferenceProxy;
222220
fileType = wrapper.cfbundle;
223221
path = SBJsonTests.octest;
224-
remoteRef = BC76483513A35FCA00666A48 /* PBXContainerItemProxy */;
222+
remoteRef = BCA5BD7513BE00A700223625 /* PBXContainerItemProxy */;
225223
sourceTree = BUILT_PRODUCTS_DIR;
226224
};
227-
BC76483813A35FCA00666A48 /* libsbjson-ios.a */ = {
225+
BCA5BD7813BE00A700223625 /* libsbjson-ios.a */ = {
228226
isa = PBXReferenceProxy;
229227
fileType = archive.ar;
230228
path = "libsbjson-ios.a";
231-
remoteRef = BC76483713A35FCA00666A48 /* PBXContainerItemProxy */;
229+
remoteRef = BCA5BD7713BE00A700223625 /* PBXContainerItemProxy */;
232230
sourceTree = BUILT_PRODUCTS_DIR;
233231
};
234-
BC76483A13A35FCA00666A48 /* sbjson-iosTests.octest */ = {
232+
BCA5BD7A13BE00A700223625 /* sbjson-iosTests.octest */ = {
235233
isa = PBXReferenceProxy;
236234
fileType = wrapper.cfbundle;
237235
path = "sbjson-iosTests.octest";
238-
remoteRef = BC76483913A35FCA00666A48 /* PBXContainerItemProxy */;
236+
remoteRef = BCA5BD7913BE00A700223625 /* PBXContainerItemProxy */;
239237
sourceTree = BUILT_PRODUCTS_DIR;
240238
};
241239
/* End PBXReferenceProxy section */
@@ -267,10 +265,10 @@
267265
/* End PBXSourcesBuildPhase section */
268266

269267
/* Begin PBXTargetDependency section */
270-
BC76483C13A35FDD00666A48 /* PBXTargetDependency */ = {
268+
BCA5BD7C13BE00C900223625 /* PBXTargetDependency */ = {
271269
isa = PBXTargetDependency;
272270
name = "sbjson-ios";
273-
targetProxy = BC76483B13A35FDD00666A48 /* PBXContainerItemProxy */;
271+
targetProxy = BCA5BD7B13BE00C900223625 /* PBXContainerItemProxy */;
274272
};
275273
/* End PBXTargetDependency section */
276274

SBJson.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)