]>
Commit | Line | Data |
---|---|---|
0cafec44 BB |
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>CFBundleIdentifier</key> | |
6 | <string>com.yourcompany.MonoGame.Samples.Draw2D.MacOS</string> | |
7 | <key>CFBundleName</key> | |
8 | <string>MonoGame.Samples.Draw2D.MacOS</string> | |
9 | <key>CFBundleVersion</key> | |
10 | <string>1</string> | |
11 | <key>LSMinimumSystemVersion</key> | |
12 | <string>10.6</string> | |
13 | <key>NSPrincipalClass</key> | |
14 | <string>NSApplication</string> | |
15 | </dict> | |
16 | </plist> | |
17 |