Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: syntax error in iOS xcodeproject (#309)
Fixes regression caused by: ``` .rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/nanaimo-0.3.0/lib/nanaimo/reader.rb:284:in `raise_parser_error': [!] Invalid character "\\xE2" in unquoted string (Nanaimo::Reader::ParseError) # ------------------------------------------- # ENABLE_STRICT_OBJC_MSGSEND = YES; # ENABLE_TESTABILITY = YES; 565> "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ”; ^ # GCC_C_LANGUAGE_STANDARD = gnu99; # GCC_DYNAMIC_NO_PIC = NO; # ------------------------------------------- ```
- Loading branch information