Replaces frameworks with static libraries

As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
This commit is contained in:
Riley Testut
2020-01-29 12:06:26 -08:00
parent eac85a819e
commit 49c50154be
448 changed files with 3693 additions and 891 deletions

View File

@@ -0,0 +1,6 @@
module AltSign {
umbrella header "AltSign-umbrella.h"
export *
module * { export * }
}