diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 11:52:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 11:52:09 -0400 |
commit | a07d588c94f68cdc559ceb016c031c9199f0b868 (patch) | |
tree | 839b078d07f3c727bcce8f3ce340c2639e306143 /macOS/Ether.xcodeproj/xcuserdata/hatkirby.xcuserdatad/xcschemes | |
parent | 9458529e94ec3135a5a6fa0fbaf7e0ce1459168b (diff) | |
download | ether-a07d588c94f68cdc559ceb016c031c9199f0b868.tar.gz ether-a07d588c94f68cdc559ceb016c031c9199f0b868.tar.bz2 ether-a07d588c94f68cdc559ceb016c031c9199f0b868.zip |
we can now build a mac bundle!
Diffstat (limited to 'macOS/Ether.xcodeproj/xcuserdata/hatkirby.xcuserdatad/xcschemes')
-rw-r--r-- | macOS/Ether.xcodeproj/xcuserdata/hatkirby.xcuserdatad/xcschemes/xcschememanagement.plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macOS/Ether.xcodeproj/xcuserdata/hatkirby.xcuserdatad/xcschemes/xcschememanagement.plist b/macOS/Ether.xcodeproj/xcuserdata/hatkirby.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..2061852 --- /dev/null +++ b/macOS/Ether.xcodeproj/xcuserdata/hatkirby.xcuserdatad/xcschemes/xcschememanagement.plist | |||
@@ -0,0 +1,14 @@ | |||
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>SchemeUserState</key> | ||
6 | <dict> | ||
7 | <key>Ether.xcscheme_^#shared#^_</key> | ||
8 | <dict> | ||
9 | <key>orderHint</key> | ||
10 | <integer>0</integer> | ||
11 | </dict> | ||
12 | </dict> | ||
13 | </dict> | ||
14 | </plist> | ||