Commit Graph

3 Commits

Author SHA1 Message Date
Jack Grigg 5a094f6912 Add dummy `Info.plist` to platform frameworks
A bug in the XCode 15.3 build system causes a dummy framework folder to
be included in the app bundle when it depends on a statically linked
framework (like this one). This causes app validation to fail both in
the simulator and when pushing an app build to the App Store Connect.

We work around the bug by adding a dummy `Info.plist` to the platform
frameworks, with a `MinimumOSVersion` that is wildly high to ensure it
can't actually be used.

Part of Electric-Coin-Company/zashi-ios#1166.
2024-04-16 19:14:09 +01:00
Francisco Gindre 4adcd2dd59 Issue #5 Remove nightly toolchain since it should not be needed anymore
Nightly toolchain builds are causing false positive compiler errors.
We will remove them from the Makefile since M1 is now fully supported
latest stable
2022-03-25 18:54:40 -03:00
Daniel Haight 1dbabfef19 Initial commit 2022-03-01 20:56:18 +00:00