|
23 | 23 | 08F58B84277A1E7B00F987ED /* LoginCompleteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F58B80277A1E7B00F987ED /* LoginCompleteView.swift */; }; |
24 | 24 | 08F58B87277A1E8700F987ED /* UserManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F58B85277A1E8600F987ED /* UserManager.swift */; }; |
25 | 25 | 08F58B88277A1E8700F987ED /* RealmManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F58B86277A1E8600F987ED /* RealmManager.swift */; }; |
26 | | - 08F58B94277A5D1D00F987ED /* Realm in Frameworks */ = {isa = PBXBuildFile; productRef = 08F58B93277A5D1D00F987ED /* Realm */; }; |
27 | | - 08F58B96277A5D1D00F987ED /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 08F58B95277A5D1D00F987ED /* RealmSwift */; }; |
| 26 | + 52208FF8292918F5007B1126 /* Realm in Frameworks */ = {isa = PBXBuildFile; productRef = 52208FF7292918F5007B1126 /* Realm */; }; |
| 27 | + 52208FFA292918F5007B1126 /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 52208FF9292918F5007B1126 /* RealmSwift */; }; |
28 | 28 | /* End PBXBuildFile section */ |
29 | 29 |
|
30 | 30 | /* Begin PBXFileReference section */ |
|
51 | 51 | isa = PBXFrameworksBuildPhase; |
52 | 52 | buildActionMask = 2147483647; |
53 | 53 | files = ( |
| 54 | + 52208FFA292918F5007B1126 /* RealmSwift in Frameworks */, |
| 55 | + 52208FF8292918F5007B1126 /* Realm in Frameworks */, |
54 | 56 | 08CA318127873166004E0A92 /* CosyncJWTSwift in Frameworks */, |
55 | | - 08F58B96277A5D1D00F987ED /* RealmSwift in Frameworks */, |
56 | | - 08F58B94277A5D1D00F987ED /* Realm in Frameworks */, |
57 | 57 | ); |
58 | 58 | runOnlyForDeploymentPostprocessing = 0; |
59 | 59 | }; |
|
131 | 131 | ); |
132 | 132 | name = CosyncJWTiOS; |
133 | 133 | packageProductDependencies = ( |
134 | | - 08F58B93277A5D1D00F987ED /* Realm */, |
135 | | - 08F58B95277A5D1D00F987ED /* RealmSwift */, |
136 | 134 | 08CA318027873166004E0A92 /* CosyncJWTSwift */, |
| 135 | + 52208FF7292918F5007B1126 /* Realm */, |
| 136 | + 52208FF9292918F5007B1126 /* RealmSwift */, |
137 | 137 | ); |
138 | 138 | productName = CosyncJWTiOS; |
139 | 139 | productReference = 08F58B61277A1C1000F987ED /* CosyncJWTiOS.app */; |
|
164 | 164 | ); |
165 | 165 | mainGroup = 08F58B58277A1C1000F987ED; |
166 | 166 | packageReferences = ( |
167 | | - 08F58B92277A5D1D00F987ED /* XCRemoteSwiftPackageReference "realm-cocoa" */, |
168 | 167 | 08CA317F27873166004E0A92 /* XCRemoteSwiftPackageReference "CosyncJWTSwift" */, |
| 168 | + 52208FF6292918F5007B1126 /* XCRemoteSwiftPackageReference "realm-swift" */, |
169 | 169 | ); |
170 | 170 | productRefGroup = 08F58B62277A1C1000F987ED /* Products */; |
171 | 171 | projectDirPath = ""; |
|
415 | 415 | repositoryURL = "https://github.com/Cosync/CosyncJWTSwift.git"; |
416 | 416 | requirement = { |
417 | 417 | kind = upToNextMajorVersion; |
418 | | - minimumVersion = 1.0.0; |
| 418 | + minimumVersion = 1.1.4; |
419 | 419 | }; |
420 | 420 | }; |
421 | | - 08F58B92277A5D1D00F987ED /* XCRemoteSwiftPackageReference "realm-cocoa" */ = { |
| 421 | + 52208FF6292918F5007B1126 /* XCRemoteSwiftPackageReference "realm-swift" */ = { |
422 | 422 | isa = XCRemoteSwiftPackageReference; |
423 | | - repositoryURL = "https://github.com/realm/realm-cocoa.git"; |
| 423 | + repositoryURL = "https://github.com/realm/realm-swift.git"; |
424 | 424 | requirement = { |
425 | | - branch = master; |
426 | | - kind = branch; |
| 425 | + kind = upToNextMajorVersion; |
| 426 | + minimumVersion = 10.32.3; |
427 | 427 | }; |
428 | 428 | }; |
429 | 429 | /* End XCRemoteSwiftPackageReference section */ |
|
434 | 434 | package = 08CA317F27873166004E0A92 /* XCRemoteSwiftPackageReference "CosyncJWTSwift" */; |
435 | 435 | productName = CosyncJWTSwift; |
436 | 436 | }; |
437 | | - 08F58B93277A5D1D00F987ED /* Realm */ = { |
| 437 | + 52208FF7292918F5007B1126 /* Realm */ = { |
438 | 438 | isa = XCSwiftPackageProductDependency; |
439 | | - package = 08F58B92277A5D1D00F987ED /* XCRemoteSwiftPackageReference "realm-cocoa" */; |
| 439 | + package = 52208FF6292918F5007B1126 /* XCRemoteSwiftPackageReference "realm-swift" */; |
440 | 440 | productName = Realm; |
441 | 441 | }; |
442 | | - 08F58B95277A5D1D00F987ED /* RealmSwift */ = { |
| 442 | + 52208FF9292918F5007B1126 /* RealmSwift */ = { |
443 | 443 | isa = XCSwiftPackageProductDependency; |
444 | | - package = 08F58B92277A5D1D00F987ED /* XCRemoteSwiftPackageReference "realm-cocoa" */; |
| 444 | + package = 52208FF6292918F5007B1126 /* XCRemoteSwiftPackageReference "realm-swift" */; |
445 | 445 | productName = RealmSwift; |
446 | 446 | }; |
447 | 447 | /* End XCSwiftPackageProductDependency section */ |
|
0 commit comments