Skip to content

Commit

Permalink
Make it a designed for iPad app so that it runs fine on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotrin committed Dec 11, 2024
1 parent 9e68328 commit 2cf2b60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.betterclasscharts.app
SUPPORTED_PLATFORMS: "iphoneos iphonesimulator macosx"
SUPPORTS_MACCATALYST: YES
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER: YES
SUPPORTS_MAC_DESIGNED_FOR_IPAD: YES
info:
path: BetterClasscharts/Info.plist
properties:
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
-project BetterClasscharts.xcodeproj \
-scheme BetterClasscharts \
-archivePath $RUNNER_TEMP/BetterClasscharts-Mac.xcarchive \
-destination 'platform=macOS,arch=arm64' \
-destination 'platform=macOS,variant=Mac Catalyst,arch=arm64' \
-configuration Release \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \
Expand Down

0 comments on commit 2cf2b60

Please sign in to comment.