Skip to content

Commit 4cf6f02

Browse files
committed
Change example path for carthage. SwiftyJSON#140 SwiftyJSON#177 SwiftyJSON#140
1 parent 18fe2e6 commit 4cf6f02

File tree

12 files changed

+9
-101
lines changed

12 files changed

+9
-101
lines changed

Example.xcodeproj/project.pbxproj renamed to Example/Example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -12,57 +12,16 @@
1212
A82A1C2619D926B8009A653D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A82A1C2519D926B8009A653D /* Images.xcassets */; };
1313
A82A1C2919D926B8009A653D /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = A82A1C2719D926B8009A653D /* LaunchScreen.xib */; };
1414
A82A1C4019D94AE5009A653D /* SwiftyJSONTests.json in Resources */ = {isa = PBXBuildFile; fileRef = A82A1C3F19D94AE5009A653D /* SwiftyJSONTests.json */; };
15-
A82A1C5019D94E96009A653D /* SwiftyJSON.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A82A1C4D19D94E86009A653D /* SwiftyJSON.framework */; };
16-
A82A1C5119D94E96009A653D /* SwiftyJSON.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = A82A1C4D19D94E86009A653D /* SwiftyJSON.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1715
A82A1C5619D95606009A653D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A82A1C5519D95606009A653D /* ViewController.swift */; };
1816
/* End PBXBuildFile section */
1917

20-
/* Begin PBXContainerItemProxy section */
21-
7C5E10861A2E1CBA00333E8B /* PBXContainerItemProxy */ = {
22-
isa = PBXContainerItemProxy;
23-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
24-
proxyType = 2;
25-
remoteGlobalIDString = 4EC1C1C91A0C1A2D0026ED0B;
26-
remoteInfo = SwiftyJSONOSX;
27-
};
28-
7C5E10881A2E1CBA00333E8B /* PBXContainerItemProxy */ = {
29-
isa = PBXContainerItemProxy;
30-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
31-
proxyType = 2;
32-
remoteGlobalIDString = 4EC1C1D31A0C1A2D0026ED0B;
33-
remoteInfo = SwiftyJSONOSXTests;
34-
};
35-
A82A1C4C19D94E86009A653D /* PBXContainerItemProxy */ = {
36-
isa = PBXContainerItemProxy;
37-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
38-
proxyType = 2;
39-
remoteGlobalIDString = 2E4FEFDB19575BE100351305;
40-
remoteInfo = SwiftyJSON;
41-
};
42-
A82A1C4E19D94E86009A653D /* PBXContainerItemProxy */ = {
43-
isa = PBXContainerItemProxy;
44-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
45-
proxyType = 2;
46-
remoteGlobalIDString = 2E4FEFE619575BE100351305;
47-
remoteInfo = SwiftyJSONTests;
48-
};
49-
A82A1C5219D94E96009A653D /* PBXContainerItemProxy */ = {
50-
isa = PBXContainerItemProxy;
51-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
52-
proxyType = 1;
53-
remoteGlobalIDString = 2E4FEFDA19575BE100351305;
54-
remoteInfo = SwiftyJSON;
55-
};
56-
/* End PBXContainerItemProxy section */
57-
5818
/* Begin PBXCopyFilesBuildPhase section */
5919
A82A1C5419D94E97009A653D /* Embed Frameworks */ = {
6020
isa = PBXCopyFilesBuildPhase;
6121
buildActionMask = 2147483647;
6222
dstPath = "";
6323
dstSubfolderSpec = 10;
6424
files = (
65-
A82A1C5119D94E96009A653D /* SwiftyJSON.framework in Embed Frameworks */,
6625
);
6726
name = "Embed Frameworks";
6827
runOnlyForDeploymentPostprocessing = 0;
@@ -77,7 +36,7 @@
7736
A82A1C2519D926B8009A653D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
7837
A82A1C2819D926B8009A653D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
7938
A82A1C3F19D94AE5009A653D /* SwiftyJSONTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = SwiftyJSONTests.json; sourceTree = "<group>"; };
80-
A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SwiftyJSON.xcodeproj; sourceTree = "<group>"; };
39+
A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyJSON.xcodeproj; path = ../SwiftyJSON.xcodeproj; sourceTree = "<group>"; };
8140
A82A1C5519D95606009A653D /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
8241
/* End PBXFileReference section */
8342

@@ -86,7 +45,6 @@
8645
isa = PBXFrameworksBuildPhase;
8746
buildActionMask = 2147483647;
8847
files = (
89-
A82A1C5019D94E96009A653D /* SwiftyJSON.framework in Frameworks */,
9048
);
9149
runOnlyForDeploymentPostprocessing = 0;
9250
};
@@ -132,17 +90,6 @@
13290
name = "Supporting Files";
13391
sourceTree = "<group>";
13492
};
135-
A82A1C4819D94E86009A653D /* Products */ = {
136-
isa = PBXGroup;
137-
children = (
138-
A82A1C4D19D94E86009A653D /* SwiftyJSON.framework */,
139-
A82A1C4F19D94E86009A653D /* SwiftyJSONTests.xctest */,
140-
7C5E10871A2E1CBA00333E8B /* SwiftyJSON.framework */,
141-
7C5E10891A2E1CBA00333E8B /* SwiftyJSONOSXTests.xctest */,
142-
);
143-
name = Products;
144-
sourceTree = "<group>";
145-
};
14693
/* End PBXGroup section */
14794

