added project files for Mac platform
authorHolger Schemel <info@artsoft.org>
Sat, 5 Nov 2022 16:08:48 +0000 (17:08 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 5 Nov 2022 16:08:48 +0000 (17:08 +0100)
build-projects/mac/Rocks'n'Diamonds.app/Contents/Frameworks/.gitkeep [new file with mode: 0644]
build-projects/mac/Rocks'n'Diamonds.app/Contents/Info.plist.template [new file with mode: 0644]
build-projects/mac/Rocks'n'Diamonds.app/Contents/MacOS/.gitkeep [new file with mode: 0644]
build-projects/mac/Rocks'n'Diamonds.app/Contents/PkgInfo [new file with mode: 0644]
build-projects/mac/Rocks'n'Diamonds.app/Contents/Resources/rocksndiamonds.icns [new file with mode: 0644]

diff --git a/build-projects/mac/Rocks'n'Diamonds.app/Contents/Frameworks/.gitkeep b/build-projects/mac/Rocks'n'Diamonds.app/Contents/Frameworks/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/build-projects/mac/Rocks'n'Diamonds.app/Contents/Info.plist.template b/build-projects/mac/Rocks'n'Diamonds.app/Contents/Info.plist.template
new file mode 100644 (file)
index 0000000..9f98db3
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>rocksndiamonds</string>
+       <key>CFBundleIconFile</key>
+       <string>rocksndiamonds.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>org.artsoft.rocksndiamonds</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>Rocks'n'Diamonds</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>__VERSION__</string>
+       <key>NSHumanReadableCopyright</key>
+       <string>Copyright (c) 1995-__YEAR__ by Artsoft Entertainment</string>
+</dict>
+</plist>
diff --git a/build-projects/mac/Rocks'n'Diamonds.app/Contents/MacOS/.gitkeep b/build-projects/mac/Rocks'n'Diamonds.app/Contents/MacOS/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/build-projects/mac/Rocks'n'Diamonds.app/Contents/PkgInfo b/build-projects/mac/Rocks'n'Diamonds.app/Contents/PkgInfo
new file mode 100644 (file)
index 0000000..bd04210
--- /dev/null
@@ -0,0 +1 @@
+APPL????
\ No newline at end of file
diff --git a/build-projects/mac/Rocks'n'Diamonds.app/Contents/Resources/rocksndiamonds.icns b/build-projects/mac/Rocks'n'Diamonds.app/Contents/Resources/rocksndiamonds.icns
new file mode 100644 (file)
index 0000000..7f2ca33
Binary files /dev/null and b/build-projects/mac/Rocks'n'Diamonds.app/Contents/Resources/rocksndiamonds.icns differ