Skip to content

Commit

Permalink
Merge pull request #20 from PersistX/xcode-is-gonna-xcode
Browse files Browse the repository at this point in the history
Fix warning in newer Xcodes
  • Loading branch information
mdiep authored Jul 3, 2019
2 parents 6080c27 + e98dce6 commit 3c34217
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Schemata.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = BE64E7101EA3AF4D0047D035;
productRefGroup = BE64E71B1EA3AF4D0047D035 /* Products */;
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>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
<false/>
</dict>
</plist>

0 comments on commit 3c34217

Please sign in to comment.