|
19 | 19 | /* End PBXBuildFile section */
|
20 | 20 |
|
21 | 21 | /* Begin PBXFileReference section */
|
| 22 | + ED183AB22BB4D99A0041F7C7 /* FlowStackExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FlowStackExample.entitlements; sourceTree = "<group>"; }; |
22 | 23 | ED8DE15D2A6765F500215165 /* FlowStackExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlowStackExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
23 | 24 | ED8DE1642A6765F600215165 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
24 | 25 | ED8DE1672A6765F600215165 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
64 | 65 | ED8DE15F2A6765F500215165 /* FlowStackExample */ = {
|
65 | 66 | isa = PBXGroup;
|
66 | 67 | children = (
|
| 68 | + ED183AB22BB4D99A0041F7C7 /* FlowStackExample.entitlements */, |
67 | 69 | EDA1DD372A67693A00D82A9D /* FlowStackExampleApp.swift */,
|
68 | 70 | EDA1DD342A67693A00D82A9D /* ContentView.swift */,
|
69 | 71 | EDFD07BB2A6F319E00CB0737 /* ProductRow.swift */,
|
|
303 | 305 | buildSettings = {
|
304 | 306 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
305 | 307 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 308 | + CODE_SIGN_ENTITLEMENTS = FlowStackExample/FlowStackExample.entitlements; |
306 | 309 | CODE_SIGN_STYLE = Automatic;
|
307 | 310 | CURRENT_PROJECT_VERSION = 1;
|
308 | 311 | DEVELOPMENT_ASSET_PATHS = "\"FlowStackExample/Preview Content\"";
|
|
313 | 316 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
314 | 317 | INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
315 | 318 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
| 319 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"; |
316 | 320 | IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
317 | 321 | LD_RUNPATH_SEARCH_PATHS = (
|
318 | 322 | "$(inherited)",
|
|
321 | 325 | MARKETING_VERSION = 1.0;
|
322 | 326 | PRODUCT_BUNDLE_IDENTIFIER = com.velosmobile.FlowStackExample;
|
323 | 327 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 328 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 329 | + SUPPORTS_MACCATALYST = YES; |
324 | 330 | SWIFT_EMIT_LOC_STRINGS = YES;
|
325 | 331 | SWIFT_VERSION = 5.0;
|
326 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
| 332 | + TARGETED_DEVICE_FAMILY = "1,2,6"; |
327 | 333 | };
|
328 | 334 | name = Debug;
|
329 | 335 | };
|
|
332 | 338 | buildSettings = {
|
333 | 339 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
334 | 340 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 341 | + CODE_SIGN_ENTITLEMENTS = FlowStackExample/FlowStackExample.entitlements; |
335 | 342 | CODE_SIGN_STYLE = Automatic;
|
336 | 343 | CURRENT_PROJECT_VERSION = 1;
|
337 | 344 | DEVELOPMENT_ASSET_PATHS = "\"FlowStackExample/Preview Content\"";
|
|
342 | 349 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
343 | 350 | INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
344 | 351 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
| 352 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"; |
345 | 353 | IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
346 | 354 | LD_RUNPATH_SEARCH_PATHS = (
|
347 | 355 | "$(inherited)",
|
|
350 | 358 | MARKETING_VERSION = 1.0;
|
351 | 359 | PRODUCT_BUNDLE_IDENTIFIER = com.velosmobile.FlowStackExample;
|
352 | 360 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 361 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 362 | + SUPPORTS_MACCATALYST = YES; |
353 | 363 | SWIFT_EMIT_LOC_STRINGS = YES;
|
354 | 364 | SWIFT_VERSION = 5.0;
|
355 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
| 365 | + TARGETED_DEVICE_FAMILY = "1,2,6"; |
356 | 366 | };
|
357 | 367 | name = Release;
|
358 | 368 | };
|
|
0 commit comments