mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
7 lines
199 B
Plaintext
7 lines
199 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"
|