slackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangouts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
769 B
22 lines
769 B
<project name="packager-impl" default="-native-package"> |
|
<target name="-init-native-package"> |
|
<if> |
|
<isset property="app.packager"/> |
|
<then> |
|
<x-ant-call target="${app.packager}-init-native-package" inheritall="true" inheritrefs="true"/> |
|
</then> |
|
</if> |
|
</target> |
|
|
|
<!--Sencha App build will land here after everything is done--> |
|
<target name="-before-native-package"/> |
|
<target name="-native-package"> |
|
<if> |
|
<isset property="app.packager"/> |
|
<then> |
|
<x-ant-call target="${app.packager}-native-package" inheritall="true" inheritrefs="true"/> |
|
</then> |
|
</if> |
|
</target> |
|
<target name="-after-native-package"/> |
|
</project> |