|
26 | 26 | 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
|
27 | 27 | 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
|
28 | 28 | 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
|
| 29 | + 6E24AAD528BD9F7A002F45B1 /* libminimint-bridge_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E24AAD028BD9D6D002F45B1 /* libminimint-bridge_static.a */; }; |
29 | 30 | 8E2193B11A39F6A15AD9BA97 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A638F82B11816F36070305A0 /* Pods_Runner.framework */; };
|
30 | 31 | /* End PBXBuildFile section */
|
31 | 32 |
|
|
37 | 38 | remoteGlobalIDString = 33CC111A2044C6BA0003C045;
|
38 | 39 | remoteInfo = FLX;
|
39 | 40 | };
|
| 41 | + 6E24AACF28BD9D6D002F45B1 /* PBXContainerItemProxy */ = { |
| 42 | + isa = PBXContainerItemProxy; |
| 43 | + containerPortal = 6E24AACB28BD9D6D002F45B1 /* minimint-bridge.xcodeproj */; |
| 44 | + proxyType = 2; |
| 45 | + remoteGlobalIDString = CA60AA3689D6BE71F52C75AC; |
| 46 | + remoteInfo = "minimint-bridge-staticlib"; |
| 47 | + }; |
| 48 | + 6E24AAD128BD9D8A002F45B1 /* PBXContainerItemProxy */ = { |
| 49 | + isa = PBXContainerItemProxy; |
| 50 | + containerPortal = 6E24AACB28BD9D6D002F45B1 /* minimint-bridge.xcodeproj */; |
| 51 | + proxyType = 1; |
| 52 | + remoteGlobalIDString = CA60AA3689D62C3761166523; |
| 53 | + remoteInfo = "minimint-bridge-staticlib"; |
| 54 | + }; |
40 | 55 | /* End PBXContainerItemProxy section */
|
41 | 56 |
|
42 | 57 | /* Begin PBXCopyFilesBuildPhase section */
|
|
70 | 85 | 4957D26F29264BA81A878AEC /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
71 | 86 | 5B16FE20128C16D5B6AB7CEC /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
72 | 87 | 5E108007AD5E32F3107B01FA /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
| 88 | + 6E24AACB28BD9D6D002F45B1 /* minimint-bridge.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "minimint-bridge.xcodeproj"; path = "../../minimint-bridge/minimint-bridge.xcodeproj"; sourceTree = "<group>"; }; |
73 | 89 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
|
74 | 90 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
75 | 91 | A638F82B11816F36070305A0 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
80 | 96 | isa = PBXFrameworksBuildPhase;
|
81 | 97 | buildActionMask = 2147483647;
|
82 | 98 | files = (
|
| 99 | + 6E24AAD528BD9F7A002F45B1 /* libminimint-bridge_static.a in Frameworks */, |
83 | 100 | 8E2193B11A39F6A15AD9BA97 /* Pods_Runner.framework in Frameworks */,
|
84 | 101 | );
|
85 | 102 | runOnlyForDeploymentPostprocessing = 0;
|
|
94 | 111 | 5E108007AD5E32F3107B01FA /* Pods-Runner.release.xcconfig */,
|
95 | 112 | 5B16FE20128C16D5B6AB7CEC /* Pods-Runner.profile.xcconfig */,
|
96 | 113 | );
|
97 |
| - name = Pods; |
98 | 114 | path = Pods;
|
99 | 115 | sourceTree = "<group>";
|
100 | 116 | };
|
|
153 | 169 | 33FAB671232836740065AC1E /* Runner */ = {
|
154 | 170 | isa = PBXGroup;
|
155 | 171 | children = (
|
| 172 | + 6E24AACB28BD9D6D002F45B1 /* minimint-bridge.xcodeproj */, |
156 | 173 | 33CC10F02044A3C60003C045 /* AppDelegate.swift */,
|
157 | 174 | 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */,
|
158 | 175 | 33E51913231747F40026EE4D /* DebugProfile.entitlements */,
|
|
163 | 180 | path = Runner;
|
164 | 181 | sourceTree = "<group>";
|
165 | 182 | };
|
| 183 | + 6E24AACC28BD9D6D002F45B1 /* Products */ = { |
| 184 | + isa = PBXGroup; |
| 185 | + children = ( |
| 186 | + 6E24AAD028BD9D6D002F45B1 /* libminimint-bridge_static.a */, |
| 187 | + ); |
| 188 | + name = Products; |
| 189 | + sourceTree = "<group>"; |
| 190 | + }; |
166 | 191 | D73912EC22F37F3D000D13A0 /* Frameworks */ = {
|
167 | 192 | isa = PBXGroup;
|
168 | 193 | children = (
|
|
189 | 214 | buildRules = (
|
190 | 215 | );
|
191 | 216 | dependencies = (
|
| 217 | + 6E24AAD228BD9D8A002F45B1 /* PBXTargetDependency */, |
192 | 218 | 33CC11202044C79F0003C045 /* PBXTargetDependency */,
|
193 | 219 | );
|
194 | 220 | name = Runner;
|
|
233 | 259 | mainGroup = 33CC10E42044A3C60003C045;
|
234 | 260 | productRefGroup = 33CC10EE2044A3C60003C045 /* Products */;
|
235 | 261 | projectDirPath = "";
|
| 262 | + projectReferences = ( |
| 263 | + { |
| 264 | + ProductGroup = 6E24AACC28BD9D6D002F45B1 /* Products */; |
| 265 | + ProjectRef = 6E24AACB28BD9D6D002F45B1 /* minimint-bridge.xcodeproj */; |
| 266 | + }, |
| 267 | + ); |
236 | 268 | projectRoot = "";
|
237 | 269 | targets = (
|
238 | 270 | 33CC10EC2044A3C60003C045 /* Runner */,
|
|
241 | 273 | };
|
242 | 274 | /* End PBXProject section */
|
243 | 275 |
|
| 276 | +/* Begin PBXReferenceProxy section */ |
| 277 | + 6E24AAD028BD9D6D002F45B1 /* libminimint-bridge_static.a */ = { |
| 278 | + isa = PBXReferenceProxy; |
| 279 | + fileType = archive.ar; |
| 280 | + path = "libminimint-bridge_static.a"; |
| 281 | + remoteRef = 6E24AACF28BD9D6D002F45B1 /* PBXContainerItemProxy */; |
| 282 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 283 | + }; |
| 284 | +/* End PBXReferenceProxy section */ |
| 285 | + |
244 | 286 | /* Begin PBXResourcesBuildPhase section */
|
245 | 287 | 33CC10EB2044A3C60003C045 /* Resources */ = {
|
246 | 288 | isa = PBXResourcesBuildPhase;
|
|
351 | 393 | target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;
|
352 | 394 | targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;
|
353 | 395 | };
|
| 396 | + 6E24AAD228BD9D8A002F45B1 /* PBXTargetDependency */ = { |
| 397 | + isa = PBXTargetDependency; |
| 398 | + name = "minimint-bridge-staticlib"; |
| 399 | + targetProxy = 6E24AAD128BD9D8A002F45B1 /* PBXContainerItemProxy */; |
| 400 | + }; |
354 | 401 | /* End PBXTargetDependency section */
|
355 | 402 |
|
356 | 403 | /* Begin PBXVariantGroup section */
|
|
421 | 468 | CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
422 | 469 | CODE_SIGN_STYLE = Automatic;
|
423 | 470 | COMBINE_HIDPI_IMAGES = YES;
|
| 471 | + DEVELOPMENT_TEAM = ""; |
424 | 472 | INFOPLIST_FILE = Runner/Info.plist;
|
425 | 473 | LD_RUNPATH_SEARCH_PATHS = (
|
426 | 474 | "$(inherited)",
|
427 | 475 | "@executable_path/../Frameworks",
|
428 | 476 | );
|
429 | 477 | PROVISIONING_PROFILE_SPECIFIER = "";
|
| 478 | + SWIFT_OBJC_BRIDGING_HEADER = Runner/bridge_generated.h; |
430 | 479 | SWIFT_VERSION = 5.0;
|
431 | 480 | };
|
432 | 481 | name = Profile;
|
|
547 | 596 | CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
548 | 597 | CODE_SIGN_STYLE = Automatic;
|
549 | 598 | COMBINE_HIDPI_IMAGES = YES;
|
| 599 | + DEVELOPMENT_TEAM = ""; |
550 | 600 | INFOPLIST_FILE = Runner/Info.plist;
|
551 | 601 | LD_RUNPATH_SEARCH_PATHS = (
|
552 | 602 | "$(inherited)",
|
553 | 603 | "@executable_path/../Frameworks",
|
554 | 604 | );
|
555 | 605 | PROVISIONING_PROFILE_SPECIFIER = "";
|
| 606 | + SWIFT_OBJC_BRIDGING_HEADER = Runner/bridge_generated.h; |
556 | 607 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
557 | 608 | SWIFT_VERSION = 5.0;
|
558 | 609 | };
|
|
567 | 618 | CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
|
568 | 619 | CODE_SIGN_STYLE = Automatic;
|
569 | 620 | COMBINE_HIDPI_IMAGES = YES;
|
| 621 | + DEVELOPMENT_TEAM = ""; |
570 | 622 | INFOPLIST_FILE = Runner/Info.plist;
|
571 | 623 | LD_RUNPATH_SEARCH_PATHS = (
|
572 | 624 | "$(inherited)",
|
573 | 625 | "@executable_path/../Frameworks",
|
574 | 626 | );
|
575 | 627 | PROVISIONING_PROFILE_SPECIFIER = "";
|
| 628 | + SWIFT_OBJC_BRIDGING_HEADER = Runner/bridge_generated.h; |
576 | 629 | SWIFT_VERSION = 5.0;
|
577 | 630 | };
|
578 | 631 | name = Release;
|
|
0 commit comments