Moved some metadata assets to a marketing assets folder
This will prevent these marketing assets from being packaged into the game binary Also updated the run / package scripts to copy the app icons to the correct locations
|
@ -1 +1 @@
|
|||
Subproject commit e1924d99763d48009d5dd2cc18150991c69046b1
|
||||
Subproject commit c8b0989378fedf7730727349c7e26815b61cfb02
|
17
marketing-assets/AppIcon.appiconset/.gitkeep
Normal file
|
@ -0,0 +1,17 @@
|
|||
Place iOS App Icon assets here, as listed below:
|
||||
- icon-20pt@2x.png - 40 x 40 px
|
||||
- icon-20pt@3x.png - 60 x 60 px
|
||||
- icon-29pt@2x.png - 58 x 58 px
|
||||
- icon-29pt@3x.png - 87 x 87 px
|
||||
- icon-38pt@2x.png - 76 x 76 px
|
||||
- icon-38pt@3x.png - 114 x 114 px
|
||||
- icon-40pt@2x.png - 80 x 80 px
|
||||
- icon-40pt@3x.png - 120 x 120 px
|
||||
- icon-60pt@2x.png - 120 x 120 px
|
||||
- icon-60pt@3x.png - 180 x 180 px
|
||||
- icon-64pt@2x.png - 128 x 128 px
|
||||
- icon-64pt@3x.png - 192 x 192 px
|
||||
- icon-68pt@2x.png - 136 x 136 px
|
||||
- icon-76pt@2x.png - 152 x 152 px
|
||||
- icon-83.5pt@2x.png - 167 x 167 px
|
||||
- icon-1024pt.png - 1024 x 1024 px
|
119
marketing-assets/AppIcon.appiconset/Contents.json
Normal file
|
@ -0,0 +1,119 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "icon-20pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-20pt@3x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "3x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-29pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-29pt@3x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "3x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-38pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "38x38"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-38pt@3x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "3x",
|
||||
"size" : "38x38"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-40pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-40pt@3x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "3x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-60pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "60x60"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-60pt@3x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "3x",
|
||||
"size" : "60x60"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-64pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "64x64"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-64pt@3x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "3x",
|
||||
"size" : "64x64"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-68pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "68x68"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-76pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "76x76"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-83.5pt@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"scale" : "2x",
|
||||
"size" : "83.5x83.5"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-1024pt.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
marketing-assets/AppIcon.appiconset/icon-1024pt.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-20pt@2x.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-20pt@3x.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-29pt@2x.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-29pt@3x.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-38pt@2x.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-38pt@3x.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-40pt@2x.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-40pt@3x.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-60pt@2x.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-60pt@3x.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-64pt@2x.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-64pt@3x.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-68pt@2x.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-76pt@2x.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
marketing-assets/AppIcon.appiconset/icon-83.5pt@2x.png
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 399 KiB After Width: | Height: | Size: 399 KiB |
Before Width: | Height: | Size: 544 KiB After Width: | Height: | Size: 544 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 499 KiB After Width: | Height: | Size: 499 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
2
package
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
cd "`dirname "$0"`"/.dragonruby
|
||||
cp -R ../marketing-assets/AppIcon.appiconset ./dragonruby-ios.app/Assets.xcassets/
|
||||
cp -R ../marketing-assets/AppIcon.appiconset ./dragonruby-ios-simulator.app/Assets.xcassets/
|
||||
exec ./dragonruby-publish --only-package ../🕹️cube-tube
|
|
@ -11,6 +11,10 @@ for /F %%a IN ('powershell -command "$([guid]::NewGuid().ToString().toUpper())"'
|
|||
@for /F "tokens=*" %%A in (./metadata/game_metadata.txt) do @call :CheckForVersion "%%A"
|
||||
|
||||
cd .dragonruby
|
||||
|
||||
robocopy ../marketing-assets/AppIcon.appiconset ./dragonruby-ios.app/Assets.xcassets/AppIcon.appiconset /e
|
||||
robocopy ../marketing-assets/AppIcon.appiconset ./dragonruby-ios-simulator.app/Assets.xcassets/AppIcon.appiconset /e
|
||||
|
||||
@echo on
|
||||
dragonruby-publish --only-package ../%CurrDirName%
|
||||
@echo off
|
||||
|
|
2
run
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
cd "`dirname "$0"`"/.dragonruby
|
||||
cp -R ../marketing-assets/AppIcon.appiconset ./dragonruby-ios.app/Assets.xcassets/
|
||||
cp -R ../marketing-assets/AppIcon.appiconset ./dragonruby-ios-simulator.app/Assets.xcassets/
|
||||
exec ./dragonruby ../🕹️cube-tube
|
2
run.bat
|
@ -1,6 +1,8 @@
|
|||
@echo off
|
||||
|
||||
cd .dragonruby
|
||||
robocopy ../marketing-assets/AppIcon.appiconset ./dragonruby-ios.app/Assets.xcassets/AppIcon.appiconset /e
|
||||
robocopy ../marketing-assets/AppIcon.appiconset ./dragonruby-ios-simulator.app/Assets.xcassets/AppIcon.appiconset /e
|
||||
@echo on
|
||||
dragonruby ../🕹️cube-tube
|
||||
EXIT /B
|
BIN
🕹️cube-tube/metadata/icon-ios.png
Normal file
After Width: | Height: | Size: 209 KiB |