-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9c2908
commit 7a8dd5c
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/Scripts/package_dylibs.sh b/Scripts/package_dylibs.sh | ||
index 5b288075..aad3d27e 100755 | ||
--- a/Scripts/package_dylibs.sh | ||
+++ b/Scripts/package_dylibs.sh | ||
@@ -39,7 +39,7 @@ mkdir -p "${mvk_pkg_prod_path}" | ||
|
||
# App store distribution does not support naked dylibs, so only include a naked dylib for macOS. | ||
copy_dylib "" "macOS" | ||
-#copy_dylib "-iphoneos" "iOS" | ||
+copy_dylib "-iphoneos" "iOS" | ||
#copy_dylib "-iphonesimulator" "iOS-simulator" | ||
#copy_dylib "-appletvos" "tvOS" | ||
#copy_dylib "-appletvsimulator" "tvOS-simulator" |