Skip to content

Commit

Permalink
Commit IDEWorkspaceChecks.plist [trivial] (#25424)
Browse files Browse the repository at this point in the history
Summary:
According to Apple documentation: https://developer.apple.com/library/archive/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-DontLinkElementID_7 - IDEWorkspaceChecks.plist ought to be committed to the repository. This is a trivial change and shouldn't have any functional effect other than performance & future resilience

## Changelog

[Internal] [Changed] Commit IDEWorkspaceChecks.plist
Pull Request resolved: #25424

Test Plan: no functional change

Differential Revision: D16061985

Pulled By: hramos

fbshipit-source-id: 18aea596d86a7759f5af0b4ea5594bb60f3f33a5
  • Loading branch information
radex authored and facebook-github-bot committed Jun 28, 2019
1 parent 98acbaa commit c184581
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ RNTester/build
/template/ios/Pods/
/template/ios/Podfile.lock
RNTester/Pods/
RNTester/RNTesterPods.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This comment has been minimized.

Copy link
@dlsp345

dlsp345 Dec 16, 2019

Hope it work as you thought Carole

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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit c184581

Please sign in to comment.