File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
#include "./Common-bwpm.xcconfig"
2
+ #include "./Base-Debug.xcconfig"
2
3
#include? "./Local-bwpm.xcconfig"
3
4
4
5
PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).bitwarden-kit
6
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) $(BITWARDEN_FLAGS)
Original file line number Diff line number Diff line change
1
+ #include "./Common-bwpm.xcconfig"
2
+ #include "./Base-Release.xcconfig"
3
+ #include? "./Local-bwpm.xcconfig"
4
+
5
+ PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).bitwarden-kit
6
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) $(BITWARDEN_FLAGS)
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ targets:
101
101
type : framework
102
102
platform : iOS
103
103
configFiles :
104
- Debug : Configs/BitwardenKit.xcconfig
105
- Release : Configs/BitwardenKit.xcconfig
104
+ Debug : Configs/BitwardenKit-Debug .xcconfig
105
+ Release : Configs/BitwardenKit-Release .xcconfig
106
106
settings :
107
107
base :
108
108
APPLICATION_EXTENSION_API_ONLY : true
You can’t perform that action at this time.
0 commit comments