diff options
Diffstat (limited to 'deploy_template/mygame/metadata')
| -rw-r--r-- | deploy_template/mygame/metadata/game_metadata.txt | 1 | ||||
| -rw-r--r-- | deploy_template/mygame/metadata/ios_metadata.txt | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/deploy_template/mygame/metadata/game_metadata.txt b/deploy_template/mygame/metadata/game_metadata.txt index 1b03500..4fb92f4 100644 --- a/deploy_template/mygame/metadata/game_metadata.txt +++ b/deploy_template/mygame/metadata/game_metadata.txt @@ -4,3 +4,4 @@ #gametitle=My Game #version=0.1 #icon=metadata/icon.png +#compile_ruby=false diff --git a/deploy_template/mygame/metadata/ios_metadata.txt b/deploy_template/mygame/metadata/ios_metadata.txt new file mode 100644 index 0000000..5a2f375 --- /dev/null +++ b/deploy_template/mygame/metadata/ios_metadata.txt @@ -0,0 +1,9 @@ +# ios_metadata.txt is used by the Pro version of DragonRuby Game Toolkit to create iOS apps. +# Information about the Pro version can be found at: http://dragonruby.org/toolkit/game#purchase + +# teamname needs to be set to your assigned team id which can be found at https://developer.apple.com/account/#/membership/L7H57V9CRD +teamid= +# appid needs to be set to your application identifier which can be found at https://developer.apple.com/account/resources/identifiers/list +appid= +# appname is the name you want to show up underneath the app icon on the device +appname= |
