Skip to content

Commit 880c1b2

Browse files
committed
Final project 1
code
1 parent 1645302 commit 880c1b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2011
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Project_1_Final/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Project 1 - Chameleon's Story
2+
3+
![](https://github.com/EffieSong/openframeworks/raw/master/Project_1/scene3.png)(https://youtu.be/AEuLHtCW7TM)
4+
5+
6+

Project_1_Final/bin/.DS_Store

6 KB
Binary file not shown.
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>19D76</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>English</string>
9+
<key>CFBundleExecutable</key>
10+
<string>Project1_The chameleon storyDebug</string>
11+
<key>CFBundleIconFile</key>
12+
<string>icon-debug.icns</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>cc.openFrameworks.Project1_The chameleon storyDebug</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1.0</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>11E503a</string>
31+
<key>DTPlatformVersion</key>
32+
<string>GM</string>
33+
<key>DTSDKBuild</key>
34+
<string>19E258</string>
35+
<key>DTSDKName</key>
36+
<string>macosx10.15</string>
37+
<key>DTXcode</key>
38+
<string>1141</string>
39+
<key>DTXcodeBuild</key>
40+
<string>11E503a</string>
41+
<key>LSMinimumSystemVersion</key>
42+
<string>10.9</string>
43+
<key>NSCameraUsageDescription</key>
44+
<string>This app needs to access the camera</string>
45+
<key>NSMicrophoneUsageDescription</key>
46+
<string>This app needs to access the microphone</string>
47+
</dict>
48+
</plist>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????
Binary file not shown.
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>files</key>
6+
<dict>
7+
<key>Resources/icon-debug.icns</key>
8+
<data>
9+
PK/FgaLxSEW4pVQhtgMTghsTUq4=
10+
</data>
11+
</dict>
12+
<key>files2</key>
13+
<dict>
14+
<key>Frameworks/libfmodex.dylib</key>
15+
<dict>
16+
<key>cdhash</key>
17+
<data>
18+
Ji55KyJEuyrEBz7Ea+cVLArtHrs=
19+
</data>
20+
<key>requirement</key>
21+
<string>cdhash H"9f0707993732af6be59d531f00a97b1a0496a655" or cdhash H"262e792b2244bb2ac4073ec46be7152c0aed1ebb" or cdhash H"42b474ff863109132be7fc8602ade09e9c7abb8e" or cdhash H"2a1d7ed412ed78ded7bc1c3f04491ee91dab25b3"</string>
22+
</dict>
23+
<key>Resources/icon-debug.icns</key>
24+
<dict>
25+
<key>hash</key>
26+
<data>
27+
PK/FgaLxSEW4pVQhtgMTghsTUq4=
28+
</data>
29+
<key>hash2</key>
30+
<data>
31+
3XSbGmlR3OhU9h6wZodURMhm0Su03tPkfZlW6khxq0g=
32+
</data>
33+
</dict>
34+
</dict>
35+
<key>rules</key>
36+
<dict>
37+
<key>^Resources/</key>
38+
<true/>
39+
<key>^Resources/.*\.lproj/</key>
40+
<dict>
41+
<key>optional</key>
42+
<true/>
43+
<key>weight</key>
44+
<real>1000</real>
45+
</dict>
46+
<key>^Resources/.*\.lproj/locversion.plist$</key>
47+
<dict>
48+
<key>omit</key>
49+
<true/>
50+
<key>weight</key>
51+
<real>1100</real>
52+
</dict>
53+
<key>^Resources/Base\.lproj/</key>
54+
<dict>
55+
<key>weight</key>
56+
<real>1010</real>
57+
</dict>
58+
<key>^version.plist$</key>
59+
<true/>
60+
</dict>
61+
<key>rules2</key>
62+
<dict>
63+
<key>.*\.dSYM($|/)</key>
64+
<dict>
65+
<key>weight</key>
66+
<real>11</real>
67+
</dict>
68+
<key>^(.*/)?\.DS_Store$</key>
69+
<dict>
70+
<key>omit</key>
71+
<true/>
72+
<key>weight</key>
73+
<real>2000</real>
74+
</dict>
75+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
76+
<dict>
77+
<key>nested</key>
78+
<true/>
79+
<key>weight</key>
80+
<real>10</real>
81+
</dict>
82+
<key>^.*</key>
83+
<true/>
84+
<key>^Info\.plist$</key>
85+
<dict>
86+
<key>omit</key>
87+
<true/>
88+
<key>weight</key>
89+
<real>20</real>
90+
</dict>
91+
<key>^PkgInfo$</key>
92+
<dict>
93+
<key>omit</key>
94+
<true/>
95+
<key>weight</key>
96+
<real>20</real>
97+
</dict>
98+
<key>^Resources/</key>
99+
<dict>
100+
<key>weight</key>
101+
<real>20</real>
102+
</dict>
103+
<key>^Resources/.*\.lproj/</key>
104+
<dict>
105+
<key>optional</key>
106+
<true/>
107+
<key>weight</key>
108+
<real>1000</real>
109+
</dict>
110+
<key>^Resources/.*\.lproj/locversion.plist$</key>
111+
<dict>
112+
<key>omit</key>
113+
<true/>
114+
<key>weight</key>
115+
<real>1100</real>
116+
</dict>
117+
<key>^Resources/Base\.lproj/</key>
118+
<dict>
119+
<key>weight</key>
120+
<real>1010</real>
121+
</dict>
122+
<key>^[^/]+$</key>
123+
<dict>
124+
<key>nested</key>
125+
<true/>
126+
<key>weight</key>
127+
<real>10</real>
128+
</dict>
129+
<key>^embedded\.provisionprofile$</key>
130+
<dict>
131+
<key>weight</key>
132+
<real>20</real>
133+
</dict>
134+
<key>^version\.plist$</key>
135+
<dict>
136+
<key>weight</key>
137+
<real>20</real>
138+
</dict>
139+
</dict>
140+
</dict>
141+
</plist>
Binary file not shown.

0 commit comments

Comments
 (0)