mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
#include "Build.xcconfig"
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
|
|
|
// include cocoa pods config
|
|
#include? "Pods/Target Support Files/Pods-SideStore/Pods-SideStore.release.xcconfig"
|
|
|
|
// for ios14 and above swift runtime is included
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|