Skip to content

Commit

Permalink
Merge branch 'release/1.6.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed Jan 23, 2025
2 parents a3fb263 + b0a2c2b commit d7a72e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .makefiles/ios.mk
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ test:

#> Make a .zip package of frameworks
package:
carthage build --no-skip-current --platform $(PLATFORM)
carthage build --no-skip-current --platform $(PLATFORM) --use-xcframeworks --cache-builds
carthage archive $(MODULE_NAME)

#> tag and release to github
Expand All @@ -207,4 +207,3 @@ open:
#> Setup the project, git-hooks etc
init:
git config core.hooksPath .githooks

0 comments on commit d7a72e1

Please sign in to comment.