|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 50; |
| 6 | + objectVersion = 52; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
27 | 27 | C9CB2480241F559C00F4D5CE /* ErrorCenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9CB247F241F559C00F4D5CE /* ErrorCenter.swift */; };
|
28 | 28 | C9CEE26D242B382900A04EA9 /* YApiCreator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9CEE26C242B382900A04EA9 /* YApiCreator.swift */; };
|
29 | 29 | C9D04F2B242F218200843DC4 /* SwiftJSONModeler_For_XcodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9D04F2A242F218200843DC4 /* SwiftJSONModeler_For_XcodeTests.swift */; };
|
| 30 | + C9D9905325E742D800258865 /* CleanJSON in Frameworks */ = {isa = PBXBuildFile; productRef = C9D9905225E742D800258865 /* CleanJSON */; }; |
30 | 31 | C9DD88322431C630004E420F /* YApiRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9D04F20242EF99F00843DC4 /* YApiRequest.swift */; };
|
31 | 32 | C9DE045F242C8535008A0070 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9DE045E242C8535008A0070 /* Config.swift */; };
|
32 | 33 | C9DE0460242C853F008A0070 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9DE045E242C8535008A0070 /* Config.swift */; };
|
33 | 34 | C9E393E424EE248500D80B28 /* TokenView.xib in Resources */ = {isa = PBXBuildFile; fileRef = C9E393E324EE248500D80B28 /* TokenView.xib */; };
|
34 | 35 | C9E393E824EE255900D80B28 /* TokenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E393E724EE255900D80B28 /* TokenView.swift */; };
|
35 | 36 | C9E393EA24EE47D300D80B28 /* TokenViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E393E924EE47D300D80B28 /* TokenViewController.swift */; };
|
| 37 | + C9E9C08925CF907A00CD767D /* PanelManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E9C08825CF907A00CD767D /* PanelManager.swift */; }; |
| 38 | + C9E9C09225CFD94E00CD767D /* ConfigModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E9C09125CFD94E00CD767D /* ConfigModel.swift */; }; |
36 | 39 | C9ED9CC623D7F9B3004567A1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9ED9CC523D7F9B3004567A1 /* AppDelegate.swift */; };
|
37 | 40 | C9ED9CCA23D7F9B3004567A1 /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9ED9CC923D7F9B3004567A1 /* Document.swift */; };
|
38 | 41 | C9ED9CCC23D7F9B4004567A1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9ED9CCB23D7F9B4004567A1 /* Assets.xcassets */; };
|
|
105 | 108 | C9E393E324EE248500D80B28 /* TokenView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TokenView.xib; sourceTree = "<group>"; };
|
106 | 109 | C9E393E724EE255900D80B28 /* TokenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenView.swift; sourceTree = "<group>"; };
|
107 | 110 | C9E393E924EE47D300D80B28 /* TokenViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenViewController.swift; sourceTree = "<group>"; };
|
| 111 | + C9E9C08825CF907A00CD767D /* PanelManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PanelManager.swift; sourceTree = "<group>"; }; |
| 112 | + C9E9C09125CFD94E00CD767D /* ConfigModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigModel.swift; sourceTree = "<group>"; }; |
108 | 113 | C9ED9CC223D7F9B3004567A1 /* SwiftJSONModeler For Xcode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SwiftJSONModeler For Xcode.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
109 | 114 | C9ED9CC523D7F9B3004567A1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
110 | 115 | C9ED9CC923D7F9B3004567A1 /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
|
|
132 | 137 | isa = PBXFrameworksBuildPhase;
|
133 | 138 | buildActionMask = 2147483647;
|
134 | 139 | files = (
|
| 140 | + C9D9905325E742D800258865 /* CleanJSON in Frameworks */, |
135 | 141 | );
|
136 | 142 | runOnlyForDeploymentPostprocessing = 0;
|
137 | 143 | };
|
|
203 | 209 | path = Controller;
|
204 | 210 | sourceTree = "<group>";
|
205 | 211 | };
|
| 212 | + C9E9C08725CF905400CD767D /* Utils */ = { |
| 213 | + isa = PBXGroup; |
| 214 | + children = ( |
| 215 | + C9E9C08825CF907A00CD767D /* PanelManager.swift */, |
| 216 | + ); |
| 217 | + path = Utils; |
| 218 | + sourceTree = "<group>"; |
| 219 | + }; |
| 220 | + C9E9C09025CFD93900CD767D /* Model */ = { |
| 221 | + isa = PBXGroup; |
| 222 | + children = ( |
| 223 | + C9E9C09125CFD94E00CD767D /* ConfigModel.swift */, |
| 224 | + ); |
| 225 | + path = Model; |
| 226 | + sourceTree = "<group>"; |
| 227 | + }; |
206 | 228 | C9ED9CB923D7F9B3004567A1 = {
|
207 | 229 | isa = PBXGroup;
|
208 | 230 | children = (
|
|
227 | 249 | C9ED9CC423D7F9B3004567A1 /* SwiftJSONModeler For Xcode */ = {
|
228 | 250 | isa = PBXGroup;
|
229 | 251 | children = (
|
| 252 | + C9E9C09025CFD93900CD767D /* Model */, |
| 253 | + C9E9C08725CF905400CD767D /* Utils */, |
230 | 254 | C9E393EB24EF68E900D80B28 /* Controller */,
|
231 | 255 | C9E393E224EE245D00D80B28 /* View */,
|
232 | 256 | C92A971B24E514D700C87CCD /* Constants */,
|
|
301 | 325 | C9ED9CE723D7F9D0004567A1 /* PBXTargetDependency */,
|
302 | 326 | );
|
303 | 327 | name = "SwiftJSONModeler For Xcode";
|
| 328 | + packageProductDependencies = ( |
| 329 | + C9D9905225E742D800258865 /* CleanJSON */, |
| 330 | + ); |
304 | 331 | productName = JSONSwiftModelApp;
|
305 | 332 | productReference = C9ED9CC223D7F9B3004567A1 /* SwiftJSONModeler For Xcode.app */;
|
306 | 333 | productType = "com.apple.product-type.application";
|
|
354 | 381 | Base,
|
355 | 382 | );
|
356 | 383 | mainGroup = C9ED9CB923D7F9B3004567A1;
|
| 384 | + packageReferences = ( |
| 385 | + C9D9905125E742D800258865 /* XCRemoteSwiftPackageReference "CleanJSON" */, |
| 386 | + ); |
357 | 387 | productRefGroup = C9ED9CC323D7F9B3004567A1 /* Products */;
|
358 | 388 | projectDirPath = "";
|
359 | 389 | projectRoot = "";
|
|
410 | 440 | C92A971724E513EA00C87CCD /* YApiRequest.swift in Sources */,
|
411 | 441 | C97A431324EF7954002F6065 /* Token.swift in Sources */,
|
412 | 442 | C92A971824E513F900C87CCD /* ErrorCenter.swift in Sources */,
|
| 443 | + C9E9C09225CFD94E00CD767D /* ConfigModel.swift in Sources */, |
413 | 444 | C9E393E824EE255900D80B28 /* TokenView.swift in Sources */,
|
414 | 445 | C9ED9CC623D7F9B3004567A1 /* AppDelegate.swift in Sources */,
|
415 | 446 | C9E393EA24EE47D300D80B28 /* TokenViewController.swift in Sources */,
|
|
418 | 449 | C92A971D24E514FB00C87CCD /* Constants.swift in Sources */,
|
419 | 450 | C92A971424E513EA00C87CCD /* YApiHelper.swift in Sources */,
|
420 | 451 | C9ED9CCA23D7F9B3004567A1 /* Document.swift in Sources */,
|
| 452 | + C9E9C08925CF907A00CD767D /* PanelManager.swift in Sources */, |
421 | 453 | C935B49C24EA24BE00E48231 /* JSONHelper.swift in Sources */,
|
422 | 454 | C961C1DE23D82A8D008D0DE6 /* ConfigViewController.swift in Sources */,
|
423 | 455 | C92A971524E513EA00C87CCD /* YApiObject.swift in Sources */,
|
|
753 | 785 | defaultConfigurationName = Release;
|
754 | 786 | };
|
755 | 787 | /* End XCConfigurationList section */
|
| 788 | + |
| 789 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 790 | + C9D9905125E742D800258865 /* XCRemoteSwiftPackageReference "CleanJSON" */ = { |
| 791 | + isa = XCRemoteSwiftPackageReference; |
| 792 | + repositoryURL = "https://github.com/Pircate/CleanJSON.git"; |
| 793 | + requirement = { |
| 794 | + kind = upToNextMajorVersion; |
| 795 | + minimumVersion = 1.0.8; |
| 796 | + }; |
| 797 | + }; |
| 798 | +/* End XCRemoteSwiftPackageReference section */ |
| 799 | + |
| 800 | +/* Begin XCSwiftPackageProductDependency section */ |
| 801 | + C9D9905225E742D800258865 /* CleanJSON */ = { |
| 802 | + isa = XCSwiftPackageProductDependency; |
| 803 | + package = C9D9905125E742D800258865 /* XCRemoteSwiftPackageReference "CleanJSON" */; |
| 804 | + productName = CleanJSON; |
| 805 | + }; |
| 806 | +/* End XCSwiftPackageProductDependency section */ |
756 | 807 | };
|
757 | 808 | rootObject = C9ED9CBA23D7F9B3004567A1 /* Project object */;
|
758 | 809 | }
|
0 commit comments