ServoTab_Interfacepyramid
Last change
on this file since 359a504 was
a9059a5,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Arduino:
- updated to permit custom setting of Throttle, Yaw, and Pitch
Android:
- Minor tweak to Configuration location
iOS:
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
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>en</string> |
---|
7 | <key>CFBundleDisplayName</key> |
---|
8 | <string>${PRODUCT_NAME}</string> |
---|
9 | <key>CFBundleExecutable</key> |
---|
10 | <string>${EXECUTABLE_NAME}</string> |
---|
11 | <key>CFBundleIcons</key> |
---|
12 | <dict> |
---|
13 | <key>CFBundlePrimaryIcon</key> |
---|
14 | <dict> |
---|
15 | <key>CFBundleIconFiles</key> |
---|
16 | <array> |
---|
17 | <string>ic_launcher-57x57.png</string> |
---|
18 | <string>ic_launcher-114x114.png</string> |
---|
19 | </array> |
---|
20 | </dict> |
---|
21 | </dict> |
---|
22 | <key>CFBundleIdentifier</key> |
---|
23 | <string>Puzzlebox.${PRODUCT_NAME:rfc1034identifier}</string> |
---|
24 | <key>CFBundleInfoDictionaryVersion</key> |
---|
25 | <string>6.0</string> |
---|
26 | <key>CFBundleName</key> |
---|
27 | <string>${PRODUCT_NAME}</string> |
---|
28 | <key>CFBundlePackageType</key> |
---|
29 | <string>APPL</string> |
---|
30 | <key>CFBundleShortVersionString</key> |
---|
31 | <string>1.0.1</string> |
---|
32 | <key>CFBundleSignature</key> |
---|
33 | <string>????</string> |
---|
34 | <key>CFBundleVersion</key> |
---|
35 | <string>1.0.01</string> |
---|
36 | <key>LSRequiresIPhoneOS</key> |
---|
37 | <true/> |
---|
38 | <key>UIMainStoryboardFile</key> |
---|
39 | <string>MainStoryboard</string> |
---|
40 | <key>UIRequiredDeviceCapabilities</key> |
---|
41 | <array> |
---|
42 | <string>armv7</string> |
---|
43 | </array> |
---|
44 | <key>UISupportedExternalAccessoryProtocols</key> |
---|
45 | <array> |
---|
46 | <string>com.neurosky.thinkgear</string> |
---|
47 | </array> |
---|
48 | <key>UISupportedInterfaceOrientations</key> |
---|
49 | <array> |
---|
50 | <string>UIInterfaceOrientationPortrait</string> |
---|
51 | </array> |
---|
52 | </dict> |
---|
53 | </plist> |
---|
Note: See
TracBrowser
for help on using the repository browser.