Skip to content

Commit

Permalink
try fixing ios
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed May 19, 2021
1 parent a054853 commit 908ed8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/ios/wasm3.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
HEADER_SEARCH_PATHS = "";
HEADER_SEARCH_PATHS = "$(inherited) source/";
INFOPLIST_FILE = wasm3/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -434,7 +434,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
HEADER_SEARCH_PATHS = "";
HEADER_SEARCH_PATHS = "$(inherited) source/";
INFOPLIST_FILE = wasm3/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down

0 comments on commit 908ed8b

Please sign in to comment.