Skip to content

Commit 11f1be4

Browse files
committed
Change example path for carthage. SwiftyJSON#276
1 parent 213e53a commit 11f1be4

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

+1-100
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-
A82A1C4C19D94E86009A653D /* PBXContainerItemProxy */ = {
22-
isa = PBXContainerItemProxy;
23-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
24-
proxyType = 2;
25-
remoteGlobalIDString = 2E4FEFDB19575BE100351305;
26-
remoteInfo = SwiftyJSON;
27-
};
28-
A82A1C4E19D94E86009A653D /* PBXContainerItemProxy */ = {
29-
isa = PBXContainerItemProxy;
30-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
31-
proxyType = 2;
32-
remoteGlobalIDString = 2E4FEFE619575BE100351305;
33-
remoteInfo = SwiftyJSONTests;
34-
};
35-
A82A1C5219D94E96009A653D /* PBXContainerItemProxy */ = {
36-
isa = PBXContainerItemProxy;
37-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
38-
proxyType = 1;
39-
remoteGlobalIDString = 2E4FEFDA19575BE100351305;
40-
remoteInfo = SwiftyJSON;
41-
};
42-
A88A00351B2ABAC3002E3C22 /* PBXContainerItemProxy */ = {
43-
isa = PBXContainerItemProxy;
44-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
45-
proxyType = 2;
46-
remoteGlobalIDString = 9C7DFC5B1A9102BD005AA3F7;
47-
remoteInfo = "SwiftyJSON OSX";
48-
};
49-
A88A00371B2ABAC3002E3C22 /* PBXContainerItemProxy */ = {
50-
isa = PBXContainerItemProxy;
51-
containerPortal = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
52-
proxyType = 2;
53-
remoteGlobalIDString = 9C7DFC651A9102BD005AA3F7;
54-
remoteInfo = "SwiftyJSON OSX Tests";
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 /* SwiftyJSON iOS Tests.xctest */,
140-
A88A00361B2ABAC3002E3C22 /* SwiftyJSON.framework */,
141-
A88A00381B2ABAC3002E3C22 /* SwiftyJSON OSX Tests.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;
@@ -191,50 +137,13 @@
191137
mainGroup = A82A1C1019D926B8009A653D;
192138
productRefGroup = A82A1C1A19D926B8009A653D /* Products */;
193139
projectDirPath = "";
194-
projectReferences = (
195-
{
196-
ProductGroup = A82A1C4819D94E86009A653D /* Products */;
197-
ProjectRef = A82A1C4719D94E86009A653D /* SwiftyJSON.xcodeproj */;
198-
},
199-
);
200140
projectRoot = "";
201141
targets = (
202142
A82A1C1819D926B8009A653D /* Example */,
203143
);
204144
};
205145
/* End PBXProject section */
206146

207-
/* Begin PBXReferenceProxy section */
208-
A82A1C4D19D94E86009A653D /* SwiftyJSON.framework */ = {
209-
isa = PBXReferenceProxy;
210-
fileType = wrapper.framework;
211-
path = SwiftyJSON.framework;
212-
remoteRef = A82A1C4C19D94E86009A653D /* PBXContainerItemProxy */;
213-
sourceTree = BUILT_PRODUCTS_DIR;
214-
};
215-
A82A1C4F19D94E86009A653D /* SwiftyJSON iOS Tests.xctest */ = {
216-
isa = PBXReferenceProxy;
217-
fileType = wrapper.cfbundle;
218-
path = "SwiftyJSON iOS Tests.xctest";
219-
remoteRef = A82A1C4E19D94E86009A653D /* PBXContainerItemProxy */;
220-
sourceTree = BUILT_PRODUCTS_DIR;
221-
};
222-
A88A00361B2ABAC3002E3C22 /* SwiftyJSON.framework */ = {
223-
isa = PBXReferenceProxy;
224-
fileType = wrapper.framework;
225-
path = SwiftyJSON.framework;
226-
remoteRef = A88A00351B2ABAC3002E3C22 /* PBXContainerItemProxy */;
227-
sourceTree = BUILT_PRODUCTS_DIR;
228-
};
229-
A88A00381B2ABAC3002E3C22 /* SwiftyJSON OSX Tests.xctest */ = {
230-
isa = PBXReferenceProxy;
231-
fileType = wrapper.cfbundle;
232-
path = "SwiftyJSON OSX Tests.xctest";
233-
remoteRef = A88A00371B2ABAC3002E3C22 /* PBXContainerItemProxy */;
234-
sourceTree = BUILT_PRODUCTS_DIR;
235-
};
236-
/* End PBXReferenceProxy section */
237-
238147
/* Begin PBXResourcesBuildPhase section */
239148
A82A1C1719D926B8009A653D /* Resources */ = {
240149
isa = PBXResourcesBuildPhase;
@@ -261,14 +170,6 @@
261170
};
262171
/* End PBXSourcesBuildPhase section */
263172

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

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

+7
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.
File renamed without changes.

SwiftyJSON.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)