Skip to content

Commit 1e58203

Browse files
author
Sven
committed
fix: add Xcodeframework
1 parent e6d6cd9 commit 1e58203

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

SwiftJSONModeler For Xcode.xcodeproj/project.pbxproj

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
C90EFE0C257E172E0008632B /* XcodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C90EFE0B257E172E0008632B /* XcodeKit.framework */; };
11+
C90EFE0D257E172E0008632B /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C90EFE0B257E172E0008632B /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1012
C92A970A24E512BD00C87CCD /* YApiObjectTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C92A970524E50D5900C87CCD /* YApiObjectTest.swift */; };
1113
C92A971424E513EA00C87CCD /* YApiHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C94AFC00241F4AE600389AF3 /* YApiHelper.swift */; };
1214
C92A971524E513EA00C87CCD /* YApiObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C94AFC03241F4E8A00389AF3 /* YApiObject.swift */; };
@@ -59,6 +61,17 @@
5961
/* End PBXContainerItemProxy section */
6062

6163
/* Begin PBXCopyFilesBuildPhase section */
64+
C90EFE0E257E172E0008632B /* Embed Frameworks */ = {
65+
isa = PBXCopyFilesBuildPhase;
66+
buildActionMask = 2147483647;
67+
dstPath = "";
68+
dstSubfolderSpec = 10;
69+
files = (
70+
C90EFE0D257E172E0008632B /* XcodeKit.framework in Embed Frameworks */,
71+
);
72+
name = "Embed Frameworks";
73+
runOnlyForDeploymentPostprocessing = 0;
74+
};
6275
C9ED9CEC23D7F9D0004567A1 /* Embed App Extensions */ = {
6376
isa = PBXCopyFilesBuildPhase;
6477
buildActionMask = 2147483647;
@@ -73,6 +86,7 @@
7386
/* End PBXCopyFilesBuildPhase section */
7487

7588
/* Begin PBXFileReference section */
89+
C90EFE0B257E172E0008632B /* XcodeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XcodeKit.framework; path = Library/Frameworks/XcodeKit.framework; sourceTree = DEVELOPER_DIR; };
7690
C92A970524E50D5900C87CCD /* YApiObjectTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YApiObjectTest.swift; sourceTree = "<group>"; };
7791
C92A971C24E514FB00C87CCD /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
7892
C935B49B24EA24BE00E48231 /* JSONHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONHelper.swift; sourceTree = "<group>"; };
@@ -126,6 +140,7 @@
126140
buildActionMask = 2147483647;
127141
files = (
128142
C9ED9CDE23D7F9D0004567A1 /* Cocoa.framework in Frameworks */,
143+
C90EFE0C257E172E0008632B /* XcodeKit.framework in Frameworks */,
129144
);
130145
runOnlyForDeploymentPostprocessing = 0;
131146
};
@@ -233,6 +248,7 @@
233248
C9ED9CDC23D7F9D0004567A1 /* Frameworks */ = {
234249
isa = PBXGroup;
235250
children = (
251+
C90EFE0B257E172E0008632B /* XcodeKit.framework */,
236252
C9ED9CDD23D7F9D0004567A1 /* Cocoa.framework */,
237253
);
238254
name = Frameworks;
@@ -296,6 +312,7 @@
296312
C9ED9CD723D7F9D0004567A1 /* Sources */,
297313
C9ED9CD823D7F9D0004567A1 /* Frameworks */,
298314
C9ED9CD923D7F9D0004567A1 /* Resources */,
315+
C90EFE0E257E172E0008632B /* Embed Frameworks */,
299316
);
300317
buildRules = (
301318
);
@@ -665,7 +682,7 @@
665682
"@executable_path/../Frameworks",
666683
"@executable_path/../../../../Frameworks",
667684
);
668-
MARKETING_VERSION = 2.0.0;
685+
MARKETING_VERSION = 2.1.1;
669686
PRODUCT_BUNDLE_IDENTIFIER = com.lifu.SwiftJSONModeler;
670687
PRODUCT_NAME = "$(TARGET_NAME)";
671688
SKIP_INSTALL = YES;
@@ -688,7 +705,7 @@
688705
"@executable_path/../Frameworks",
689706
"@executable_path/../../../../Frameworks",
690707
);
691-
MARKETING_VERSION = 2.0.0;
708+
MARKETING_VERSION = 2.1.1;
692709
PRODUCT_BUNDLE_IDENTIFIER = com.lifu.SwiftJSONModeler;
693710
PRODUCT_NAME = "$(TARGET_NAME)";
694711
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)