Created
February 6, 2018 17:42
-
-
Save Jei/cae7768e9dddb6d303ffe68e8cd64f65 to your computer and use it in GitHub Desktop.
tiapp-cfg.json example for tiapp-composer-plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"development": { | |
"app": { | |
"id": "com.caffeinalab.tiappcomposer.example", | |
"version": "1.1.0", | |
"sdkVersion": "6.3.0.GA", | |
"ios": { | |
"supportedOrientations": { | |
"iphone": "<string>UIInterfaceOrientationPortrait</string><string>UIInterfaceOrientationLandscape</string>" | |
} | |
} | |
} | |
}, | |
"oldLegacyStuff": { | |
"app": { | |
"id": "com.caffeinalab.tiappcomposer.example", | |
"version": "0.1.0", | |
"sdkVersion": "6.0.0.GA", | |
"ios": { | |
"supportedOrientations": { | |
"iphone": "<string>UIInterfaceOrientationPortrait</string>" | |
} | |
} | |
} | |
}, | |
"enterprise": { | |
"app": { | |
"id": "com.caffeinalab.tiappcomposer.example.enterprise", | |
"version": "1.0.0", | |
"sdkVersion": "6.2.2.GA", | |
"ios": { | |
"supportedOrientations": { | |
"iphone": "<string>UIInterfaceOrientationPortrait</string>" | |
} | |
} | |
} | |
}, | |
"production": { | |
"app": { | |
"id": "com.caffeinalab.tiappcomposer.example.enterprise", | |
"version": "1.0.0", | |
"sdkVersion": "6.2.2.GA", | |
"ios": { | |
"supportedOrientations": { | |
"iphone": "<string>UIInterfaceOrientationPortrait</string>" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment