|
31 | 31 | 4DDA51EB219AAD8D00BA7704 /* NSArray+DeepCopy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDA51EA219AAD8D00BA7704 /* NSArray+DeepCopy.swift */; }; |
32 | 32 | 4DDA51ED219AADE000BA7704 /* NSDictionary+DeepCopy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDA51EC219AADE000BA7704 /* NSDictionary+DeepCopy.swift */; }; |
33 | 33 | 4DF8B18621B1C5E700CAABEE /* JSONPatchGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DF8B18521B1C5E700CAABEE /* JSONPatchGenerator.swift */; }; |
| 34 | + F0224B96230EF8BA000279B8 /* JSONPatch.h in Headers */ = {isa = PBXBuildFile; fileRef = F0224B94230EF8BA000279B8 /* JSONPatch.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 35 | + F0E577A7230F474A001D1DD1 /* JSONElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D0AF30321987C0A00E7F86B /* JSONElement.swift */; }; |
| 36 | + F0E577A8230F474F001D1DD1 /* JSONError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D0AF30121987BA100E7F86B /* JSONError.swift */; }; |
| 37 | + F0E577A9230F4752001D1DD1 /* JSONPatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D22EB27219878DC00729769 /* JSONPatch.swift */; }; |
| 38 | + F0E577AA230F4757001D1DD1 /* JSONPointer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D0AF30521987C8900E7F86B /* JSONPointer.swift */; }; |
| 39 | + F0E577AB230F4757001D1DD1 /* JSONPatchGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DF8B18521B1C5E700CAABEE /* JSONPatchGenerator.swift */; }; |
| 40 | + F0E577AC230F4757001D1DD1 /* NSArray+DeepCopy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDA51EA219AAD8D00BA7704 /* NSArray+DeepCopy.swift */; }; |
| 41 | + F0E577AD230F4757001D1DD1 /* NSDictionary+DeepCopy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDA51EC219AADE000BA7704 /* NSDictionary+DeepCopy.swift */; }; |
| 42 | + F0E577AE230F4757001D1DD1 /* JSONEquality.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D836964219C0909003A38FE /* JSONEquality.swift */; }; |
| 43 | + F0E577AF230F4757001D1DD1 /* JSONPatchCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D42776721B28DE1007F4B70 /* JSONPatchCodable.swift */; }; |
34 | 44 | /* End PBXBuildFile section */ |
35 | 45 |
|
36 | 46 | /* Begin PBXContainerItemProxy section */ |
|
82 | 92 | 4DDA51EA219AAD8D00BA7704 /* NSArray+DeepCopy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSArray+DeepCopy.swift"; sourceTree = "<group>"; }; |
83 | 93 | 4DDA51EC219AADE000BA7704 /* NSDictionary+DeepCopy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSDictionary+DeepCopy.swift"; sourceTree = "<group>"; }; |
84 | 94 | 4DF8B18521B1C5E700CAABEE /* JSONPatchGenerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONPatchGenerator.swift; sourceTree = "<group>"; }; |
| 95 | + F0224B92230EF8BA000279B8 /* JSONPatch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JSONPatch.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 96 | + F0224B94230EF8BA000279B8 /* JSONPatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JSONPatch.h; sourceTree = "<group>"; }; |
| 97 | + F0224B95230EF8BA000279B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
85 | 98 | /* End PBXFileReference section */ |
86 | 99 |
|
87 | 100 | /* Begin PBXFrameworksBuildPhase section */ |
|
100 | 113 | ); |
101 | 114 | runOnlyForDeploymentPostprocessing = 0; |
102 | 115 | }; |
| 116 | + F0224B8F230EF8BA000279B8 /* Frameworks */ = { |
| 117 | + isa = PBXFrameworksBuildPhase; |
| 118 | + buildActionMask = 2147483647; |
| 119 | + files = ( |
| 120 | + ); |
| 121 | + runOnlyForDeploymentPostprocessing = 0; |
| 122 | + }; |
103 | 123 | /* End PBXFrameworksBuildPhase section */ |
104 | 124 |
|
105 | 125 | /* Begin PBXGroup section */ |
|
108 | 128 | children = ( |
109 | 129 | 4D22EB26219878DC00729769 /* JSONPatch */, |
110 | 130 | 4D22EB33219879EF00729769 /* JSONPatchTests */, |
| 131 | + F0224B93230EF8BA000279B8 /* JSONPatchFramework */, |
111 | 132 | 4D22EB25219878DC00729769 /* Products */, |
112 | 133 | ); |
113 | 134 | sourceTree = "<group>"; |
|
117 | 138 | children = ( |
118 | 139 | 4D22EB24219878DC00729769 /* libJSONPatch.a */, |
119 | 140 | 4D22EB32219879EF00729769 /* JSONPatchTests.xctest */, |
| 141 | + F0224B92230EF8BA000279B8 /* JSONPatch.framework */, |
120 | 142 | ); |
121 | 143 | name = Products; |
122 | 144 | sourceTree = "<group>"; |
|
169 | 191 | name = TestData; |
170 | 192 | sourceTree = "<group>"; |
171 | 193 | }; |
| 194 | + F0224B93230EF8BA000279B8 /* JSONPatchFramework */ = { |
| 195 | + isa = PBXGroup; |
| 196 | + children = ( |
| 197 | + F0224B94230EF8BA000279B8 /* JSONPatch.h */, |
| 198 | + F0224B95230EF8BA000279B8 /* Info.plist */, |
| 199 | + ); |
| 200 | + path = JSONPatchFramework; |
| 201 | + sourceTree = "<group>"; |
| 202 | + }; |
172 | 203 | /* End PBXGroup section */ |
173 | 204 |
|
| 205 | +/* Begin PBXHeadersBuildPhase section */ |
| 206 | + F0224B8D230EF8BA000279B8 /* Headers */ = { |
| 207 | + isa = PBXHeadersBuildPhase; |
| 208 | + buildActionMask = 2147483647; |
| 209 | + files = ( |
| 210 | + F0224B96230EF8BA000279B8 /* JSONPatch.h in Headers */, |
| 211 | + ); |
| 212 | + runOnlyForDeploymentPostprocessing = 0; |
| 213 | + }; |
| 214 | +/* End PBXHeadersBuildPhase section */ |
| 215 | + |
174 | 216 | /* Begin PBXNativeTarget section */ |
175 | 217 | 4D22EB23219878DC00729769 /* JSONPatch */ = { |
176 | 218 | isa = PBXNativeTarget; |
|
207 | 249 | productReference = 4D22EB32219879EF00729769 /* JSONPatchTests.xctest */; |
208 | 250 | productType = "com.apple.product-type.bundle.unit-test"; |
209 | 251 | }; |
| 252 | + F0224B91230EF8BA000279B8 /* JSONPatchFramework */ = { |
| 253 | + isa = PBXNativeTarget; |
| 254 | + buildConfigurationList = F0224B99230EF8BA000279B8 /* Build configuration list for PBXNativeTarget "JSONPatchFramework" */; |
| 255 | + buildPhases = ( |
| 256 | + F0224B8D230EF8BA000279B8 /* Headers */, |
| 257 | + F0224B8E230EF8BA000279B8 /* Sources */, |
| 258 | + F0224B8F230EF8BA000279B8 /* Frameworks */, |
| 259 | + F0224B90230EF8BA000279B8 /* Resources */, |
| 260 | + ); |
| 261 | + buildRules = ( |
| 262 | + ); |
| 263 | + dependencies = ( |
| 264 | + ); |
| 265 | + name = JSONPatchFramework; |
| 266 | + productName = JSONPatchFramework; |
| 267 | + productReference = F0224B92230EF8BA000279B8 /* JSONPatch.framework */; |
| 268 | + productType = "com.apple.product-type.framework"; |
| 269 | + }; |
210 | 270 | /* End PBXNativeTarget section */ |
211 | 271 |
|
212 | 272 | /* Begin PBXProject section */ |
|
223 | 283 | 4D22EB31219879EF00729769 = { |
224 | 284 | CreatedOnToolsVersion = 10.1; |
225 | 285 | }; |
| 286 | + F0224B91230EF8BA000279B8 = { |
| 287 | + CreatedOnToolsVersion = 10.3; |
| 288 | + }; |
226 | 289 | }; |
227 | 290 | }; |
228 | 291 | buildConfigurationList = 4D22EB1F219878DC00729769 /* Build configuration list for PBXProject "JSONPatch" */; |
|
239 | 302 | targets = ( |
240 | 303 | 4D22EB23219878DC00729769 /* JSONPatch */, |
241 | 304 | 4D22EB31219879EF00729769 /* JSONPatchTests */, |
| 305 | + F0224B91230EF8BA000279B8 /* JSONPatchFramework */, |
242 | 306 | ); |
243 | 307 | }; |
244 | 308 | /* End PBXProject section */ |
|
257 | 321 | ); |
258 | 322 | runOnlyForDeploymentPostprocessing = 0; |
259 | 323 | }; |
| 324 | + F0224B90230EF8BA000279B8 /* Resources */ = { |
| 325 | + isa = PBXResourcesBuildPhase; |
| 326 | + buildActionMask = 2147483647; |
| 327 | + files = ( |
| 328 | + ); |
| 329 | + runOnlyForDeploymentPostprocessing = 0; |
| 330 | + }; |
260 | 331 | /* End PBXResourcesBuildPhase section */ |
261 | 332 |
|
262 | 333 | /* Begin PBXSourcesBuildPhase section */ |
|
291 | 362 | ); |
292 | 363 | runOnlyForDeploymentPostprocessing = 0; |
293 | 364 | }; |
| 365 | + F0224B8E230EF8BA000279B8 /* Sources */ = { |
| 366 | + isa = PBXSourcesBuildPhase; |
| 367 | + buildActionMask = 2147483647; |
| 368 | + files = ( |
| 369 | + F0E577AD230F4757001D1DD1 /* NSDictionary+DeepCopy.swift in Sources */, |
| 370 | + F0E577A8230F474F001D1DD1 /* JSONError.swift in Sources */, |
| 371 | + F0E577AC230F4757001D1DD1 /* NSArray+DeepCopy.swift in Sources */, |
| 372 | + F0E577AB230F4757001D1DD1 /* JSONPatchGenerator.swift in Sources */, |
| 373 | + F0E577A9230F4752001D1DD1 /* JSONPatch.swift in Sources */, |
| 374 | + F0E577AE230F4757001D1DD1 /* JSONEquality.swift in Sources */, |
| 375 | + F0E577A7230F474A001D1DD1 /* JSONElement.swift in Sources */, |
| 376 | + F0E577AF230F4757001D1DD1 /* JSONPatchCodable.swift in Sources */, |
| 377 | + F0E577AA230F4757001D1DD1 /* JSONPointer.swift in Sources */, |
| 378 | + ); |
| 379 | + runOnlyForDeploymentPostprocessing = 0; |
| 380 | + }; |
294 | 381 | /* End PBXSourcesBuildPhase section */ |
295 | 382 |
|
296 | 383 | /* Begin PBXTargetDependency section */ |
|
482 | 569 | }; |
483 | 570 | name = Release; |
484 | 571 | }; |
| 572 | + F0224B97230EF8BA000279B8 /* Debug */ = { |
| 573 | + isa = XCBuildConfiguration; |
| 574 | + buildSettings = { |
| 575 | + CODE_SIGN_IDENTITY = ""; |
| 576 | + CODE_SIGN_STYLE = Automatic; |
| 577 | + CURRENT_PROJECT_VERSION = 1; |
| 578 | + DEFINES_MODULE = YES; |
| 579 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 580 | + DYLIB_CURRENT_VERSION = 1; |
| 581 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 582 | + INFOPLIST_FILE = JSONPatchFramework/Info.plist; |
| 583 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 584 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 585 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 586 | + "$(inherited)", |
| 587 | + "@executable_path/Frameworks", |
| 588 | + "@loader_path/Frameworks", |
| 589 | + ); |
| 590 | + PRODUCT_BUNDLE_IDENTIFIER = scot.raymccrae.JSONPatch; |
| 591 | + PRODUCT_NAME = JSONPatch; |
| 592 | + SKIP_INSTALL = YES; |
| 593 | + SWIFT_VERSION = 5.0; |
| 594 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 595 | + VERSIONING_SYSTEM = "apple-generic"; |
| 596 | + VERSION_INFO_PREFIX = ""; |
| 597 | + }; |
| 598 | + name = Debug; |
| 599 | + }; |
| 600 | + F0224B98230EF8BA000279B8 /* Release */ = { |
| 601 | + isa = XCBuildConfiguration; |
| 602 | + buildSettings = { |
| 603 | + CODE_SIGN_IDENTITY = ""; |
| 604 | + CODE_SIGN_STYLE = Automatic; |
| 605 | + CURRENT_PROJECT_VERSION = 1; |
| 606 | + DEFINES_MODULE = YES; |
| 607 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 608 | + DYLIB_CURRENT_VERSION = 1; |
| 609 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 610 | + INFOPLIST_FILE = JSONPatchFramework/Info.plist; |
| 611 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 612 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 613 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 614 | + "$(inherited)", |
| 615 | + "@executable_path/Frameworks", |
| 616 | + "@loader_path/Frameworks", |
| 617 | + ); |
| 618 | + PRODUCT_BUNDLE_IDENTIFIER = scot.raymccrae.JSONPatch; |
| 619 | + PRODUCT_NAME = JSONPatch; |
| 620 | + SKIP_INSTALL = YES; |
| 621 | + SWIFT_VERSION = 5.0; |
| 622 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 623 | + VERSIONING_SYSTEM = "apple-generic"; |
| 624 | + VERSION_INFO_PREFIX = ""; |
| 625 | + }; |
| 626 | + name = Release; |
| 627 | + }; |
485 | 628 | /* End XCBuildConfiguration section */ |
486 | 629 |
|
487 | 630 | /* Begin XCConfigurationList section */ |
|
512 | 655 | defaultConfigurationIsVisible = 0; |
513 | 656 | defaultConfigurationName = Release; |
514 | 657 | }; |
| 658 | + F0224B99230EF8BA000279B8 /* Build configuration list for PBXNativeTarget "JSONPatchFramework" */ = { |
| 659 | + isa = XCConfigurationList; |
| 660 | + buildConfigurations = ( |
| 661 | + F0224B97230EF8BA000279B8 /* Debug */, |
| 662 | + F0224B98230EF8BA000279B8 /* Release */, |
| 663 | + ); |
| 664 | + defaultConfigurationIsVisible = 0; |
| 665 | + defaultConfigurationName = Release; |
| 666 | + }; |
515 | 667 | /* End XCConfigurationList section */ |
516 | 668 | }; |
517 | 669 | rootObject = 4D22EB1C219878DC00729769 /* Project object */; |
|
0 commit comments