-
Notifications
You must be signed in to change notification settings - Fork 2
/
flappy-starling.iml
84 lines (84 loc) · 3.7 KB
/
flappy-starling.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<module type="Flex" version="4">
<component name="FlexBuildConfigurationManager" active="flappy-starling-mobile">
<configurations>
<configuration name="flappy-starling-mobile" target-platform="Mobile" pure-as="true" main-class="FlappyStarlingMobile" output-file="flappy-starling-mobile.swf" output-folder="$MODULE_DIR$/out">
<dependencies>
<entries>
<entry library-id="c7e89db5-2f6d-42a3-a20f-d72a26a76790">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="air-25" />
</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/FlappyStarling-app.xml" package-file-name="flappy-starling-mobile">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/assets" path-in-package="assets" />
<FilePathAndPathInPackage file-path="$MODULE_DIR$/system" path-in-package="." />
</files-to-package>
</packaging-android>
<packaging-ios enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/FlappyStarling-app.xml" package-file-name="flappy-starling-mobile">
<files-to-package>
<FilePathAndPathInPackage file-path="$MODULE_DIR$/assets" path-in-package="assets" />
<FilePathAndPathInPackage file-path="$MODULE_DIR$/system" path-in-package="." />
</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="flappy-starling-web" pure-as="true" main-class="FlappyStarlingWeb" output-file="flappy-starling-web.swf" output-folder="$MODULE_DIR$/out">
<dependencies target-player="25.0">
<entries>
<entry library-id="84fe4134-e6a6-40ca-a1ef-f9f8f03b0d3c">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="air-25" />
</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-25" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="c7e89db5-2f6d-42a3-a20f-d72a26a76790" />
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/starling.swc!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="84fe4134-e6a6-40ca-a1ef-f9f8f03b0d3c" />
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/starling.swc!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>