Skip to content

Commit c184581

Browse files
radexfacebook-github-bot
authored andcommitted
Commit IDEWorkspaceChecks.plist [trivial] (#25424)
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
1 parent 98acbaa commit c184581

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ RNTester/build
7878
/template/ios/Pods/
7979
/template/ios/Podfile.lock
8080
RNTester/Pods/
81-
RNTester/RNTesterPods.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)