move dirs
This commit is contained in:
37
projects/Solar2D/SampleProject/build.settings
Normal file
37
projects/Solar2D/SampleProject/build.settings
Normal file
@ -0,0 +1,37 @@
|
||||
settings =
|
||||
{
|
||||
orientation =
|
||||
{
|
||||
default = "portrait",
|
||||
supported = { "portrait", },
|
||||
},
|
||||
|
||||
android =
|
||||
{
|
||||
usesPermissions =
|
||||
{
|
||||
"android.permission.INTERNET",
|
||||
},
|
||||
},
|
||||
|
||||
iphone =
|
||||
{
|
||||
xcassets = "Images.xcassets",
|
||||
plist =
|
||||
{
|
||||
UIStatusBarHidden = false,
|
||||
UILaunchStoryboardName = "LaunchScreen",
|
||||
},
|
||||
},
|
||||
|
||||
plugins =
|
||||
{
|
||||
|
||||
},
|
||||
|
||||
excludeFiles =
|
||||
{
|
||||
all = { "Icon.png", "Icon-*dpi.png", "Images.xcassets", },
|
||||
android = { "LaunchScreen.storyboardc", },
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user