mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
39 lines
1.1 KiB
Python
39 lines
1.1 KiB
Python
__author__ = 'yiwen'
|
|
APP_NAME ='/Users/yiwen/Library/Developer/Xcode/DerivedData/RobloxMobile-daaepjbgniaxkmbhdkkduekbtpuy/Build/Products/Release-iphoneos/RobloxTop.app'
|
|
#APP_NAME = '/Users/yiwen/Library/Developer/Xcode/DerivedData/RobloxMobile-ahgndzvmjplpvrbhfthvrrniwqkf/Build/Products/Release-iphoneos/RobloxInternal.app'
|
|
COMMAND_SERVER ='http://127.0.0.1:4723/wd/hub'
|
|
|
|
#############ios information###################
|
|
|
|
PLATFORM = 'iOS'
|
|
PLATFORM_VERSION = '7.1'
|
|
# APP_VERSION = '2.99.99'
|
|
DEVICE_NAME = '8f0a67da884eeea359218fe7818a97530a36c49c'
|
|
PD_USERNAME = 'AppleiTunesTestNoBc'
|
|
PD_PASSWORD = 'Steve1Jobs1'
|
|
|
|
#############android information###################
|
|
PLATFORM_ANDROID = 'Android'
|
|
PLATFORM_ANDROID_VERSION = '4.4'
|
|
# APP_VERSION = '2.99.99'
|
|
ANDROID_DEVICE_NAME = '8f0a67da884eeea359218fe7818a97530a36c49c'
|
|
|
|
|
|
GT_USERNAME = 'mobiletest'
|
|
GT_PASSWORD = 'hackproof12'
|
|
MAIN_SERVER = "watrbx.wtf"
|
|
GT1_SERVER = 'gametest1.pizzaboxer.fun'
|
|
|
|
GAMEFORTESTONGT1 = 'Test'
|
|
|
|
GT2_SERVER = 'gametest2.pizzaboxer.fun'
|
|
|
|
GAMEFORTESTONGT2 = 'Test'
|
|
|
|
ST1_SERVER = 'sitetest1.pizzaboxer.fun'
|
|
GAMEFORTESTONST1 = "Place"
|
|
|
|
ST2_SERVER = 'sitetest2.pizzaboxer.fun'
|
|
|
|
GAMEFORTESTONST2 = "Place"
|