Skip to content

Commit 2e35f46

Browse files
committed
chore: update project version to 2.7
1 parent 962dc77 commit 2e35f46

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

Front Row.xcodeproj/project.pbxproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
03EA68522B9630CF003348BE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
5555
03EA68542B9630D0003348BE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5656
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>"; };
5857
03EA68602B96523B003348BE /* FileCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileCommands.swift; sourceTree = "<group>"; };
5958
03EA68632B965322003348BE /* PlaybackCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaybackCommands.swift; sourceTree = "<group>"; };
6059
03EA68662B9654A0003348BE /* PlayEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayEngine.swift; sourceTree = "<group>"; };
@@ -105,7 +104,6 @@
105104
03EA684F2B9630CF003348BE /* Front Row */ = {
106105
isa = PBXGroup;
107106
children = (
108-
03EA68592B9630D0003348BE /* FrontRow.entitlements */,
109107
03BACB2D2B96C8A800D24F07 /* FrontRowInfo.plist */,
110108
03EA68502B9630CF003348BE /* FrontRowApp.swift */,
111109
03EA68542B9630D0003348BE /* Assets.xcassets */,
@@ -317,7 +315,6 @@
317315
03EA685A2B9630D0003348BE /* Debug */ = {
318316
isa = XCBuildConfiguration;
319317
buildSettings = {
320-
ALWAYS_SEARCH_USER_PATHS = NO;
321318
ARCHS = arm64;
322319
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
323320
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
@@ -385,7 +382,6 @@
385382
03EA685B2B9630D0003348BE /* Release */ = {
386383
isa = XCBuildConfiguration;
387384
buildSettings = {
388-
ALWAYS_SEARCH_USER_PATHS = NO;
389385
ARCHS = arm64;
390386
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
391387
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
@@ -447,10 +443,9 @@
447443
buildSettings = {
448444
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
449445
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
450-
CODE_SIGN_ENTITLEMENTS = "Front Row/FrontRow.entitlements";
451446
CODE_SIGN_STYLE = Automatic;
452447
COMBINE_HIDPI_IMAGES = YES;
453-
CURRENT_PROJECT_VERSION = 18;
448+
CURRENT_PROJECT_VERSION = 19;
454449
DEVELOPMENT_ASSET_PATHS = "\"Front Row/Preview Content\"";
455450
ENABLE_APP_SANDBOX = YES;
456451
ENABLE_HARDENED_RUNTIME = YES;
@@ -465,7 +460,7 @@
465460
"$(inherited)",
466461
"@executable_path/../Frameworks",
467462
);
468-
MARKETING_VERSION = 2.6;
463+
MARKETING_VERSION = 2.7;
469464
PRODUCT_BUNDLE_IDENTIFIER = dev.joshuapark.FrontRow;
470465
PRODUCT_NAME = "$(TARGET_NAME)";
471466
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -477,10 +472,9 @@
477472
buildSettings = {
478473
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
479474
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
480-
CODE_SIGN_ENTITLEMENTS = "Front Row/FrontRow.entitlements";
481475
CODE_SIGN_STYLE = Automatic;
482476
COMBINE_HIDPI_IMAGES = YES;
483-
CURRENT_PROJECT_VERSION = 18;
477+
CURRENT_PROJECT_VERSION = 19;
484478
DEVELOPMENT_ASSET_PATHS = "\"Front Row/Preview Content\"";
485479
ENABLE_APP_SANDBOX = YES;
486480
ENABLE_HARDENED_RUNTIME = YES;
@@ -495,7 +489,7 @@
495489
"$(inherited)",
496490
"@executable_path/../Frameworks",
497491
);
498-
MARKETING_VERSION = 2.6;
492+
MARKETING_VERSION = 2.7;
499493
PRODUCT_BUNDLE_IDENTIFIER = dev.joshuapark.FrontRow;
500494
PRODUCT_NAME = "$(TARGET_NAME)";
501495
SWIFT_EMIT_LOC_STRINGS = YES;

Front Row/FrontRow.entitlements

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Experience color accurate HDR videos with full surround sound using spatial audi
2020

2121
- [HDR video compatible Macs](https://support.apple.com/en-us/102205) and/or [spatial audio compatible devices](https://support.apple.com/en-us/102469)
2222
- Apple Silicon (M1 and later)
23-
- macOS Sequoia 15.0 and later
23+
- macOS Sequoia 15.6 and later
2424
- Xcode 26.2 (to build)
2525

2626
## Frequently Asked Questions

0 commit comments

Comments
 (0)