|
42 | 42 | 5527C21227AA6C6A0098546E /* Interval.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Interval.swift; sourceTree = "<group>"; }; |
43 | 43 | 55781F2C27AD39B0003D4252 /* Scroller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Scroller.swift; sourceTree = "<group>"; }; |
44 | 44 | 55781F3027AD4500003D4252 /* Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Storage.swift; sourceTree = "<group>"; }; |
| 45 | + 557D9AB427F98C14008C317B /* DiffableTextAppXUIKit.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DiffableTextAppXUIKit.entitlements; sourceTree = "<group>"; }; |
45 | 46 | 557DAF1C27BA415500D9F0E5 /* PatternScreenExamples.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatternScreenExamples.swift; sourceTree = "<group>"; }; |
46 | 47 | 557DAF2027BA493200D9F0E5 /* Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Action.swift; sourceTree = "<group>"; }; |
47 | 48 | 557DAF2227BA4AE600D9F0E5 /* PatternScreenActions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatternScreenActions.swift; sourceTree = "<group>"; }; |
|
101 | 102 | 5589A19727A7E3E30000F04A = { |
102 | 103 | isa = PBXGroup; |
103 | 104 | children = ( |
| 105 | + 557D9AB427F98C14008C317B /* DiffableTextAppXUIKit.entitlements */, |
104 | 106 | 557F7FB827A81116001908D6 /* Packages */, |
105 | 107 | 5589A1A227A7E3E30000F04A /* App */, |
106 | 108 | 5589A1A127A7E3E30000F04A /* Products */, |
|
444 | 446 | buildSettings = { |
445 | 447 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
446 | 448 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 449 | + CODE_SIGN_ENTITLEMENTS = DiffableTextAppXUIKit.entitlements; |
447 | 450 | CODE_SIGN_STYLE = Automatic; |
448 | 451 | CURRENT_PROJECT_VERSION = 1; |
449 | 452 | DEVELOPMENT_ASSET_PATHS = "\"App/Assets/Preview Content\""; |
|
455 | 458 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
456 | 459 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
457 | 460 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 461 | + IPHONEOS_DEPLOYMENT_TARGET = 15.2; |
458 | 462 | LD_RUNPATH_SEARCH_PATHS = ( |
459 | 463 | "$(inherited)", |
460 | 464 | "@executable_path/Frameworks", |
461 | 465 | ); |
462 | 466 | MARKETING_VERSION = 1.0; |
463 | 467 | PRODUCT_BUNDLE_IDENTIFIER = com.oscbyspro.DiffableTextAppXUIKit; |
464 | 468 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 469 | + SUPPORTS_MACCATALYST = YES; |
465 | 470 | SWIFT_EMIT_LOC_STRINGS = YES; |
466 | 471 | SWIFT_VERSION = 5.0; |
467 | 472 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
473 | 478 | buildSettings = { |
474 | 479 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
475 | 480 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 481 | + CODE_SIGN_ENTITLEMENTS = DiffableTextAppXUIKit.entitlements; |
476 | 482 | CODE_SIGN_STYLE = Automatic; |
477 | 483 | CURRENT_PROJECT_VERSION = 1; |
478 | 484 | DEVELOPMENT_ASSET_PATHS = "\"App/Assets/Preview Content\""; |
|
484 | 490 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
485 | 491 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
486 | 492 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 493 | + IPHONEOS_DEPLOYMENT_TARGET = 15.2; |
487 | 494 | LD_RUNPATH_SEARCH_PATHS = ( |
488 | 495 | "$(inherited)", |
489 | 496 | "@executable_path/Frameworks", |
490 | 497 | ); |
491 | 498 | MARKETING_VERSION = 1.0; |
492 | 499 | PRODUCT_BUNDLE_IDENTIFIER = com.oscbyspro.DiffableTextAppXUIKit; |
493 | 500 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 501 | + SUPPORTS_MACCATALYST = YES; |
494 | 502 | SWIFT_EMIT_LOC_STRINGS = YES; |
495 | 503 | SWIFT_VERSION = 5.0; |
496 | 504 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
0 commit comments