diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-02-03 09:55:31 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-02-03 09:55:31 -0600 |
| commit | 0cafec445af0a97d96feb1a1daefa1486142c73f (patch) | |
| tree | 818df31eec1895518ad805219b79bc63f9f616aa /SuperPolarityMac/Info.plist | |
| parent | 830829dec0596760d0cba38d959ab2646112f61b (diff) | |
Removes old stuff, adds mac proj
Diffstat (limited to 'SuperPolarityMac/Info.plist')
| -rw-r--r-- | SuperPolarityMac/Info.plist | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/SuperPolarityMac/Info.plist b/SuperPolarityMac/Info.plist new file mode 100644 index 0000000..07a58c3 --- /dev/null +++ b/SuperPolarityMac/Info.plist @@ -0,0 +1,17 @@ +<?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>CFBundleIdentifier</key> + <string>com.yourcompany.MonoGame.Samples.Draw2D.MacOS</string> + <key>CFBundleName</key> + <string>MonoGame.Samples.Draw2D.MacOS</string> + <key>CFBundleVersion</key> + <string>1</string> + <key>LSMinimumSystemVersion</key> + <string>10.6</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> + |