Skip to content

Commit

Permalink
rollback disable module
Browse files Browse the repository at this point in the history
  • Loading branch information
nevermoe committed Jul 29, 2021
1 parent 017129e commit ec21154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/xcode_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ COMPILER_INDEX_STORE_ENABLE = NO;\\
~g" "$pbxproj"
sed -i '' $'s~COMPILER_INDEX_STORE_ENABLE = YES;~COMPILER_INDEX_STORE_ENABLE = NO;~g' "$pbxproj"
sed -i '' $'s~COMPILER_INDEX_STORE_ENABLE = DEFAULT;~COMPILER_INDEX_STORE_ENABLE = NO;~g' "$pbxproj"
sed -i '' $'s~CLANG_ENABLE_MODULES = YES;~CLANG_ENABLE_MODULES = NO;~g' "$pbxproj"
# sed -i '' $'s~CLANG_ENABLE_MODULES = YES;~CLANG_ENABLE_MODULES = NO;~g' "$pbxproj"

# popd >/dev/null

0 comments on commit ec21154

Please sign in to comment.