Skip to content

Instantly share code, notes, and snippets.

@Jei
Created February 6, 2018 17:42
Show Gist options
  • Save Jei/cae7768e9dddb6d303ffe68e8cd64f65 to your computer and use it in GitHub Desktop.
Save Jei/cae7768e9dddb6d303ffe68e8cd64f65 to your computer and use it in GitHub Desktop.
tiapp-cfg.json example for tiapp-composer-plugin
{
"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