Skip to content

Commit

Permalink
Add a WorkspaceSettings.xcsettings in the RNTester project to turn of…
Browse files Browse the repository at this point in the history
…f new Xcode build system. (facebook#15)

* Added WorkspaceSettings.xcsettings file to RNTester.xcodeproj to ensure project builds from IDE using legacy build system instead of new build system which RN is not compatible with.:

* Unsaved changes
  • Loading branch information
tom-un authored and microsoft-github-bot[bot] committed Mar 22, 2019
1 parent 00f64f5 commit 39e1b0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
# exclude project.xcworkspace except for xcshareddata/WorkspaceSettings.xcsettings
project.xcworkspace/*
**/project.xcworkspace/contents.xcworkspacedata
**/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

# Gradle
/build/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>

0 comments on commit 39e1b0e

Please sign in to comment.