|
13 | 13 | 27CD0B552AFC8D38003665EB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 27CD0B542AFC8D38003665EB /* Preview Assets.xcassets */; };
|
14 | 14 | 27CD0B5D2AFC8DA7003665EB /* OpenGraph in Frameworks */ = {isa = PBXBuildFile; productRef = 27CD0B5C2AFC8DA7003665EB /* OpenGraph */; };
|
15 | 15 | 27CD0B5F2AFC8DA7003665EB /* OpenSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 27CD0B5E2AFC8DA7003665EB /* OpenSwiftUI */; };
|
| 16 | + 27D49DFB2BA604FB00F6E2E2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27D49DFA2BA604FB00F6E2E2 /* AppDelegate.swift */; }; |
| 17 | + 27D49DFD2BA604FB00F6E2E2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27D49DFC2BA604FB00F6E2E2 /* SceneDelegate.swift */; }; |
| 18 | + 27D49DFF2BA604FB00F6E2E2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27D49DFE2BA604FB00F6E2E2 /* ViewController.swift */; }; |
| 19 | + 27D49E022BA604FB00F6E2E2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27D49E002BA604FB00F6E2E2 /* Main.storyboard */; }; |
| 20 | + 27D49E042BA604FC00F6E2E2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 27D49E032BA604FC00F6E2E2 /* Assets.xcassets */; }; |
| 21 | + 27D49E072BA604FC00F6E2E2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27D49E052BA604FC00F6E2E2 /* LaunchScreen.storyboard */; }; |
| 22 | + 27D49E0E2BA60AF600F6E2E2 /* OpenSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 27D49E0D2BA60AF600F6E2E2 /* OpenSwiftUI */; }; |
16 | 23 | /* End PBXBuildFile section */
|
17 | 24 |
|
18 | 25 | /* Begin PBXFileReference section */
|
|
23 | 30 | 27CD0B522AFC8D38003665EB /* Example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example.entitlements; sourceTree = "<group>"; };
|
24 | 31 | 27CD0B542AFC8D38003665EB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
25 | 32 | 27CD0B612AFC8E0E003665EB /* OpenSwiftUI */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = OpenSwiftUI; path = ..; sourceTree = "<group>"; };
|
| 33 | + 27D49DF82BA604FB00F6E2E2 /* HostingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HostingExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 34 | + 27D49DFA2BA604FB00F6E2E2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 35 | + 27D49DFC2BA604FB00F6E2E2 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
| 36 | + 27D49DFE2BA604FB00F6E2E2 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 37 | + 27D49E012BA604FB00F6E2E2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 38 | + 27D49E032BA604FC00F6E2E2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 39 | + 27D49E062BA604FC00F6E2E2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 40 | + 27D49E082BA604FC00F6E2E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
26 | 41 | /* End PBXFileReference section */
|
27 | 42 |
|
28 | 43 | /* Begin PBXFrameworksBuildPhase section */
|
|
35 | 50 | );
|
36 | 51 | runOnlyForDeploymentPostprocessing = 0;
|
37 | 52 | };
|
| 53 | + 27D49DF52BA604FB00F6E2E2 /* Frameworks */ = { |
| 54 | + isa = PBXFrameworksBuildPhase; |
| 55 | + buildActionMask = 2147483647; |
| 56 | + files = ( |
| 57 | + 27D49E0E2BA60AF600F6E2E2 /* OpenSwiftUI in Frameworks */, |
| 58 | + ); |
| 59 | + runOnlyForDeploymentPostprocessing = 0; |
| 60 | + }; |
38 | 61 | /* End PBXFrameworksBuildPhase section */
|
39 | 62 |
|
40 | 63 | /* Begin PBXGroup section */
|
|
43 | 66 | children = (
|
44 | 67 | 27CD0B612AFC8E0E003665EB /* OpenSwiftUI */,
|
45 | 68 | 27CD0B4B2AFC8D37003665EB /* Example */,
|
| 69 | + 27D49DF92BA604FB00F6E2E2 /* HostingExample */, |
46 | 70 | 27CD0B4A2AFC8D37003665EB /* Products */,
|
| 71 | + 27D49E0C2BA60AF600F6E2E2 /* Frameworks */, |
47 | 72 | );
|
48 | 73 | sourceTree = "<group>";
|
49 | 74 | };
|
50 | 75 | 27CD0B4A2AFC8D37003665EB /* Products */ = {
|
51 | 76 | isa = PBXGroup;
|
52 | 77 | children = (
|
53 | 78 | 27CD0B492AFC8D37003665EB /* Example.app */,
|
| 79 | + 27D49DF82BA604FB00F6E2E2 /* HostingExample.app */, |
54 | 80 | );
|
55 | 81 | name = Products;
|
56 | 82 | sourceTree = "<group>";
|
|
75 | 101 | path = "Preview Content";
|
76 | 102 | sourceTree = "<group>";
|
77 | 103 | };
|
| 104 | + 27D49DF92BA604FB00F6E2E2 /* HostingExample */ = { |
| 105 | + isa = PBXGroup; |
| 106 | + children = ( |
| 107 | + 27D49DFA2BA604FB00F6E2E2 /* AppDelegate.swift */, |
| 108 | + 27D49DFC2BA604FB00F6E2E2 /* SceneDelegate.swift */, |
| 109 | + 27D49DFE2BA604FB00F6E2E2 /* ViewController.swift */, |
| 110 | + 27D49E002BA604FB00F6E2E2 /* Main.storyboard */, |
| 111 | + 27D49E032BA604FC00F6E2E2 /* Assets.xcassets */, |
| 112 | + 27D49E052BA604FC00F6E2E2 /* LaunchScreen.storyboard */, |
| 113 | + 27D49E082BA604FC00F6E2E2 /* Info.plist */, |
| 114 | + ); |
| 115 | + path = HostingExample; |
| 116 | + sourceTree = "<group>"; |
| 117 | + }; |
| 118 | + 27D49E0C2BA60AF600F6E2E2 /* Frameworks */ = { |
| 119 | + isa = PBXGroup; |
| 120 | + children = ( |
| 121 | + ); |
| 122 | + name = Frameworks; |
| 123 | + sourceTree = "<group>"; |
| 124 | + }; |
78 | 125 | /* End PBXGroup section */
|
79 | 126 |
|
80 | 127 | /* Begin PBXNativeTarget section */
|
|
99 | 146 | productReference = 27CD0B492AFC8D37003665EB /* Example.app */;
|
100 | 147 | productType = "com.apple.product-type.application";
|
101 | 148 | };
|
| 149 | + 27D49DF72BA604FB00F6E2E2 /* HostingExample */ = { |
| 150 | + isa = PBXNativeTarget; |
| 151 | + buildConfigurationList = 27D49E092BA604FC00F6E2E2 /* Build configuration list for PBXNativeTarget "HostingExample" */; |
| 152 | + buildPhases = ( |
| 153 | + 27D49DF42BA604FB00F6E2E2 /* Sources */, |
| 154 | + 27D49DF52BA604FB00F6E2E2 /* Frameworks */, |
| 155 | + 27D49DF62BA604FB00F6E2E2 /* Resources */, |
| 156 | + ); |
| 157 | + buildRules = ( |
| 158 | + ); |
| 159 | + dependencies = ( |
| 160 | + ); |
| 161 | + name = HostingExample; |
| 162 | + packageProductDependencies = ( |
| 163 | + 27D49E0D2BA60AF600F6E2E2 /* OpenSwiftUI */, |
| 164 | + ); |
| 165 | + productName = HostingExample; |
| 166 | + productReference = 27D49DF82BA604FB00F6E2E2 /* HostingExample.app */; |
| 167 | + productType = "com.apple.product-type.application"; |
| 168 | + }; |
102 | 169 | /* End PBXNativeTarget section */
|
103 | 170 |
|
104 | 171 | /* Begin PBXProject section */
|
105 | 172 | 27CD0B412AFC8D37003665EB /* Project object */ = {
|
106 | 173 | isa = PBXProject;
|
107 | 174 | attributes = {
|
108 | 175 | BuildIndependentTargetsInParallel = 1;
|
109 |
| - LastSwiftUpdateCheck = 1500; |
| 176 | + LastSwiftUpdateCheck = 1520; |
110 | 177 | LastUpgradeCheck = 1500;
|
111 | 178 | TargetAttributes = {
|
112 | 179 | 27CD0B482AFC8D37003665EB = {
|
113 | 180 | CreatedOnToolsVersion = 15.0;
|
114 | 181 | };
|
| 182 | + 27D49DF72BA604FB00F6E2E2 = { |
| 183 | + CreatedOnToolsVersion = 15.2; |
| 184 | + }; |
115 | 185 | };
|
116 | 186 | };
|
117 | 187 | buildConfigurationList = 27CD0B442AFC8D37003665EB /* Build configuration list for PBXProject "Example" */;
|
|
130 | 200 | projectRoot = "";
|
131 | 201 | targets = (
|
132 | 202 | 27CD0B482AFC8D37003665EB /* Example */,
|
| 203 | + 27D49DF72BA604FB00F6E2E2 /* HostingExample */, |
133 | 204 | );
|
134 | 205 | };
|
135 | 206 | /* End PBXProject section */
|
|
144 | 215 | );
|
145 | 216 | runOnlyForDeploymentPostprocessing = 0;
|
146 | 217 | };
|
| 218 | + 27D49DF62BA604FB00F6E2E2 /* Resources */ = { |
| 219 | + isa = PBXResourcesBuildPhase; |
| 220 | + buildActionMask = 2147483647; |
| 221 | + files = ( |
| 222 | + 27D49E072BA604FC00F6E2E2 /* LaunchScreen.storyboard in Resources */, |
| 223 | + 27D49E042BA604FC00F6E2E2 /* Assets.xcassets in Resources */, |
| 224 | + 27D49E022BA604FB00F6E2E2 /* Main.storyboard in Resources */, |
| 225 | + ); |
| 226 | + runOnlyForDeploymentPostprocessing = 0; |
| 227 | + }; |
147 | 228 | /* End PBXResourcesBuildPhase section */
|
148 | 229 |
|
149 | 230 | /* Begin PBXSourcesBuildPhase section */
|
|
156 | 237 | );
|
157 | 238 | runOnlyForDeploymentPostprocessing = 0;
|
158 | 239 | };
|
| 240 | + 27D49DF42BA604FB00F6E2E2 /* Sources */ = { |
| 241 | + isa = PBXSourcesBuildPhase; |
| 242 | + buildActionMask = 2147483647; |
| 243 | + files = ( |
| 244 | + 27D49DFF2BA604FB00F6E2E2 /* ViewController.swift in Sources */, |
| 245 | + 27D49DFB2BA604FB00F6E2E2 /* AppDelegate.swift in Sources */, |
| 246 | + 27D49DFD2BA604FB00F6E2E2 /* SceneDelegate.swift in Sources */, |
| 247 | + ); |
| 248 | + runOnlyForDeploymentPostprocessing = 0; |
| 249 | + }; |
159 | 250 | /* End PBXSourcesBuildPhase section */
|
160 | 251 |
|
| 252 | +/* Begin PBXVariantGroup section */ |
| 253 | + 27D49E002BA604FB00F6E2E2 /* Main.storyboard */ = { |
| 254 | + isa = PBXVariantGroup; |
| 255 | + children = ( |
| 256 | + 27D49E012BA604FB00F6E2E2 /* Base */, |
| 257 | + ); |
| 258 | + name = Main.storyboard; |
| 259 | + sourceTree = "<group>"; |
| 260 | + }; |
| 261 | + 27D49E052BA604FC00F6E2E2 /* LaunchScreen.storyboard */ = { |
| 262 | + isa = PBXVariantGroup; |
| 263 | + children = ( |
| 264 | + 27D49E062BA604FC00F6E2E2 /* Base */, |
| 265 | + ); |
| 266 | + name = LaunchScreen.storyboard; |
| 267 | + sourceTree = "<group>"; |
| 268 | + }; |
| 269 | +/* End PBXVariantGroup section */ |
| 270 | + |
161 | 271 | /* Begin XCBuildConfiguration section */
|
162 | 272 | 27CD0B562AFC8D38003665EB /* Debug */ = {
|
163 | 273 | isa = XCBuildConfiguration;
|
|
349 | 459 | };
|
350 | 460 | name = Release;
|
351 | 461 | };
|
| 462 | + 27D49E0A2BA604FC00F6E2E2 /* Debug */ = { |
| 463 | + isa = XCBuildConfiguration; |
| 464 | + buildSettings = { |
| 465 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 466 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 467 | + CODE_SIGN_STYLE = Automatic; |
| 468 | + CURRENT_PROJECT_VERSION = 1; |
| 469 | + DEVELOPMENT_TEAM = VB7MJ8R223; |
| 470 | + GENERATE_INFOPLIST_FILE = YES; |
| 471 | + INFOPLIST_FILE = HostingExample/Info.plist; |
| 472 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 473 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 474 | + INFOPLIST_KEY_UIMainStoryboardFile = Main; |
| 475 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 476 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 477 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 478 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 479 | + "$(inherited)", |
| 480 | + "@executable_path/Frameworks", |
| 481 | + ); |
| 482 | + MARKETING_VERSION = 1.0; |
| 483 | + PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.HostingExample; |
| 484 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 485 | + SDKROOT = iphoneos; |
| 486 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 487 | + SWIFT_VERSION = 5.0; |
| 488 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 489 | + }; |
| 490 | + name = Debug; |
| 491 | + }; |
| 492 | + 27D49E0B2BA604FC00F6E2E2 /* Release */ = { |
| 493 | + isa = XCBuildConfiguration; |
| 494 | + buildSettings = { |
| 495 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 496 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 497 | + CODE_SIGN_STYLE = Automatic; |
| 498 | + CURRENT_PROJECT_VERSION = 1; |
| 499 | + DEVELOPMENT_TEAM = VB7MJ8R223; |
| 500 | + GENERATE_INFOPLIST_FILE = YES; |
| 501 | + INFOPLIST_FILE = HostingExample/Info.plist; |
| 502 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 503 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 504 | + INFOPLIST_KEY_UIMainStoryboardFile = Main; |
| 505 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 506 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 507 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 508 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 509 | + "$(inherited)", |
| 510 | + "@executable_path/Frameworks", |
| 511 | + ); |
| 512 | + MARKETING_VERSION = 1.0; |
| 513 | + PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.HostingExample; |
| 514 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 515 | + SDKROOT = iphoneos; |
| 516 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 517 | + SWIFT_VERSION = 5.0; |
| 518 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 519 | + VALIDATE_PRODUCT = YES; |
| 520 | + }; |
| 521 | + name = Release; |
| 522 | + }; |
352 | 523 | /* End XCBuildConfiguration section */
|
353 | 524 |
|
354 | 525 | /* Begin XCConfigurationList section */
|
|
370 | 541 | defaultConfigurationIsVisible = 0;
|
371 | 542 | defaultConfigurationName = Release;
|
372 | 543 | };
|
| 544 | + 27D49E092BA604FC00F6E2E2 /* Build configuration list for PBXNativeTarget "HostingExample" */ = { |
| 545 | + isa = XCConfigurationList; |
| 546 | + buildConfigurations = ( |
| 547 | + 27D49E0A2BA604FC00F6E2E2 /* Debug */, |
| 548 | + 27D49E0B2BA604FC00F6E2E2 /* Release */, |
| 549 | + ); |
| 550 | + defaultConfigurationIsVisible = 0; |
| 551 | + defaultConfigurationName = Release; |
| 552 | + }; |
373 | 553 | /* End XCConfigurationList section */
|
374 | 554 |
|
375 | 555 | /* Begin XCSwiftPackageProductDependency section */
|
|
381 | 561 | isa = XCSwiftPackageProductDependency;
|
382 | 562 | productName = OpenSwiftUI;
|
383 | 563 | };
|
| 564 | + 27D49E0D2BA60AF600F6E2E2 /* OpenSwiftUI */ = { |
| 565 | + isa = XCSwiftPackageProductDependency; |
| 566 | + productName = OpenSwiftUI; |
| 567 | + }; |
384 | 568 | /* End XCSwiftPackageProductDependency section */
|
385 | 569 | };
|
386 | 570 | rootObject = 27CD0B412AFC8D37003665EB /* Project object */;
|
|
0 commit comments