Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-community/react-native-template-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.12.7
Choose a base ref
...
head repository: react-native-community/react-native-template-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.12.8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 27, 2022

  1. 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;
       #  -------------------------------------------
    ```
    mfazekas authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    2b3899a View commit details
    Browse the repository at this point in the history
Loading