Skip to content

Commit 2f27747

Browse files
committed
Update Example project to fix build issue
1 parent 9afe878 commit 2f27747

File tree

5 files changed

+56
-65
lines changed

5 files changed

+56
-65
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
IPHONEOS_DEPLOYMENT_TARGET = 18.0
2+
MACOSX_DEPLOYMENT_TARGET = 15.0
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#include "common.xcconfig"
2+
13
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
2-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) DEBUG
4+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) DEBUG
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "common.xcconfig"

0 commit comments

Comments
 (0)