mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-13 14:21:11 +01:00
Export template setup for ios.
This commit is contained in:
parent
de192f0f2b
commit
c61b2f40e8
16
misc/osx/create_ios_templates.sh
Executable file
16
misc/osx/create_ios_templates.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
cd ../../bin/
|
||||||
|
|
||||||
|
rm -Rf ios_xcode
|
||||||
|
rm -f iphone.zip
|
||||||
|
|
||||||
|
cp -r ../misc/dist/ios_xcode ios_xcode
|
||||||
|
|
||||||
|
cp libpandemonium.iphone.opt.arm64.a ios_xcode/libpandemonium.iphone.release.xcframework/ios-arm64/libpandemonium.a
|
||||||
|
cp libpandemonium.iphone.opt.x86_64.simulator.a ios_xcode/libpandemonium.iphone.release.xcframework/ios-arm64_x86_64-simulator/libpandemonium.a
|
||||||
|
|
||||||
|
cp libpandemonium.iphone.opt.debug.arm64.a ios_xcode/libpandemonium.iphone.debug.xcframework/ios-arm64/libpandemonium.a
|
||||||
|
cp libpandemonium.iphone.opt.debug.x86_64.simulator.a ios_xcode/libpandemonium.iphone.debug.xcframework/ios-arm64_x86_64-simulator/libpandemonium.a
|
||||||
|
|
||||||
|
cd ios_xcode
|
||||||
|
|
||||||
|
zip -q -r ../iphone.zip *
|
@ -104,11 +104,14 @@ files=(
|
|||||||
"pandemonium.frt_sdl.opt.debug.arm32v7"
|
"pandemonium.frt_sdl.opt.debug.arm32v7"
|
||||||
"pandemonium.frt_sdl.opt.debug.arm64v8"
|
"pandemonium.frt_sdl.opt.debug.arm64v8"
|
||||||
|
|
||||||
# OSX - Editor
|
# OSX - final editor
|
||||||
"Pandemonium.app.zip"
|
"Pandemonium.app.zip"
|
||||||
|
|
||||||
# OSX - export templates
|
# OSX - final export templates
|
||||||
"osx.zip"
|
"osx.zip"
|
||||||
|
|
||||||
|
# IOS - final template
|
||||||
|
"iphone.zip"
|
||||||
)
|
)
|
||||||
|
|
||||||
error=0
|
error=0
|
||||||
|
Loading…
Reference in New Issue
Block a user