Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Edouard Oger 817711ff55
Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
Garvan Keeley f0ac4158de
Include dsym files in mac package 2019-04-05 15:36:52 -04:00
Garvan Keeley a50c33d91a
Add Cartfile.resolved for version pinning (#879) 2019-03-29 17:06:05 -04:00
Thom Chiovoloni 5f1b6865a3
Fix SQLCipher build options to match Firefox for iOS <=15.x. (#837) 2019-03-22 15:09:20 -07:00
Justin D'Arcangelo 63da2beef1
Fix SQLCipher build options to match Firefox for iOS <=15.x.
Add -DNDEBUG=1 back in.

Addressed review comments.

Updated changelog. Fixed additional options.

Had to go back to THREADSAFE=1 since the SQLCipher configure script overwrites it.
2019-03-22 17:43:02 -04:00
Thom Chiovoloni 6c01cd295a
Update and document release process for iOS 2019-03-20 14:21:55 -07:00
Edouard Oger dc6bec5038 Fix up Carthage binary zip filename
Carthage wants a .framework.zip suffix
2019-03-07 14:29:04 -05:00
Garvan Keeley 6539f02a28 Megazord for iOS
The grand patch with all we learned over past 3 days.
A key factor is that Xcode legacy build must be used, or
the build.sh files need to be changed to not touch the output .a
file unless it doesn't exist or the input files have changed.
The xcrun is called twice for each project (for device and sim) and
the second run fails to access the C/Rust .a files linked in the build script.
2019-02-14 16:37:18 -05:00
Edouard Oger 1f4b407288 Revert "Megazord (MozillaAppServices lib) for iOS (#657)"
This reverts commit ee0e17ebd0.
2019-02-12 18:53:23 -05:00
Garvan Keeley ee0e17ebd0
Megazord (MozillaAppServices lib) for iOS (#657)
* Build_megazord.sh for iOS added
* Xcode megazord project
* Update non-megazord projects to properly use SWIFT_OBJC_BRIDGING_HEADER.
* Rename and build as static framework
Add a readme
* Add build-carthage.sh for ios builds
2019-02-12 15:05:16 -05:00