mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
- This makes the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES use the main app target config instead of the one set in cocoa pods xcconfig properly. - Not embedding SWIFT libraries reduces size since swift runtime is not baked into the app - Swift runtime is already part of iOS since 12.0 and our current app min deployment target is 14.0
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
#include "Build.xcconfig"
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).AltStoreCore
|
|
|
|
# include cocoa pods config
|
|
#if DEBUG
|
|
#include? "Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.debug.xcconfig"
|
|
#else
|
|
#include? "Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.release.xcconfig"
|
|
#endif |