|
10 | 10 | 058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557BA273AAA24004C7B11 /* Assets.xcassets */; };
|
11 | 11 | 058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */; };
|
12 | 12 | 2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* iOSApp.swift */; };
|
13 |
| - 66FA1F6B2B4E99280096F4C8 /* KMPNativeCoroutinesAsync in Frameworks */ = {isa = PBXBuildFile; productRef = 66FA1F662B4E984C0096F4C8 /* KMPNativeCoroutinesAsync */; }; |
14 |
| - 66FA1F6D2B4E99280096F4C8 /* KMPNativeCoroutinesCore in Frameworks */ = {isa = PBXBuildFile; productRef = 66FA1F682B4E984C0096F4C8 /* KMPNativeCoroutinesCore */; }; |
| 13 | + 227F509E2CB8121100940B28 /* KMPNativeCoroutinesAsync in Frameworks */ = {isa = PBXBuildFile; productRef = 227F509D2CB8121100940B28 /* KMPNativeCoroutinesAsync */; }; |
| 14 | + 227F50A02CB8121100940B28 /* KMPNativeCoroutinesCore in Frameworks */ = {isa = PBXBuildFile; productRef = 227F509F2CB8121100940B28 /* KMPNativeCoroutinesCore */; }; |
15 | 15 | 7555FF83242A565900829871 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7555FF82242A565900829871 /* ContentView.swift */; };
|
16 | 16 | /* End PBXBuildFile section */
|
17 | 17 |
|
|
30 | 30 | isa = PBXFrameworksBuildPhase;
|
31 | 31 | buildActionMask = 2147483647;
|
32 | 32 | files = (
|
33 |
| - 66FA1F6D2B4E99280096F4C8 /* KMPNativeCoroutinesCore in Frameworks */, |
34 |
| - 66FA1F6B2B4E99280096F4C8 /* KMPNativeCoroutinesAsync in Frameworks */, |
| 33 | + 227F50A02CB8121100940B28 /* KMPNativeCoroutinesCore in Frameworks */, |
| 34 | + 227F509E2CB8121100940B28 /* KMPNativeCoroutinesAsync in Frameworks */, |
35 | 35 | );
|
36 | 36 | runOnlyForDeploymentPostprocessing = 0;
|
37 | 37 | };
|
|
98 | 98 | isa = PBXNativeTarget;
|
99 | 99 | buildConfigurationList = 7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "iosApp" */;
|
100 | 100 | buildPhases = (
|
101 |
| - F36B1CEA2AD836FC00CB74D5 /* Compile Kotlin */, |
| 101 | + F36B1CEA2AD836FC00CB74D5 /* Compile Kotlin Framework */, |
102 | 102 | 7555FF77242A565900829871 /* Sources */,
|
103 | 103 | 7555FF79242A565900829871 /* Resources */,
|
104 | 104 | 66FA1F6A2B4E98EA0096F4C8 /* Frameworks */,
|
|
109 | 109 | );
|
110 | 110 | name = iosApp;
|
111 | 111 | packageProductDependencies = (
|
112 |
| - 66FA1F662B4E984C0096F4C8 /* KMPNativeCoroutinesAsync */, |
113 |
| - 66FA1F682B4E984C0096F4C8 /* KMPNativeCoroutinesCore */, |
| 112 | + 227F509D2CB8121100940B28 /* KMPNativeCoroutinesAsync */, |
| 113 | + 227F509F2CB8121100940B28 /* KMPNativeCoroutinesCore */, |
114 | 114 | );
|
115 | 115 | productName = iosApp;
|
116 | 116 | productReference = 7555FF7B242A565900829871 /* GreetingKMP.app */;
|
|
141 | 141 | );
|
142 | 142 | mainGroup = 7555FF72242A565900829871;
|
143 | 143 | packageReferences = (
|
144 |
| - 66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */, |
| 144 | + 227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */, |
145 | 145 | );
|
146 | 146 | productRefGroup = 7555FF7C242A565900829871 /* Products */;
|
147 | 147 | projectDirPath = "";
|
|
398 | 398 | /* End XCConfigurationList section */
|
399 | 399 |
|
400 | 400 | /* Begin XCRemoteSwiftPackageReference section */
|
401 |
| - 66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */ = { |
| 401 | + 227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */ = { |
402 | 402 | isa = XCRemoteSwiftPackageReference;
|
403 | 403 | repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
|
404 | 404 | requirement = {
|
405 |
| - branch = master; |
406 |
| - kind = branch; |
| 405 | + kind = exactVersion; |
| 406 | + version = "1.0.0-ALPHA-33"; |
407 | 407 | };
|
408 | 408 | };
|
409 | 409 | /* End XCRemoteSwiftPackageReference section */
|
410 | 410 |
|
411 | 411 | /* Begin XCSwiftPackageProductDependency section */
|
412 |
| - 66AA0F5C2BC5846F002B2606 /* KMPNativeCoroutinesAsync */ = { |
| 412 | + 227F509D2CB8121100940B28 /* KMPNativeCoroutinesAsync */ = { |
413 | 413 | isa = XCSwiftPackageProductDependency;
|
414 |
| - package = 66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */; |
| 414 | + package = 227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */; |
415 | 415 | productName = KMPNativeCoroutinesAsync;
|
416 | 416 | };
|
417 |
| - 66AA0F5E2BC5846F002B2606 /* KMPNativeCoroutinesCore */ = { |
| 417 | + 227F509F2CB8121100940B28 /* KMPNativeCoroutinesCore */ = { |
418 | 418 | isa = XCSwiftPackageProductDependency;
|
419 |
| - package = 66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */; |
| 419 | + package = 227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */; |
420 | 420 | productName = KMPNativeCoroutinesCore;
|
421 | 421 | };
|
422 | 422 | /* End XCSwiftPackageProductDependency section */
|
|
0 commit comments