14895
/* Begin PBXNativeTarget section */
@@ -158,7 +105,6 @@
158105
buildRules = (
159106
);
160107
dependencies = (
161-
A82A1C5319D94E96009A653D /* PBXTargetDependency */,
162108
);
163109
name = Example;
164110
productName = Example;
@@ -190,50 +136,13 @@
190136
mainGroup = A82A1C1019D926B8009A653D;
191137
productRefGroup = A82A1C1A19D926B8009A653D /* Products */;
192138
projectDirPath = "";
193-
projectReferences = (
194-
{
195-
ProductGroup = A82A1C4819D94E86009A653D /* Products */;
196-
ProjectRef = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
197-
},
198-
);
199139
projectRoot = "";
200140
targets = (
201141
A82A1C1819D926B8009A653D /* Example */,
202142
);
203143
};
204144
/* End PBXProject section */
205145

206-
/* Begin PBXReferenceProxy section */
207-
7C5E10871A2E1CBA00333E8B /* SwiftyJSON.framework */ = {
208-
isa = PBXReferenceProxy;
209-
fileType = wrapper.framework;
210-
path = SwiftyJSON.framework;
211-
remoteRef = 7C5E10861A2E1CBA00333E8B /* PBXContainerItemProxy */;
212-
sourceTree = BUILT_PRODUCTS_DIR;
213-
};
214-
7C5E10891A2E1CBA00333E8B /* SwiftyJSONOSXTests.xctest */ = {
215-
isa = PBXReferenceProxy;
216-
fileType = wrapper.cfbundle;
217-
path = SwiftyJSONOSXTests.xctest;
218-
remoteRef = 7C5E10881A2E1CBA00333E8B /* PBXContainerItemProxy */;
219-
sourceTree = BUILT_PRODUCTS_DIR;
220-
};
221-
A82A1C4D19D94E86009A653D /* SwiftyJSON.framework */ = {
222-
isa = PBXReferenceProxy;
223-
fileType = wrapper.framework;
224-
path = SwiftyJSON.framework;
225-
remoteRef = A82A1C4C19D94E86009A653D /* PBXContainerItemProxy */;
226-
sourceTree = BUILT_PRODUCTS_DIR;
227-
};
228-
A82A1C4F19D94E86009A653D /* SwiftyJSONTests.xctest */ = {
229-
isa = PBXReferenceProxy;
230-
fileType = wrapper.cfbundle;
231-
path = SwiftyJSONTests.xctest;
232-
remoteRef = A82A1C4E19D94E86009A653D /* PBXContainerItemProxy */;
233-
sourceTree = BUILT_PRODUCTS_DIR;
234-
};
235-
/* End PBXReferenceProxy section */
236-
237146
/* Begin PBXResourcesBuildPhase section */
238147
A82A1C1719D926B8009A653D /* Resources */ = {
239148
isa = PBXResourcesBuildPhase;
@@ -260,14 +169,6 @@
260169
};
261170
/* End PBXSourcesBuildPhase section */
262171

263-
/* Begin PBXTargetDependency section */
264-
A82A1C5319D94E96009A653D /* PBXTargetDependency */ = {
265-
isa = PBXTargetDependency;
266-
name = SwiftyJSON;
267-
targetProxy = A82A1C5219D94E96009A653D /* PBXContainerItemProxy */;
268-
};
269-
/* End PBXTargetDependency section */
270-
271172
/* Begin PBXVariantGroup section */
272173
A82A1C2219D926B8009A653D /* Main.storyboard */ = {
273174
isa = PBXVariantGroup;

Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

0 commit comments

Comments
 (0)