diff --git a/MacTorn-v1.4.3.zip b/MacTorn-v1.4.3.zip new file mode 100644 index 0000000..1bc3c95 Binary files /dev/null and b/MacTorn-v1.4.3.zip differ diff --git a/MacTorn/MacTorn.xcodeproj/project.pbxproj b/MacTorn/MacTorn.xcodeproj/project.pbxproj index 450e154..566a322 100644 --- a/MacTorn/MacTorn.xcodeproj/project.pbxproj +++ b/MacTorn/MacTorn.xcodeproj/project.pbxproj @@ -604,6 +604,7 @@ MTL_FAST_MATH = YES; SDKROOT = macosx; SWIFT_COMPILATION_MODE = wholemodule; + ARCHS = "arm64 x86_64"; }; name = Release; }; diff --git a/MacTorn/MacTorn/Info.plist b/MacTorn/MacTorn/Info.plist index 3132ec9..7bf0ff6 100644 --- a/MacTorn/MacTorn/Info.plist +++ b/MacTorn/MacTorn/Info.plist @@ -17,8 +17,8 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.3 + $(MARKETING_VERSION) CFBundleVersion - 1.3 + $(CURRENT_PROJECT_VERSION) diff --git a/Makefile b/Makefile index b2f94e3..b1308d3 100644 --- a/Makefile +++ b/Makefile @@ -57,13 +57,15 @@ build: CODE_SIGN_IDENTITY="-" \ CODE_SIGNING_REQUIRED=NO -# Build Release +# Build Release (Universal Binary for Intel + Apple Silicon) release: xcodebuild build \ -project MacTorn/MacTorn.xcodeproj \ -scheme MacTorn \ -configuration Release \ - -destination 'platform=macOS' \ + -destination 'generic/platform=macOS' \ + ARCHS="arm64 x86_64" \ + ONLY_ACTIVE_ARCH=NO \ CODE_SIGN_IDENTITY="-" \ CODE_SIGNING_REQUIRED=NO diff --git a/README.md b/README.md index 8e612ae..c0b318e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A native macOS menu bar app for monitoring your **Torn** game status. ![macOS](https://img.shields.io/badge/macOS-13.0+-blue) ![Swift](https://img.shields.io/badge/Swift-5.0-orange) +![Universal](https://img.shields.io/badge/Universal-Intel%20%2B%20Apple%20Silicon-purple) ![License](https://img.shields.io/badge/License-MIT-green)

@@ -68,6 +69,7 @@ A native macOS menu bar app for monitoring your **Torn** game status. ## Requirements - macOS 13.0 (Ventura) or later +- **Universal Binary**: Supports both Intel (x86_64) and Apple Silicon (arm64) Macs - Torn API Key with access to: basic, bars, cooldowns, travel, profile, events, messages, market ## API Data Usage