Skip to content

Commit

Permalink
macOS: update xcode project
Browse files Browse the repository at this point in the history
This "update" is adding a file that xcode uses to mark that the 32bit
check has been performed. When missing, the file is re-created every
time the project is opened.

There is no functional change.
  • Loading branch information
erikjv authored and TheOneRing committed Oct 10, 2023
1 parent a4c4d25 commit 016eb51
Showing 1 changed file with 8 additions and 0 deletions.
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 016eb51

Please sign in to comment.