You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# RELEASE NOTES
2
2
3
+
## 1.0.1 - Catalyst Fix
4
+
5
+
* Fix build issue where bitcode compile was happening for Catalyst target.
6
+
* Bitcode compile is now deprecated. The build script disables it. This is in prep to remove all bitcode logic from the script in the next release.
7
+
3
8
## 1.0.0 - Platform Builds
4
9
5
10
* Updated build script to allow building for single platform targets: macOS, iOS or tvOS. Specify with `-p <platform>` switch. Default build is for "all" as it has been.
0 commit comments