|
54 | 54 | 03EA68522B9630CF003348BE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
55 | 55 | 03EA68542B9630D0003348BE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
56 | 56 | 03EA68572B9630D0003348BE /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
57 | | - 03EA68592B9630D0003348BE /* FrontRow.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FrontRow.entitlements; sourceTree = "<group>"; }; |
58 | 57 | 03EA68602B96523B003348BE /* FileCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileCommands.swift; sourceTree = "<group>"; }; |
59 | 58 | 03EA68632B965322003348BE /* PlaybackCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaybackCommands.swift; sourceTree = "<group>"; }; |
60 | 59 | 03EA68662B9654A0003348BE /* PlayEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayEngine.swift; sourceTree = "<group>"; }; |
|
105 | 104 | 03EA684F2B9630CF003348BE /* Front Row */ = { |
106 | 105 | isa = PBXGroup; |
107 | 106 | children = ( |
108 | | - 03EA68592B9630D0003348BE /* FrontRow.entitlements */, |
109 | 107 | 03BACB2D2B96C8A800D24F07 /* FrontRowInfo.plist */, |
110 | 108 | 03EA68502B9630CF003348BE /* FrontRowApp.swift */, |
111 | 109 | 03EA68542B9630D0003348BE /* Assets.xcassets */, |
|
317 | 315 | 03EA685A2B9630D0003348BE /* Debug */ = { |
318 | 316 | isa = XCBuildConfiguration; |
319 | 317 | buildSettings = { |
320 | | - ALWAYS_SEARCH_USER_PATHS = NO; |
321 | 318 | ARCHS = arm64; |
322 | 319 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
323 | 320 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
385 | 382 | 03EA685B2B9630D0003348BE /* Release */ = { |
386 | 383 | isa = XCBuildConfiguration; |
387 | 384 | buildSettings = { |
388 | | - ALWAYS_SEARCH_USER_PATHS = NO; |
389 | 385 | ARCHS = arm64; |
390 | 386 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
391 | 387 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
447 | 443 | buildSettings = { |
448 | 444 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
449 | 445 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
450 | | - CODE_SIGN_ENTITLEMENTS = "Front Row/FrontRow.entitlements"; |
451 | 446 | CODE_SIGN_STYLE = Automatic; |
452 | 447 | COMBINE_HIDPI_IMAGES = YES; |
453 | | - CURRENT_PROJECT_VERSION = 18; |
| 448 | + CURRENT_PROJECT_VERSION = 19; |
454 | 449 | DEVELOPMENT_ASSET_PATHS = "\"Front Row/Preview Content\""; |
455 | 450 | ENABLE_APP_SANDBOX = YES; |
456 | 451 | ENABLE_HARDENED_RUNTIME = YES; |
|
465 | 460 | "$(inherited)", |
466 | 461 | "@executable_path/../Frameworks", |
467 | 462 | ); |
468 | | - MARKETING_VERSION = 2.6; |
| 463 | + MARKETING_VERSION = 2.7; |
469 | 464 | PRODUCT_BUNDLE_IDENTIFIER = dev.joshuapark.FrontRow; |
470 | 465 | PRODUCT_NAME = "$(TARGET_NAME)"; |
471 | 466 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
477 | 472 | buildSettings = { |
478 | 473 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
479 | 474 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
480 | | - CODE_SIGN_ENTITLEMENTS = "Front Row/FrontRow.entitlements"; |
481 | 475 | CODE_SIGN_STYLE = Automatic; |
482 | 476 | COMBINE_HIDPI_IMAGES = YES; |
483 | | - CURRENT_PROJECT_VERSION = 18; |
| 477 | + CURRENT_PROJECT_VERSION = 19; |
484 | 478 | DEVELOPMENT_ASSET_PATHS = "\"Front Row/Preview Content\""; |
485 | 479 | ENABLE_APP_SANDBOX = YES; |
486 | 480 | ENABLE_HARDENED_RUNTIME = YES; |
|
495 | 489 | "$(inherited)", |
496 | 490 | "@executable_path/../Frameworks", |
497 | 491 | ); |
498 | | - MARKETING_VERSION = 2.6; |
| 492 | + MARKETING_VERSION = 2.7; |
499 | 493 | PRODUCT_BUNDLE_IDENTIFIER = dev.joshuapark.FrontRow; |
500 | 494 | PRODUCT_NAME = "$(TARGET_NAME)"; |
501 | 495 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
0 commit comments