-
Notifications
You must be signed in to change notification settings - Fork 0
/
starling-recipes.iml
63 lines (63 loc) · 2.99 KB
/
starling-recipes.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="starling-recipes-mobile">
<configurations>
<configuration name="starling-recipes-mobile" target-platform="Mobile" pure-as="true" main-class="StartupMobile" output-file="starling-recipes.swf" output-folder="$MODULE_DIR$/../../temp/out/starling-recipes">
<dependencies>
<entries>
<entry module-name="starling" build-configuration-name="starling">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="air-24" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.define" value="" />
</map>
</compiler-options>
<packaging-air-desktop />
<packaging-android enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/application.xml" package-file-name="starling-recipes">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/assets" path-in-package="assets" />
</files-to-package>
</packaging-android>
<packaging-ios enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/application.xml" package-file-name="starling-recipes">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/assets" path-in-package="assets" />
</files-to-package>
<AirSigningOptions keystore-path="$MODULE_DIR$/../../library/ios/daniel_dev_certificate.p12" provisioning-profile-path="$MODULE_DIR$/../../library/ios/ios_dev_profile.mobileprovision" />
</packaging-ios>
</configuration>
<configuration name="starling-recipes-web" pure-as="true" main-class="StartupWeb" output-file="starling-recipes-web.swf" output-folder="$MODULE_DIR$/../../temp/out/starling-recipes">
<dependencies target-player="24.0">
<entries>
<entry module-name="starling" build-configuration-name="starling">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="air-24" />
</dependencies>
<compiler-options>
<map>
<entry key="compiler.debug.swf" value="true" />
<entry key="compiler.define" value="" />
</map>
</compiler-options>
<packaging-air-desktop />
<packaging-android />
<packaging-ios />
</configuration>
</configurations>
<compiler-options />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="air-24" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="starling" exported="" />
</component>
</module>