Initial commit: ASKI Portal App
This commit is contained in:
57
build.settings
Normal file
57
build.settings
Normal file
@@ -0,0 +1,57 @@
|
||||
--
|
||||
-- For more information on build.settings, see the Project Build Settings guide at:
|
||||
-- https://docs.coronalabs.com/guide/distribution/buildSettings
|
||||
--
|
||||
|
||||
settings =
|
||||
{
|
||||
orientation =
|
||||
{
|
||||
-- Supported values for orientation:
|
||||
-- portrait, portraitUpsideDown, landscapeLeft, landscapeRight
|
||||
default = "portrait",
|
||||
supported = { "portrait", },
|
||||
},
|
||||
|
||||
--
|
||||
-- Android section
|
||||
--
|
||||
android =
|
||||
{
|
||||
usesPermissions =
|
||||
{
|
||||
"android.permission.INTERNET",
|
||||
},
|
||||
},
|
||||
|
||||
--
|
||||
-- iOS section
|
||||
--
|
||||
iphone =
|
||||
{
|
||||
xcassets = "Images.xcassets",
|
||||
plist =
|
||||
{
|
||||
UIStatusBarHidden = false,
|
||||
UILaunchStoryboardName = "LaunchScreen",
|
||||
},
|
||||
},
|
||||
|
||||
--
|
||||
-- Plugins section
|
||||
--
|
||||
plugins =
|
||||
{
|
||||
|
||||
},
|
||||
|
||||
--
|
||||
-- Project section
|
||||
--
|
||||
excludeFiles =
|
||||
{
|
||||
-- Exclude unnecessary files for each platform
|
||||
all = { "Icon.png", "Icon-*dpi.png", "Images.xcassets", },
|
||||
android = { "LaunchScreen.storyboardc", },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user