Skip to content

Commit b71d20c

Browse files
committed
Hopefully finishing off the EE c's
1 parent 72442f4 commit b71d20c

File tree

408 files changed

+83975
-0
lines changed

Some content is hidden

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

408 files changed

+83975
-0
lines changed

C20/01-Audio Player/.DS_Store

6 KB
Binary file not shown.

C20/01-Audio Player/ARB-AJ.mp3

1.43 MB
Binary file not shown.
633 KB
Loading
593 KB
Loading

C20/01-Audio Player/Default.png

124 KB
Loading
407 KB
Loading

C20/01-Audio Player/HMB1936.mp3

2.92 MB
Binary file not shown.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>${PRODUCT_NAME}</string>
9+
<key>CFBundleExecutable</key>
10+
<string>${EXECUTABLE_NAME}</string>
11+
<key>CFBundleIconFile</key>
12+
<string>icon.png</string>
13+
<key>CFBundleIconFiles</key>
14+
<array>
15+
<string>icon-iPad.png</string>
16+
<string>[email protected]</string>
17+
<string>icon.png</string>
18+
</array>
19+
<key>CFBundleIdentifier</key>
20+
<string>com.sadun.${PRODUCT_NAME:rfc1034identifier}</string>
21+
<key>CFBundleInfoDictionaryVersion</key>
22+
<string>6.0</string>
23+
<key>CFBundleName</key>
24+
<string>${PRODUCT_NAME}</string>
25+
<key>CFBundlePackageType</key>
26+
<string>APPL</string>
27+
<key>CFBundleSignature</key>
28+
<string>????</string>
29+
<key>CFBundleVersion</key>
30+
<string>1.0</string>
31+
<key>LSRequiresIPhoneOS</key>
32+
<true/>
33+
<key>UISupportedInterfaceOrientations</key>
34+
<array>
35+
<string>UIInterfaceOrientationPortrait</string>
36+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
37+
<string>UIInterfaceOrientationLandscapeLeft</string>
38+
<string>UIInterfaceOrientationLandscapeRight</string>
39+
</array>
40+
<key>UIBackgroundModes</key>
41+
<array>
42+
<string>audio</string>
43+
</array>
44+
</dict>
45+
</plist>

0 commit comments

Comments
 (0)