|
12 | 12 | D5535834290E9718009E5D72 /* Swing.swift in Sources */ = {isa = PBXBuildFile; fileRef = D553582C290E9718009E5D72 /* Swing.swift */; }; |
13 | 13 | D5535835290E9718009E5D72 /* RootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D553582D290E9718009E5D72 /* RootView.swift */; }; |
14 | 14 | D5535836290E9718009E5D72 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D553582E290E9718009E5D72 /* SceneDelegate.swift */; }; |
15 | | - D5535837290E9718009E5D72 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D553582F290E9718009E5D72 /* LaunchScreen.storyboard */; }; |
| 15 | + D5535837290E9718009E5D72 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D553582F290E9718009E5D72 /* LaunchScreen.storyboard */; platformFilter = ios; }; |
16 | 16 | D5535839290E9718009E5D72 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5535831290E9718009E5D72 /* AppDelegate.swift */; }; |
17 | 17 | D553583F290E97C5009E5D72 /* NavigationTransitions in Frameworks */ = {isa = PBXBuildFile; productRef = D553583E290E97C5009E5D72 /* NavigationTransitions */; }; |
18 | 18 | D5535843290F4BEA009E5D72 /* AppView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5535842290F4BEA009E5D72 /* AppView.swift */; }; |
|
36 | 36 | D5535842290F4BEA009E5D72 /* AppView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppView.swift; sourceTree = "<group>"; }; |
37 | 37 | D5535844290F52F7009E5D72 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
38 | 38 | D5535846290F5E6F009E5D72 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; }; |
| 39 | + D571826B291C9426003672F5 /* Demo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Demo.entitlements; sourceTree = "<group>"; }; |
39 | 40 | D5755A78291ADC00007F2201 /* Zoom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zoom.swift; sourceTree = "<group>"; }; |
40 | 41 | D5AAF4042911C59E009743D3 /* PageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageView.swift; sourceTree = "<group>"; }; |
41 | 42 | D5AAF4062911C621009743D3 /* Pages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pages.swift; sourceTree = "<group>"; }; |
|
73 | 74 | D553581D290E9691009E5D72 /* Demo */ = { |
74 | 75 | isa = PBXGroup; |
75 | 76 | children = ( |
| 77 | + D571826B291C9426003672F5 /* Demo.entitlements */, |
76 | 78 | D553583C290E978C009E5D72 /* Info.plist */, |
77 | 79 | D553582F290E9718009E5D72 /* LaunchScreen.storyboard */, |
78 | 80 | D5535831290E9718009E5D72 /* AppDelegate.swift */, |
|
317 | 319 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
318 | 320 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
319 | 321 | CLANG_ENABLE_MODULES = YES; |
| 322 | + CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements; |
320 | 323 | CODE_SIGN_STYLE = Automatic; |
321 | 324 | CURRENT_PROJECT_VERSION = 1; |
322 | 325 | DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\""; |
|
337 | 340 | MARKETING_VERSION = 1.0; |
338 | 341 | PRODUCT_BUNDLE_IDENTIFIER = mn.dro.Demo; |
339 | 342 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 343 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; |
| 344 | + SUPPORTS_MACCATALYST = YES; |
| 345 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
340 | 346 | SWIFT_EMIT_LOC_STRINGS = YES; |
341 | 347 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
342 | 348 | SWIFT_VERSION = 5.0; |
343 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
| 349 | + TARGETED_DEVICE_FAMILY = "1,2,3"; |
| 350 | + TVOS_DEPLOYMENT_TARGET = 13.0; |
344 | 351 | }; |
345 | 352 | name = Debug; |
346 | 353 | }; |
|
350 | 357 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
351 | 358 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
352 | 359 | CLANG_ENABLE_MODULES = YES; |
| 360 | + CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements; |
353 | 361 | CODE_SIGN_STYLE = Automatic; |
354 | 362 | CURRENT_PROJECT_VERSION = 1; |
355 | 363 | DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\""; |
|
370 | 378 | MARKETING_VERSION = 1.0; |
371 | 379 | PRODUCT_BUNDLE_IDENTIFIER = mn.dro.Demo; |
372 | 380 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 381 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; |
| 382 | + SUPPORTS_MACCATALYST = YES; |
| 383 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
373 | 384 | SWIFT_EMIT_LOC_STRINGS = YES; |
374 | 385 | SWIFT_VERSION = 5.0; |
375 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
| 386 | + TARGETED_DEVICE_FAMILY = "1,2,3"; |
| 387 | + TVOS_DEPLOYMENT_TARGET = 13.0; |
376 | 388 | }; |
377 | 389 | name = Release; |
378 | 390 | }; |
|
0 commit comments