Skip to content

Commit

Permalink
Update Example project to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jan 3, 2025
1 parent 9afe878 commit 2f27747
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 65 deletions.
2 changes: 2 additions & 0 deletions Configurations/Shared/basic/common.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
IPHONEOS_DEPLOYMENT_TARGET = 18.0
MACOSX_DEPLOYMENT_TARGET = 15.0
4 changes: 3 additions & 1 deletion Configurations/Shared/basic/debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#include "common.xcconfig"

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) DEBUG
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) DEBUG
1 change: 1 addition & 0 deletions Configurations/Shared/basic/release.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "common.xcconfig"
Loading

0 comments on commit 2f27747

Please sign in to comment.