Skip to content

Commit

Permalink
Rebuild Using The Xcode 16/1 SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
markydoodled committed Nov 6, 2024
1 parent 1fe16ce commit 5c8f711
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Source Code/Next Up/Next Up.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
CODE_SIGN_ENTITLEMENTS = "Next Up/Next_Up.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Next Up/Preview Content\"";
DEVELOPMENT_TEAM = ZWASU9HFBU;
Expand All @@ -293,7 +293,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.MSJ.Next-Up";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -309,7 +309,7 @@
CODE_SIGN_ENTITLEMENTS = "Next Up/Next_Up.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Next Up/Preview Content\"";
DEVELOPMENT_TEAM = ZWASU9HFBU;
Expand All @@ -325,7 +325,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.MSJ.Next-Up";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
4 changes: 2 additions & 2 deletions Source Code/Next Up/Next Up/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ struct ContentView: View {
Text("Refresh")
}
Menu("More...") {
Text("Version - 1.2")
Text("Build - 5")
Text("Version - 1.3")
Text("Build - 6")
Button(action: {NSApplication.shared.terminate(self)}) {
Text("Quit")
}
Expand Down

0 comments on commit 5c8f711

Please sign in to comment.