Skip to content

Commit

Permalink
Bugfix. iOS Rebuiling. Closes #5895 Added build flags to prevent inde…
Browse files Browse the repository at this point in the history
…xing while building which means ios projects get rebuild every time.
  • Loading branch information
ofTheo committed Apr 4, 2018
1 parent 6e4a974 commit d51bb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/openFrameworksCompiled/project/ios/Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ CONFIGURATION_BUILD_DIR = $(SRCROOT)/bin/
DEAD_CODE_STRIPPING = YES
GCC_AUTO_VECTORIZATION = YES
ENABLE_BITCODE = NO
COMPILER_INDEX_STORE_ENABLE = NO
1 change: 1 addition & 0 deletions scripts/templates/ios/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ ENABLE_BITCODE = NO
COMPRESS_PNG_FILES = NO
GCC_THUMB_SUPPORT = NO
IPHONEOS_DEPLOYMENT_TARGET = 7.0
COMPILER_INDEX_STORE_ENABLE = NO

0 comments on commit d51bb37

Please sign in to comment.