rho-tau-extensions 5.5.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (661) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +2 -0
  3. data/LICENSE +21 -0
  4. data/README.md +6 -0
  5. data/Rakefile +90 -0
  6. data/libs/crosswalk.rb +2 -0
  7. data/libs/crosswalk/crosswalk.rb +2 -0
  8. data/libs/crosswalk/ext.yml +21 -0
  9. data/libs/crosswalk/ext/Crosswalk.xml +27 -0
  10. data/libs/crosswalk/ext/build +19 -0
  11. data/libs/crosswalk/ext/build.bat +29 -0
  12. data/libs/crosswalk/ext/platform/android/AndroidManifest.xml +9 -0
  13. data/libs/crosswalk/ext/platform/android/Rakefile +141 -0
  14. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkcore.so +0 -0
  15. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkdummy.so +0 -0
  16. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkcore.so +0 -0
  17. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkdummy.so +0 -0
  18. data/libs/crosswalk/ext/platform/android/adds/lib/xwalk_core_library_java.jar +0 -0
  19. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble.9.png +0 -0
  20. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble_arrow_up.png +0 -0
  21. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/color_picker_advanced_select_handle.png +0 -0
  22. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/crosswalk.png +0 -0
  23. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_down.9.png +0 -0
  24. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_up.9.png +0 -0
  25. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_menu_share_holo_light.png +0 -0
  26. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_search.png +0 -0
  27. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_warning.png +0 -0
  28. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ondemand_overlay.9.png +0 -0
  29. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/verify_checkmark.png +0 -0
  30. data/libs/crosswalk/ext/platform/android/adds/res/drawable-ldpi/crosswalk.png +0 -0
  31. data/libs/crosswalk/ext/platform/android/adds/res/drawable-mdpi/crosswalk.png +0 -0
  32. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_borderless_compat.xml +10 -0
  33. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_compat.xml +9 -0
  34. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble.9.png +0 -0
  35. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble_arrow_up.png +0 -0
  36. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/color_picker_advanced_select_handle.png +0 -0
  37. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/crosswalk.png +0 -0
  38. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_down.9.png +0 -0
  39. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_up.9.png +0 -0
  40. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_menu_share_holo_light.png +0 -0
  41. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_search.png +0 -0
  42. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_warning.png +0 -0
  43. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ondemand_overlay.9.png +0 -0
  44. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/verify_checkmark.png +0 -0
  45. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_menu_share_holo_light.png +0 -0
  46. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_search.png +0 -0
  47. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_warning.png +0 -0
  48. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/verify_checkmark.png +0 -0
  49. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_menu_share_holo_light.png +0 -0
  50. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_search.png +0 -0
  51. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_warning.png +0 -0
  52. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/verify_checkmark.png +0 -0
  53. data/libs/crosswalk/ext/platform/android/adds/res/drawable/autofill_chip_inset.xml +15 -0
  54. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble.9.png +0 -0
  55. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble_arrow_up.png +0 -0
  56. data/libs/crosswalk/ext/platform/android/adds/res/drawable/button_compat_shape.xml +9 -0
  57. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_button_background.xml +36 -0
  58. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_advanced_select_handle.png +0 -0
  59. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_border.xml +12 -0
  60. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_label_color.xml +11 -0
  61. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background.xml +13 -0
  62. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_down.9.png +0 -0
  63. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_up.9.png +0 -0
  64. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_menu_share_holo_light.png +0 -0
  65. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_search.png +0 -0
  66. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_warning.png +0 -0
  67. data/libs/crosswalk/ext/platform/android/adds/res/drawable/launchscreen_bg.xml +19 -0
  68. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ondemand_overlay.9.png +0 -0
  69. data/libs/crosswalk/ext/platform/android/adds/res/drawable/verify_checkmark.png +0 -0
  70. data/libs/crosswalk/ext/platform/android/adds/res/layout-land/date_time_picker_dialog.xml +42 -0
  71. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_keyboard_accessory_item.xml +40 -0
  72. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_suggestion_item.xml +18 -0
  73. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_advanced_component.xml +46 -0
  74. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml +51 -0
  75. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_title.xml +41 -0
  76. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/date_time_suggestion.xml +35 -0
  77. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/dropdown_item.xml +58 -0
  78. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/multi_field_time_picker_dialog.xml +122 -0
  79. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/two_field_date_picker.xml +38 -0
  80. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/validation_message_bubble.xml +72 -0
  81. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_icon.xml +13 -0
  82. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml +17 -0
  83. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_suggestion_item.xml +7 -0
  84. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_advanced_component.xml +30 -0
  85. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_content.xml +36 -0
  86. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_title.xml +25 -0
  87. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_picker_dialog.xml +42 -0
  88. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_suggestion.xml +16 -0
  89. data/libs/crosswalk/ext/platform/android/adds/res/layout/dropdown_item.xml +34 -0
  90. data/libs/crosswalk/ext/platform/android/adds/res/layout/multi_field_time_picker_dialog.xml +50 -0
  91. data/libs/crosswalk/ext/platform/android/adds/res/layout/two_field_date_picker.xml +26 -0
  92. data/libs/crosswalk/ext/platform/android/adds/res/layout/validation_message_bubble.xml +47 -0
  93. data/libs/crosswalk/ext/platform/android/adds/res/menu/select_action_menu.xml +54 -0
  94. data/libs/crosswalk/ext/platform/android/adds/res/raw/contacts_api.js +206 -0
  95. data/libs/crosswalk/ext/platform/android/adds/res/raw/device_capabilities_api.js +231 -0
  96. data/libs/crosswalk/ext/platform/android/adds/res/raw/empty.wav +0 -0
  97. data/libs/crosswalk/ext/platform/android/adds/res/raw/icudtl.dat +0 -0
  98. data/libs/crosswalk/ext/platform/android/adds/res/raw/launch_screen_api.js +9 -0
  99. data/libs/crosswalk/ext/platform/android/adds/res/raw/messaging_api.js +359 -0
  100. data/libs/crosswalk/ext/platform/android/adds/res/raw/presentation_api.js +144 -0
  101. data/libs/crosswalk/ext/platform/android/adds/res/raw/wifidirect_api.js +227 -0
  102. data/libs/crosswalk/ext/platform/android/adds/res/raw/xwalk.pak +0 -0
  103. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_content_strings.xml +15 -0
  104. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_ui_strings.xml +47 -0
  105. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_content_strings.xml +15 -0
  106. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_ui_strings.xml +47 -0
  107. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_content_strings.xml +15 -0
  108. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_ui_strings.xml +47 -0
  109. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_content_strings.xml +15 -0
  110. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_ui_strings.xml +47 -0
  111. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_content_strings.xml +15 -0
  112. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_ui_strings.xml +47 -0
  113. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_content_strings.xml +15 -0
  114. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_ui_strings.xml +47 -0
  115. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_content_strings.xml +15 -0
  116. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_ui_strings.xml +47 -0
  117. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_content_strings.xml +15 -0
  118. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_ui_strings.xml +47 -0
  119. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_content_strings.xml +15 -0
  120. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_ui_strings.xml +47 -0
  121. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_content_strings.xml +15 -0
  122. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_ui_strings.xml +47 -0
  123. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_content_strings.xml +15 -0
  124. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_ui_strings.xml +47 -0
  125. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_content_strings.xml +15 -0
  126. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_ui_strings.xml +47 -0
  127. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_content_strings.xml +15 -0
  128. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_ui_strings.xml +47 -0
  129. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_content_strings.xml +15 -0
  130. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_ui_strings.xml +47 -0
  131. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_content_strings.xml +15 -0
  132. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_ui_strings.xml +47 -0
  133. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_content_strings.xml +15 -0
  134. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_ui_strings.xml +47 -0
  135. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_content_strings.xml +15 -0
  136. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_ui_strings.xml +47 -0
  137. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_content_strings.xml +15 -0
  138. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_ui_strings.xml +47 -0
  139. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_content_strings.xml +15 -0
  140. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_ui_strings.xml +47 -0
  141. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_content_strings.xml +15 -0
  142. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_ui_strings.xml +47 -0
  143. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_content_strings.xml +15 -0
  144. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_ui_strings.xml +47 -0
  145. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_content_strings.xml +15 -0
  146. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_ui_strings.xml +47 -0
  147. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_content_strings.xml +15 -0
  148. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_ui_strings.xml +47 -0
  149. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_content_strings.xml +15 -0
  150. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_ui_strings.xml +47 -0
  151. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_content_strings.xml +15 -0
  152. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_ui_strings.xml +47 -0
  153. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_content_strings.xml +15 -0
  154. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_ui_strings.xml +47 -0
  155. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_content_strings.xml +15 -0
  156. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_ui_strings.xml +47 -0
  157. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_content_strings.xml +15 -0
  158. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_ui_strings.xml +47 -0
  159. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_content_strings.xml +15 -0
  160. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_ui_strings.xml +47 -0
  161. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_content_strings.xml +15 -0
  162. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_ui_strings.xml +47 -0
  163. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_content_strings.xml +15 -0
  164. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_ui_strings.xml +47 -0
  165. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_content_strings.xml +15 -0
  166. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_ui_strings.xml +47 -0
  167. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_content_strings.xml +15 -0
  168. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_ui_strings.xml +47 -0
  169. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_content_strings.xml +15 -0
  170. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_ui_strings.xml +47 -0
  171. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_content_strings.xml +15 -0
  172. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_ui_strings.xml +47 -0
  173. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_content_strings.xml +15 -0
  174. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_ui_strings.xml +47 -0
  175. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_content_strings.xml +15 -0
  176. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_ui_strings.xml +47 -0
  177. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_content_strings.xml +15 -0
  178. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_ui_strings.xml +47 -0
  179. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_content_strings.xml +15 -0
  180. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_ui_strings.xml +47 -0
  181. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_content_strings.xml +15 -0
  182. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_ui_strings.xml +47 -0
  183. data/libs/crosswalk/ext/platform/android/adds/res/values-v14/theme.xml +16 -0
  184. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/styles.xml +19 -0
  185. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/ui_java_styles.xml +41 -0
  186. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/styles.xml +14 -0
  187. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/ui_java_styles.xml +14 -0
  188. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_content_strings.xml +15 -0
  189. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_ui_strings.xml +47 -0
  190. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_content_strings.xml +15 -0
  191. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_ui_strings.xml +47 -0
  192. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_content_strings.xml +15 -0
  193. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_ui_strings.xml +47 -0
  194. data/libs/crosswalk/ext/platform/android/adds/res/values/android_content_strings.xml +15 -0
  195. data/libs/crosswalk/ext/platform/android/adds/res/values/android_ui_strings.xml +47 -0
  196. data/libs/crosswalk/ext/platform/android/adds/res/values/android_xwalk_strings.xml +17 -0
  197. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_attrs.xml +9 -0
  198. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_dimens.xml +31 -0
  199. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_strings.xml +16 -0
  200. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_styles.xml +101 -0
  201. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_app_strings.xml +28 -0
  202. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_attrs.xml +11 -0
  203. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_colors.xml +13 -0
  204. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_internal_java_strings.xml +16 -0
  205. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_java_strings.xml +16 -0
  206. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_dimens.xml +11 -0
  207. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_resources_list.xml +7 -0
  208. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_styles.xml +40 -0
  209. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_values.xml +10 -0
  210. data/libs/crosswalk/ext/platform/android/ext_java.files +14 -0
  211. data/libs/crosswalk/ext/platform/android/ext_native.files +7 -0
  212. data/libs/crosswalk/ext/platform/android/jni/Crosswalk_impl.cpp +61 -0
  213. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/Crosswalk.java +14 -0
  214. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkFactory.java +18 -0
  215. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkSingleton.java +24 -0
  216. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/CrosswalkExtension.java +16 -0
  217. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/RhodesListener.java +18 -0
  218. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWResourceClient.java +182 -0
  219. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWUIClient.java +125 -0
  220. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWalkWebView.java +368 -0
  221. data/libs/crosswalk/ext/platform/iphone/Crosswalk.xcodeproj/project.pbxproj +368 -0
  222. data/libs/crosswalk/ext/platform/iphone/Crosswalk_Prefix.pch +7 -0
  223. data/libs/crosswalk/ext/platform/iphone/Rakefile +73 -0
  224. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.h +14 -0
  225. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.m +24 -0
  226. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkFactorySingleton.m +16 -0
  227. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSetup.m +9 -0
  228. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.h +17 -0
  229. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.m +23 -0
  230. data/libs/crosswalk/ext/platform/iphone/impl/readme.txt +7 -0
  231. data/libs/crosswalk/ext/platform/qt/Crosswalk.pro +66 -0
  232. data/libs/crosswalk/ext/platform/qt/Rakefile +35 -0
  233. data/libs/crosswalk/ext/platform/qt/src/Crosswalk_impl.cpp +77 -0
  234. data/libs/crosswalk/ext/platform/wm/Crosswalk.sln +52 -0
  235. data/libs/crosswalk/ext/platform/wm/Crosswalk.vcproj +714 -0
  236. data/libs/crosswalk/ext/platform/wm/Crosswalk.vsprops +15 -0
  237. data/libs/crosswalk/ext/platform/wm/src/Crosswalk_impl.cpp +77 -0
  238. data/libs/crosswalk/ext/platform/wp8/Crosswalk.props +18 -0
  239. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj +170 -0
  240. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj.filters +50 -0
  241. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.csproj +119 -0
  242. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.props +8 -0
  243. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.targets +7 -0
  244. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.props +18 -0
  245. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj +185 -0
  246. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj.filters +58 -0
  247. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cpp +76 -0
  248. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cs +69 -0
  249. data/libs/crosswalk/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  250. data/libs/enterprise-barcode/ext.yml +13 -0
  251. data/libs/enterprise-barcode/ext/barcode.xml +2144 -0
  252. data/libs/enterprise-barcode/ext/build +17 -0
  253. data/libs/enterprise-barcode/ext/build.bat +29 -0
  254. data/libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml +31 -0
  255. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/AUTHORS +58 -0
  256. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/CHANGES +266 -0
  257. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/COPYING +201 -0
  258. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/README +11 -0
  259. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/cancel_icon.png +0 -0
  260. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/ok_icon.png +0 -0
  261. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/retake_icon.png +0 -0
  262. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/cancel_icon.png +0 -0
  263. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/ok_icon.png +0 -0
  264. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/retake_icon.png +0 -0
  265. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/layout/capture.xml +122 -0
  266. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/raw/beep.ogg +0 -0
  267. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/attrs.xml +20 -0
  268. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/colors.xml +42 -0
  269. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/ids.xml +31 -0
  270. data/libs/enterprise-barcode/ext/platform/android/adds/lib/armeabi/liballbarcode.a +0 -0
  271. data/libs/enterprise-barcode/ext/platform/android/adds/lib/x86/liballbarcode.a +0 -0
  272. data/libs/enterprise-barcode/ext/platform/android/allbarcode.jar +0 -0
  273. data/libs/enterprise-barcode/ext/platform/iphone/Barcode.xcodeproj/project.pbxproj +524 -0
  274. data/libs/enterprise-barcode/ext/platform/iphone/Barcode_Prefix.pch +7 -0
  275. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.h +27 -0
  276. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.mm +231 -0
  277. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.h +95 -0
  278. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.m +1017 -0
  279. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.h +7 -0
  280. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.mm +58 -0
  281. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactoryRegister.mm +18 -0
  282. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.h +16 -0
  283. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.mm +32 -0
  284. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.cpp +25 -0
  285. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.h +15 -0
  286. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.mm +159 -0
  287. data/libs/enterprise-barcode/ext/platform/iphone/Classes/barcode.m +123 -0
  288. data/libs/enterprise-barcode/ext/platform/iphone/Rakefile +69 -0
  289. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/COPYING +27 -0
  290. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCameraSimulator.h +45 -0
  291. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCaptureReader.h +111 -0
  292. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarHelpController.h +60 -0
  293. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImage.h +69 -0
  294. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImageScanner.h +51 -0
  295. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderController.h +142 -0
  296. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderView.h +135 -0
  297. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderViewController.h +130 -0
  298. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSDK.h +34 -0
  299. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSymbol.h +71 -0
  300. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar.h +1497 -0
  301. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Decoder.h +202 -0
  302. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Exception.h +187 -0
  303. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Image.h +321 -0
  304. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/ImageScanner.h +130 -0
  305. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Processor.h +223 -0
  306. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Scanner.h +162 -0
  307. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Symbol.h +528 -0
  308. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Video.h +170 -0
  309. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Window.h +136 -0
  310. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/LICENSE +504 -0
  311. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/README +59 -0
  312. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-back.png +0 -0
  313. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-help.html +88 -0
  314. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-helpicons.png +0 -0
  315. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-samples.png +0 -0
  316. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/libzbar.a +0 -0
  317. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.h +21 -0
  318. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.m +132 -0
  319. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.h +10 -0
  320. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.m +16 -0
  321. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactorySingleton.m +16 -0
  322. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSetup.m +8 -0
  323. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.h +17 -0
  324. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m +22 -0
  325. data/libs/enterprise-barcode/ext/platform/iphone/impl/readme.txt +7 -0
  326. data/libs/enterprise-barcode/ext/platform/wm/Barcode.sln +44 -0
  327. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vcproj +836 -0
  328. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vsprops +15 -0
  329. data/libs/enterprise-barcode/ext/platform/wm/readme.txt +0 -0
  330. data/libs/enterprise-barcode/ext/platform/wm/src/Barcode_impl.cpp +376 -0
  331. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.cpp +173 -0
  332. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.h +149 -0
  333. data/libs/enterprise-barcode/ext/platform/wm/src/EMDKInterfaceAbstraction.cpp +476 -0
  334. data/libs/enterprise-barcode/ext/platform/wm/src/GetDecoderProperties.cpp +1195 -0
  335. data/libs/enterprise-barcode/ext/platform/wm/src/GetScannerProperties.cpp +553 -0
  336. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.cpp +177 -0
  337. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.h +40 -0
  338. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.cpp +76 -0
  339. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.h +44 -0
  340. data/libs/enterprise-barcode/ext/platform/wm/src/RSM.cpp +1211 -0
  341. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.cpp +2609 -0
  342. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.h +1099 -0
  343. data/libs/enterprise-barcode/ext/platform/wm/src/ScannerDefines.h +322 -0
  344. data/libs/enterprise-barcode/ext/platform/wm/src/SetDecoderProperties.cpp +2106 -0
  345. data/libs/enterprise-barcode/ext/platform/wm/src/SetScannerProperties.cpp +1060 -0
  346. data/libs/enterprise-barcode/ext/platform/wm/src/Utilities.cpp +184 -0
  347. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.csproj +119 -0
  348. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.props +8 -0
  349. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.targets +35 -0
  350. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.props +18 -0
  351. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj +185 -0
  352. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj.filters +58 -0
  353. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.dll +0 -0
  354. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.winmd +0 -0
  355. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.xml +4813 -0
  356. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  357. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  358. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  359. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/OpticalReaderLib.dll +0 -0
  360. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.XML +68 -0
  361. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.dll +0 -0
  362. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.csproj +120 -0
  363. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.sln +34 -0
  364. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml +32 -0
  365. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml.cs +235 -0
  366. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/OpticalReaderTask.cs +182 -0
  367. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/Properties/AssemblyInfo.cs +37 -0
  368. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.dll +0 -0
  369. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.xml +341 -0
  370. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.dll +0 -0
  371. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.winmd +0 -0
  372. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.xml +4813 -0
  373. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  374. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  375. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  376. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/OpticalReaderLib.dll +0 -0
  377. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.XML +10324 -0
  378. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.dll +0 -0
  379. data/libs/enterprise-barcode/ext/platform/wp8/src/Barcode_impl.cs +630 -0
  380. data/libs/enterprise-barcode/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  381. data/libs/enterprise-barcode/public/api/generated/Rho.Barcode.js +772 -0
  382. data/libs/ie/rhobrowser.dll +0 -0
  383. data/libs/nodejs.rb +2 -0
  384. data/libs/nodejs/ext.yml +25 -0
  385. data/libs/nodejs/ext/Nodejs.xml +37 -0
  386. data/libs/nodejs/ext/build +19 -0
  387. data/libs/nodejs/ext/build.bat +29 -0
  388. data/libs/nodejs/ext/platform/android/Rakefile +161 -0
  389. data/libs/nodejs/ext/platform/android/ext_native.files +8 -0
  390. data/libs/nodejs/ext/platform/android/jxCore/jx.h +134 -0
  391. data/libs/nodejs/ext/platform/android/jxCore/jx_result.h +221 -0
  392. data/libs/nodejs/ext/platform/android/jxCore/libcares_arm.a +0 -0
  393. data/libs/nodejs/ext/platform/android/jxCore/libcares_ia32.a +0 -0
  394. data/libs/nodejs/ext/platform/android/jxCore/libcares_x64.a +0 -0
  395. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_arm.a +0 -0
  396. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_ia32.a +0 -0
  397. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_x64.a +0 -0
  398. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_arm.a +0 -0
  399. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_ia32.a +0 -0
  400. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_x64.a +0 -0
  401. data/libs/nodejs/ext/platform/android/jxCore/libjx_arm.a +0 -0
  402. data/libs/nodejs/ext/platform/android/jxCore/libjx_ia32.a +0 -0
  403. data/libs/nodejs/ext/platform/android/jxCore/libjx_x64.a +0 -0
  404. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_arm.a +0 -0
  405. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_ia32.a +0 -0
  406. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_x64.a +0 -0
  407. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_arm.a +0 -0
  408. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_ia32.a +0 -0
  409. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_x64.a +0 -0
  410. data/libs/nodejs/ext/platform/android/jxCore/libuv_arm.a +0 -0
  411. data/libs/nodejs/ext/platform/android/jxCore/libuv_ia32.a +0 -0
  412. data/libs/nodejs/ext/platform/android/jxCore/libuv_x64.a +0 -0
  413. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_arm.a +0 -0
  414. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_ia32.a +0 -0
  415. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_x64.a +0 -0
  416. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_arm.a +0 -0
  417. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_ia32.a +0 -0
  418. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_x64.a +0 -0
  419. data/libs/nodejs/ext/platform/iphone/Nodejs.xcodeproj/project.pbxproj +350 -0
  420. data/libs/nodejs/ext/platform/iphone/Nodejs_Prefix.pch +7 -0
  421. data/libs/nodejs/ext/platform/iphone/Rakefile +73 -0
  422. data/libs/nodejs/ext/platform/iphone/jxCore/jx.h +134 -0
  423. data/libs/nodejs/ext/platform/iphone/jxCore/jx_result.h +221 -0
  424. data/libs/nodejs/ext/platform/iphone/jxCore/libcares.a +0 -0
  425. data/libs/nodejs/ext/platform/iphone/jxCore/libchrome_zlib.a +0 -0
  426. data/libs/nodejs/ext/platform/iphone/jxCore/libhttp_parser.a +0 -0
  427. data/libs/nodejs/ext/platform/iphone/jxCore/libjx.a +0 -0
  428. data/libs/nodejs/ext/platform/iphone/jxCore/libmozjs.a +0 -0
  429. data/libs/nodejs/ext/platform/iphone/jxCore/libopenssl.a +0 -0
  430. data/libs/nodejs/ext/platform/iphone/jxCore/libsqlite3.a +0 -0
  431. data/libs/nodejs/ext/platform/iphone/jxCore/libuv.a +0 -0
  432. data/libs/nodejs/ext/shared/jxcore/jx.h +134 -0
  433. data/libs/nodejs/ext/shared/jxcore/jx_result.h +221 -0
  434. data/libs/nodejs/ext/shared/jxcoretau.cpp +454 -0
  435. data/libs/nodejs/ext/shared/jxcoretau.h +20 -0
  436. data/libs/nodejs/ext/shared/nodejs_impl.cpp +106 -0
  437. data/libs/nodejs/nodejs.rb +2 -0
  438. data/libs/openssl-edge.rb +2 -0
  439. data/libs/openssl-edge/ext.yml +4 -0
  440. data/libs/openssl-edge/ext/Rakefile +145 -0
  441. data/libs/openssl-edge/ext/android/Rakefile +107 -0
  442. data/libs/openssl-edge/ext/android/ext_native.files +32 -0
  443. data/libs/openssl-edge/ext/android/extconf.h +91 -0
  444. data/libs/openssl-edge/ext/build +12 -0
  445. data/libs/openssl-edge/ext/build.bat +5 -0
  446. data/libs/openssl-edge/ext/extconf.rb +141 -0
  447. data/libs/openssl-edge/ext/openssl.pro +109 -0
  448. data/libs/openssl-edge/ext/openssl.sln +52 -0
  449. data/libs/openssl-edge/ext/openssl.vcproj +1010 -0
  450. data/libs/openssl-edge/ext/openssl_missing.c +1163 -0
  451. data/libs/openssl-edge/ext/openssl_missing.h +537 -0
  452. data/libs/openssl-edge/ext/ossl.c +1203 -0
  453. data/libs/openssl-edge/ext/ossl.h +242 -0
  454. data/libs/openssl-edge/ext/ossl_asn1.c +2008 -0
  455. data/libs/openssl-edge/ext/ossl_asn1.h +66 -0
  456. data/libs/openssl-edge/ext/ossl_bio.c +118 -0
  457. data/libs/openssl-edge/ext/ossl_bio.h +19 -0
  458. data/libs/openssl-edge/ext/ossl_bn.c +1153 -0
  459. data/libs/openssl-edge/ext/ossl_bn.h +23 -0
  460. data/libs/openssl-edge/ext/ossl_cipher.c +1085 -0
  461. data/libs/openssl-edge/ext/ossl_cipher.h +20 -0
  462. data/libs/openssl-edge/ext/ossl_config.c +89 -0
  463. data/libs/openssl-edge/ext/ossl_config.h +19 -0
  464. data/libs/openssl-edge/ext/ossl_digest.c +453 -0
  465. data/libs/openssl-edge/ext/ossl_digest.h +20 -0
  466. data/libs/openssl-edge/ext/ossl_engine.c +580 -0
  467. data/libs/openssl-edge/ext/ossl_engine.h +19 -0
  468. data/libs/openssl-edge/ext/ossl_hmac.c +398 -0
  469. data/libs/openssl-edge/ext/ossl_hmac.h +18 -0
  470. data/libs/openssl-edge/ext/ossl_ns_spki.c +406 -0
  471. data/libs/openssl-edge/ext/ossl_ns_spki.h +19 -0
  472. data/libs/openssl-edge/ext/ossl_ocsp.c +2013 -0
  473. data/libs/openssl-edge/ext/ossl_ocsp.h +23 -0
  474. data/libs/openssl-edge/ext/ossl_pkcs12.c +261 -0
  475. data/libs/openssl-edge/ext/ossl_pkcs12.h +13 -0
  476. data/libs/openssl-edge/ext/ossl_pkcs5.c +180 -0
  477. data/libs/openssl-edge/ext/ossl_pkcs5.h +6 -0
  478. data/libs/openssl-edge/ext/ossl_pkcs7.c +1157 -0
  479. data/libs/openssl-edge/ext/ossl_pkcs7.h +20 -0
  480. data/libs/openssl-edge/ext/ossl_pkey.c +469 -0
  481. data/libs/openssl-edge/ext/ossl_pkey.h +245 -0
  482. data/libs/openssl-edge/ext/ossl_pkey_dh.c +650 -0
  483. data/libs/openssl-edge/ext/ossl_pkey_dsa.c +672 -0
  484. data/libs/openssl-edge/ext/ossl_pkey_ec.c +1806 -0
  485. data/libs/openssl-edge/ext/ossl_pkey_rsa.c +768 -0
  486. data/libs/openssl-edge/ext/ossl_rand.c +238 -0
  487. data/libs/openssl-edge/ext/ossl_rand.h +18 -0
  488. data/libs/openssl-edge/ext/ossl_ssl.c +2724 -0
  489. data/libs/openssl-edge/ext/ossl_ssl.h +41 -0
  490. data/libs/openssl-edge/ext/ossl_ssl_session.c +352 -0
  491. data/libs/openssl-edge/ext/ossl_version.h +15 -0
  492. data/libs/openssl-edge/ext/ossl_x509.c +186 -0
  493. data/libs/openssl-edge/ext/ossl_x509.h +119 -0
  494. data/libs/openssl-edge/ext/ossl_x509attr.c +328 -0
  495. data/libs/openssl-edge/ext/ossl_x509cert.c +863 -0
  496. data/libs/openssl-edge/ext/ossl_x509crl.c +565 -0
  497. data/libs/openssl-edge/ext/ossl_x509ext.c +480 -0
  498. data/libs/openssl-edge/ext/ossl_x509name.c +547 -0
  499. data/libs/openssl-edge/ext/ossl_x509req.c +492 -0
  500. data/libs/openssl-edge/ext/ossl_x509revoked.c +279 -0
  501. data/libs/openssl-edge/ext/ossl_x509store.c +846 -0
  502. data/libs/openssl-edge/ext/ruby_missing.h +32 -0
  503. data/libs/openssl-edge/openssl-edge.rb +2 -0
  504. data/libs/openssl-edge/openssl.rb +24 -0
  505. data/libs/openssl-edge/openssl/bn.rb +35 -0
  506. data/libs/openssl-edge/openssl/buffering.rb +341 -0
  507. data/libs/openssl-edge/openssl/cipher.rb +65 -0
  508. data/libs/openssl-edge/openssl/digest.rb +61 -0
  509. data/libs/openssl-edge/openssl/ssl-internal.rb +180 -0
  510. data/libs/openssl-edge/openssl/ssl.rb +1 -0
  511. data/libs/openssl-edge/openssl/x509-internal.rb +153 -0
  512. data/libs/openssl-edge/openssl/x509.rb +1 -0
  513. data/libs/openssl.so-edge.rb +2 -0
  514. data/libs/openssl.so-edge/ext.yml +8 -0
  515. data/libs/openssl.so-edge/ext/Rakefile +140 -0
  516. data/libs/openssl.so-edge/ext/android/armeabi/libcrypto.a +0 -0
  517. data/libs/openssl.so-edge/ext/android/armeabi/libssl.a +0 -0
  518. data/libs/openssl.so-edge/ext/android/x86/libcrypto.a +0 -0
  519. data/libs/openssl.so-edge/ext/android/x86/libssl.a +0 -0
  520. data/libs/openssl.so-edge/ext/build +12 -0
  521. data/libs/openssl.so-edge/ext/build.bat +1 -0
  522. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dh/dh_locl.h +56 -0
  523. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dsa/dsa_locl.h +76 -0
  524. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/evp/evp_locl.h +66 -0
  525. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/hmac/hmac_lcl.h +33 -0
  526. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/asn1_int.h +94 -0
  527. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/async.h +14 -0
  528. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_conf.h +28 -0
  529. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_dh.h +17 -0
  530. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_int.h +82 -0
  531. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_srp.h +32 -0
  532. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/chacha.h +49 -0
  533. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib.h +81 -0
  534. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib_int.h +31 -0
  535. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/dso_conf.h +16 -0
  536. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/engine.h +20 -0
  537. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/err_int.h +17 -0
  538. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/evp_int.h +382 -0
  539. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/md32_common.h +383 -0
  540. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/objects.h +12 -0
  541. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/poly1305.h +19 -0
  542. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/rand.h +20 -0
  543. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/x509_int.h +267 -0
  544. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/ocsp/ocsp_lcl.h +216 -0
  545. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/rsa/rsa_locl.h +96 -0
  546. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/x509/x509_lcl.h +142 -0
  547. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/e_os.h +520 -0
  548. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/bio.h +26 -0
  549. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/comp.h +12 -0
  550. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/conf.h +32 -0
  551. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/constant_time_locl.h +185 -0
  552. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dane.h +103 -0
  553. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dso.h +216 -0
  554. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/err.h +15 -0
  555. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/numbers.h +68 -0
  556. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_dir.h +63 -0
  557. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_str.h +17 -0
  558. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/thread_once.h +42 -0
  559. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_EPILOGUE.H +16 -0
  560. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_PROLOGUE.H +20 -0
  561. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/aes.h +92 -0
  562. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1.h +1096 -0
  563. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1_mac.h +10 -0
  564. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1t.h +924 -0
  565. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/async.h +98 -0
  566. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bio.h +854 -0
  567. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/blowfish.h +61 -0
  568. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bn.h +575 -0
  569. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/buffer.h +76 -0
  570. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/camellia.h +83 -0
  571. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cast.h +53 -0
  572. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cmac.h +41 -0
  573. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cms.h +512 -0
  574. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/comp.h +72 -0
  575. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf.h +216 -0
  576. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf_api.h +40 -0
  577. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/crypto.h +463 -0
  578. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ct.h +518 -0
  579. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/des.h +174 -0
  580. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dh.h +343 -0
  581. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dsa.h +282 -0
  582. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dtls1.h +56 -0
  583. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/e_os2.h +311 -0
  584. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ebcdic.h +33 -0
  585. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ec.h +1581 -0
  586. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdh.h +10 -0
  587. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdsa.h +10 -0
  588. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/engine.h +842 -0
  589. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/err.h +259 -0
  590. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/evp.h +1586 -0
  591. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/hmac.h +49 -0
  592. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/idea.h +64 -0
  593. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/kdf.h +75 -0
  594. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/lhash.h +204 -0
  595. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md2.h +44 -0
  596. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md4.h +51 -0
  597. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md5.h +50 -0
  598. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/mdc2.h +42 -0
  599. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/modes.h +203 -0
  600. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/obj_mac.h +4577 -0
  601. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/objects.h +1097 -0
  602. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ocsp.h +409 -0
  603. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h +169 -0
  604. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h.in +141 -0
  605. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslv.h +105 -0
  606. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ossl_typ.h +190 -0
  607. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem.h +501 -0
  608. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem2.h +20 -0
  609. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs12.h +282 -0
  610. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs7.h +404 -0
  611. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rand.h +89 -0
  612. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc2.h +51 -0
  613. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc4.h +36 -0
  614. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc5.h +63 -0
  615. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ripemd.h +47 -0
  616. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rsa.h +588 -0
  617. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/safestack.h +164 -0
  618. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/seed.h +98 -0
  619. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/sha.h +119 -0
  620. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srp.h +131 -0
  621. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srtp.h +50 -0
  622. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl.h +2527 -0
  623. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl2.h +24 -0
  624. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl3.h +307 -0
  625. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/stack.h +78 -0
  626. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/symhacks.h +52 -0
  627. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/tls1.h +972 -0
  628. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ts.h +643 -0
  629. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/txt_db.h +57 -0
  630. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ui.h +368 -0
  631. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/whrlpool.h +48 -0
  632. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509.h +1123 -0
  633. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509_vfy.h +539 -0
  634. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509v3.h +1005 -0
  635. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/packet_locl.h +555 -0
  636. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record.h +240 -0
  637. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record_locl.h +114 -0
  638. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/ssl_locl.h +2127 -0
  639. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem.h +123 -0
  640. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem_locl.h +124 -0
  641. data/libs/openssl.so-edge/openssl.so.rb +2 -0
  642. data/libs/webkit.rb +2 -0
  643. data/libs/webkit/ext.yml +4 -0
  644. data/libs/webkit/ext/build +12 -0
  645. data/libs/webkit/ext/build.bat +7 -0
  646. data/libs/webkit/ext/wm/Rakefile +61 -0
  647. data/libs/webkit/ext/wm/RhoMsgs.cpp +17 -0
  648. data/libs/webkit/ext/wm/RhoMsgs.h +14 -0
  649. data/libs/webkit/ext/wm/RhoWKBrowserEngine.cpp +736 -0
  650. data/libs/webkit/ext/wm/RhoWKBrowserEngine.h +105 -0
  651. data/libs/webkit/ext/wm/lib/npapi/rhobridge.dll +0 -0
  652. data/libs/webkit/ext/wm/lib/rhoengine_defs.h +80 -0
  653. data/libs/webkit/ext/wm/lib/rhowebkit.dll +0 -0
  654. data/libs/webkit/ext/wm/webkit.sln +36 -0
  655. data/libs/webkit/ext/wm/webkit.suo +0 -0
  656. data/libs/webkit/ext/wm/webkit.vcproj +800 -0
  657. data/libs/webkit/ext/wm/webkit.vsprops +20 -0
  658. data/libs/webkit/webkit.rb +2 -0
  659. data/rho-tau-extensions.gemspec +23 -0
  660. data/version +1 -0
  661. metadata +705 -0
@@ -0,0 +1,11 @@
1
+ Please refer to the project page for more information:
2
+ http://code.google.com/p/zxing/
3
+ in particular:
4
+ http://code.google.com/p/zxing/wiki/GettingStarted
5
+
6
+ To get started, you can try building and running the command-line client;
7
+ you will need to have Apache's Ant tool installed to run this:
8
+
9
+ ant -f core/build.xml
10
+ ant -f javase/build.xml
11
+ java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]
@@ -0,0 +1,122 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Copyright (C) 2008 ZXing authors
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+ -->
17
+ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
18
+ android:layout_width="fill_parent"
19
+ android:layout_height="fill_parent">
20
+
21
+ <SurfaceView android:id="@+id/preview_view"
22
+ android:layout_width="fill_parent"
23
+ android:layout_height="fill_parent"
24
+ android:layout_centerInParent="true"/>
25
+
26
+ <com.google.zxing.client.android.ViewfinderView
27
+ android:id="@+id/viewfinder_view"
28
+ android:layout_width="fill_parent"
29
+ android:layout_height="fill_parent"
30
+ android:background="@color/transparent"/>
31
+
32
+ <LinearLayout android:id="@+id/result_view"
33
+ android:orientation="vertical"
34
+ android:layout_width="fill_parent"
35
+ android:layout_height="fill_parent"
36
+ android:background="@color/result_view"
37
+ android:visibility="gone"
38
+ android:padding="4dip">
39
+
40
+ <LinearLayout
41
+ android:orientation="horizontal"
42
+ android:layout_width="fill_parent"
43
+ android:layout_height="wrap_content"
44
+ android:layout_weight="1"
45
+ android:gravity="top"
46
+ android:padding="12dip">
47
+
48
+ <LinearLayout
49
+ android:orientation="vertical"
50
+ android:layout_width="wrap_content"
51
+ android:layout_height="fill_parent"
52
+ android:gravity="right">
53
+
54
+ <ImageView android:id="@+id/barcode_image_view"
55
+ android:layout_width="160dip"
56
+ android:layout_height="wrap_content"
57
+ android:maxWidth="160dip"
58
+ android:maxHeight="160dip"
59
+ android:layout_marginBottom="4dip"
60
+ android:adjustViewBounds="true"
61
+ android:scaleType="centerInside"/>
62
+
63
+
64
+ </LinearLayout>
65
+
66
+ <ScrollView
67
+ android:layout_width="fill_parent"
68
+ android:layout_height="wrap_content">
69
+
70
+ <TextView android:id="@+id/contents_text_view"
71
+ android:layout_width="wrap_content"
72
+ android:layout_height="wrap_content"
73
+ android:textColor="@color/result_text"
74
+ android:textColorLink="@color/result_text"
75
+ android:textSize="22sp"
76
+ android:paddingLeft="12dip"
77
+ android:autoLink="web"/>
78
+
79
+ </ScrollView>
80
+
81
+ </LinearLayout>
82
+
83
+ <LinearLayout android:id="@+id/result_button_view"
84
+ android:orientation="horizontal"
85
+ android:layout_width="fill_parent"
86
+ android:layout_height="wrap_content"
87
+ android:gravity="center">
88
+
89
+ <Button android:id="@+id/cancel_button"
90
+ android:layout_width="wrap_content"
91
+ android:layout_height="wrap_content"
92
+ android:drawableLeft="@drawable/cancel_icon"
93
+ android:drawablePadding="6dip"
94
+ android:visibility="gone"/>
95
+
96
+ <Button android:id="@+id/retake_button"
97
+ android:layout_width="wrap_content"
98
+ android:layout_height="wrap_content"
99
+ android:drawableLeft="@drawable/retake_icon"
100
+ android:drawablePadding="6dip"
101
+ android:visibility="gone"/>
102
+
103
+ <Button android:id="@+id/ok_button"
104
+ android:layout_width="wrap_content"
105
+ android:layout_height="wrap_content"
106
+ android:drawableLeft="@drawable/ok_icon"
107
+ android:drawablePadding="6dip"
108
+ android:visibility="gone"/>
109
+
110
+ </LinearLayout>
111
+
112
+ </LinearLayout>
113
+
114
+ <Button android:id="@+id/cancel_button_a"
115
+ android:layout_width="wrap_content"
116
+ android:layout_height="wrap_content"
117
+ android:layout_gravity="bottom|left"
118
+ android:drawableLeft="@drawable/cancel_icon"
119
+ android:drawablePadding="6dip"
120
+ android:visibility="gone"/>
121
+
122
+ </FrameLayout>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Copyright (C) 2008 ZXing authors
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+ -->
17
+ <resources>
18
+ <declare-styleable name="ViewfinderView">
19
+ </declare-styleable>
20
+ </resources>
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Copyright (C) 2008 ZXing authors
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+ -->
17
+ <resources>
18
+ <color name="contents_text">#ff000000</color>
19
+ <color name="encode_view">#ffffffff</color>
20
+ <color name="help_button_view">#ffcccccc</color>
21
+ <color name="help_view">#ff404040</color>
22
+ <color name="possible_result_points">#c0ffff00</color>
23
+ <color name="result_image_border">#ffffffff</color>
24
+ <color name="result_minor_text">#ffc0c0c0</color>
25
+ <color name="result_points">#c000ff00</color>
26
+ <color name="result_text">#ffffffff</color>
27
+ <color name="result_view">#b0000000</color>
28
+ <color name="sbc_header_text">#ff808080</color>
29
+ <color name="sbc_header_view">#ffffffff</color>
30
+ <color name="sbc_list_item">#fffff0e0</color>
31
+ <color name="sbc_layout_view">#ffffffff</color>
32
+ <color name="sbc_page_number_text">#ff000000</color>
33
+ <color name="sbc_snippet_text">#ff4b4b4b</color>
34
+ <color name="share_text">#ff000000</color>
35
+ <color name="share_view">#ffffffff</color>
36
+ <color name="status_view">#50000000</color>
37
+ <color name="status_text">#ffffffff</color>
38
+ <color name="transparent">#00000000</color>
39
+ <color name="viewfinder_frame">#ff000000</color>
40
+ <color name="viewfinder_laser">#ffff0000</color>
41
+ <color name="viewfinder_mask">#60000000</color>
42
+ </resources>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Copyright (C) 2008 ZXing authors
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+ -->
17
+ <resources>
18
+ <!-- Messages IDs -->
19
+ <item type="id" name="auto_focus"/>
20
+ <item type="id" name="decode"/>
21
+ <item type="id" name="decode_failed"/>
22
+ <item type="id" name="decode_succeeded"/>
23
+ <item type="id" name="encode_failed"/>
24
+ <item type="id" name="encode_succeeded"/>
25
+ <item type="id" name="launch_product_query"/>
26
+ <item type="id" name="quit"/>
27
+ <item type="id" name="restart_preview"/>
28
+ <item type="id" name="return_scan_result"/>
29
+ <item type="id" name="search_book_contents_failed"/>
30
+ <item type="id" name="search_book_contents_succeeded"/>
31
+ </resources>
@@ -0,0 +1,524 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 45;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ AA747D9F0F9514B9006C5449 /* Barcode_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* Barcode_Prefix.pch */; };
11
+ FA21F9FA170658EE0061F9DC /* barcode_api_init.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA21F9F7170658EE0061F9DC /* barcode_api_init.cpp */; };
12
+ FA21F9FB170658EE0061F9DC /* barcode_js_api.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA21F9F8170658EE0061F9DC /* barcode_js_api.cpp */; };
13
+ FA21F9FC170658EE0061F9DC /* barcode_ruby_api.c in Sources */ = {isa = PBXBuildFile; fileRef = FA21F9F9170658EE0061F9DC /* barcode_ruby_api.c */; };
14
+ FA21FA03170658FA0061F9DC /* Barcode.h in Headers */ = {isa = PBXBuildFile; fileRef = FA21F9FD170658FA0061F9DC /* Barcode.h */; };
15
+ FA21FA04170658FA0061F9DC /* Barcode.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21F9FE170658FA0061F9DC /* Barcode.m */; };
16
+ FA21FA05170658FA0061F9DC /* BarcodeFactorySingleton.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21F9FF170658FA0061F9DC /* BarcodeFactorySingleton.m */; };
17
+ FA21FA06170658FA0061F9DC /* BarcodeSetup.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21FA00170658FA0061F9DC /* BarcodeSetup.m */; };
18
+ FA21FA07170658FA0061F9DC /* BarcodeSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = FA21FA01170658FA0061F9DC /* BarcodeSingleton.h */; };
19
+ FA21FA08170658FA0061F9DC /* BarcodeSingleton.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21FA02170658FA0061F9DC /* BarcodeSingleton.m */; };
20
+ FA21FA0A170659090061F9DC /* IBarcode.h in Headers */ = {isa = PBXBuildFile; fileRef = FA21FA09170659090061F9DC /* IBarcode.h */; };
21
+ FA21FA111706591A0061F9DC /* BarcodeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = FA21FA0B1706591A0061F9DC /* BarcodeBase.h */; };
22
+ FA21FA121706591A0061F9DC /* BarcodeBase.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21FA0C1706591A0061F9DC /* BarcodeBase.m */; };
23
+ FA21FA131706591A0061F9DC /* BarcodeFactoryBase.h in Headers */ = {isa = PBXBuildFile; fileRef = FA21FA0D1706591A0061F9DC /* BarcodeFactoryBase.h */; };
24
+ FA21FA141706591A0061F9DC /* BarcodeFactoryBase.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21FA0E1706591A0061F9DC /* BarcodeFactoryBase.m */; };
25
+ FA21FA151706591A0061F9DC /* BarcodeSingletonBase.h in Headers */ = {isa = PBXBuildFile; fileRef = FA21FA0F1706591A0061F9DC /* BarcodeSingletonBase.h */; };
26
+ FA21FA161706591A0061F9DC /* BarcodeSingletonBase.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21FA101706591A0061F9DC /* BarcodeSingletonBase.m */; };
27
+ FA21FA181706592E0061F9DC /* barcode_ruby_wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = FA21FA171706592E0061F9DC /* barcode_ruby_wrap.m */; };
28
+ FA21FA1A170659370061F9DC /* barcode_js_wrap.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA21FA19170659370061F9DC /* barcode_js_wrap.mm */; };
29
+ FA21FA1B17065D5E0061F9DC /* BarcodeCallbackHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA839301455F7210002F4E6 /* BarcodeCallbackHelper.h */; };
30
+ FA21FA1C17065D610061F9DC /* BarcodeCallbackHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAA839311455F7210002F4E6 /* BarcodeCallbackHelper.mm */; };
31
+ FA4D3F0C136AF9BD009D6E63 /* libzbar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F0B136AF9BD009D6E63 /* libzbar.a */; };
32
+ FA4D3F44136B0789009D6E63 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F43136B0789009D6E63 /* Foundation.framework */; };
33
+ FA4D3F46136B0793009D6E63 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F45136B0793009D6E63 /* CoreGraphics.framework */; };
34
+ FA4D3F48136B079C009D6E63 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F47136B079C009D6E63 /* UIKit.framework */; };
35
+ FA4D3F4A136B07A6009D6E63 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F49136B07A6009D6E63 /* QuartzCore.framework */; };
36
+ FA4D3F4C136B07AB009D6E63 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F4B136B07AB009D6E63 /* AVFoundation.framework */; };
37
+ FA4D3F4E136B07B2009D6E63 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F4D136B07B2009D6E63 /* CoreMedia.framework */; };
38
+ FA4D3F50136B07BB009D6E63 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA4D3F4F136B07BB009D6E63 /* CoreVideo.framework */; };
39
+ FAA838881455B0BA0002F4E6 /* BarcodeViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA838831455B0BA0002F4E6 /* BarcodeViewFactory.h */; };
40
+ FAA838891455B0BA0002F4E6 /* BarcodeViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAA838841455B0BA0002F4E6 /* BarcodeViewFactory.mm */; };
41
+ FAA8388A1455B0BA0002F4E6 /* BarcodeViewFactoryRegister.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAA838851455B0BA0002F4E6 /* BarcodeViewFactoryRegister.mm */; };
42
+ FAA8388B1455B0BA0002F4E6 /* BarcodeViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA838861455B0BA0002F4E6 /* BarcodeViewManager.h */; };
43
+ FAA8388C1455B0BA0002F4E6 /* BarcodeViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAA838871455B0BA0002F4E6 /* BarcodeViewManager.mm */; };
44
+ FAA838901455B1F60002F4E6 /* BarcodeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA8388E1455B1F60002F4E6 /* BarcodeViewController.h */; };
45
+ FAA838911455B1F60002F4E6 /* BarcodeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FAA8388F1455B1F60002F4E6 /* BarcodeViewController.m */; };
46
+ FAAE06AD11EF4F02001787D8 /* ImageProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAAE06AA11EF4F02001787D8 /* ImageProvider.cpp */; };
47
+ FAAE06AE11EF4F02001787D8 /* ImageProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = FAAE06AB11EF4F02001787D8 /* ImageProvider.h */; };
48
+ FAAE06AF11EF4F02001787D8 /* ImageProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAAE06AC11EF4F02001787D8 /* ImageProvider.mm */; };
49
+ FAD38B2D1720615100C8E560 /* BarcodeFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD38B2B1720615100C8E560 /* BarcodeFactory.h */; };
50
+ FAD38B2E1720615100C8E560 /* BarcodeFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD38B2C1720615100C8E560 /* BarcodeFactory.m */; };
51
+ /* End PBXBuildFile section */
52
+
53
+ /* Begin PBXFileReference section */
54
+ AA747D9E0F9514B9006C5449 /* Barcode_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Barcode_Prefix.pch; sourceTree = SOURCE_ROOT; };
55
+ D2AAC07E0554694100DB518D /* libBarcode.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libBarcode.a; sourceTree = BUILT_PRODUCTS_DIR; };
56
+ FA21F9F7170658EE0061F9DC /* barcode_api_init.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = barcode_api_init.cpp; path = ../../shared/generated/barcode_api_init.cpp; sourceTree = "<group>"; };
57
+ FA21F9F8170658EE0061F9DC /* barcode_js_api.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = barcode_js_api.cpp; path = ../../shared/generated/barcode_js_api.cpp; sourceTree = "<group>"; };
58
+ FA21F9F9170658EE0061F9DC /* barcode_ruby_api.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = barcode_ruby_api.c; path = ../../shared/generated/barcode_ruby_api.c; sourceTree = "<group>"; };
59
+ FA21F9FD170658FA0061F9DC /* Barcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Barcode.h; path = impl/Barcode.h; sourceTree = "<group>"; };
60
+ FA21F9FE170658FA0061F9DC /* Barcode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Barcode.m; path = impl/Barcode.m; sourceTree = "<group>"; };
61
+ FA21F9FF170658FA0061F9DC /* BarcodeFactorySingleton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeFactorySingleton.m; path = impl/BarcodeFactorySingleton.m; sourceTree = "<group>"; };
62
+ FA21FA00170658FA0061F9DC /* BarcodeSetup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeSetup.m; path = impl/BarcodeSetup.m; sourceTree = "<group>"; };
63
+ FA21FA01170658FA0061F9DC /* BarcodeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeSingleton.h; path = impl/BarcodeSingleton.h; sourceTree = "<group>"; };
64
+ FA21FA02170658FA0061F9DC /* BarcodeSingleton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeSingleton.m; path = impl/BarcodeSingleton.m; sourceTree = "<group>"; };
65
+ FA21FA09170659090061F9DC /* IBarcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IBarcode.h; path = generated/IBarcode.h; sourceTree = "<group>"; };
66
+ FA21FA0B1706591A0061F9DC /* BarcodeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeBase.h; path = generated/base_impl/BarcodeBase.h; sourceTree = "<group>"; };
67
+ FA21FA0C1706591A0061F9DC /* BarcodeBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeBase.m; path = generated/base_impl/BarcodeBase.m; sourceTree = "<group>"; };
68
+ FA21FA0D1706591A0061F9DC /* BarcodeFactoryBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeFactoryBase.h; path = generated/base_impl/BarcodeFactoryBase.h; sourceTree = "<group>"; };
69
+ FA21FA0E1706591A0061F9DC /* BarcodeFactoryBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeFactoryBase.m; path = generated/base_impl/BarcodeFactoryBase.m; sourceTree = "<group>"; };
70
+ FA21FA0F1706591A0061F9DC /* BarcodeSingletonBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeSingletonBase.h; path = generated/base_impl/BarcodeSingletonBase.h; sourceTree = "<group>"; };
71
+ FA21FA101706591A0061F9DC /* BarcodeSingletonBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeSingletonBase.m; path = generated/base_impl/BarcodeSingletonBase.m; sourceTree = "<group>"; };
72
+ FA21FA171706592E0061F9DC /* barcode_ruby_wrap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = barcode_ruby_wrap.m; path = generated/ruby/barcode_ruby_wrap.m; sourceTree = "<group>"; };
73
+ FA21FA19170659370061F9DC /* barcode_js_wrap.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = barcode_js_wrap.mm; path = generated/javascript/barcode_js_wrap.mm; sourceTree = "<group>"; };
74
+ FA4D3F0B136AF9BD009D6E63 /* libzbar.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libzbar.a; path = ZBarSDK/libzbar.a; sourceTree = "<group>"; };
75
+ FA4D3F0E136AFA94009D6E63 /* barcode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = barcode.m; path = Classes/barcode.m; sourceTree = "<group>"; };
76
+ FA4D3F23136B05E8009D6E63 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
77
+ FA4D3F43136B0789009D6E63 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
78
+ FA4D3F45136B0793009D6E63 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
79
+ FA4D3F47136B079C009D6E63 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
80
+ FA4D3F49136B07A6009D6E63 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
81
+ FA4D3F4B136B07AB009D6E63 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
82
+ FA4D3F4D136B07B2009D6E63 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
83
+ FA4D3F4F136B07BB009D6E63 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
84
+ FA4D3F51136B07CA009D6E63 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
85
+ FAA838831455B0BA0002F4E6 /* BarcodeViewFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeViewFactory.h; path = Classes/BarcodeViewFactory.h; sourceTree = "<group>"; };
86
+ FAA838841455B0BA0002F4E6 /* BarcodeViewFactory.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BarcodeViewFactory.mm; path = Classes/BarcodeViewFactory.mm; sourceTree = "<group>"; };
87
+ FAA838851455B0BA0002F4E6 /* BarcodeViewFactoryRegister.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BarcodeViewFactoryRegister.mm; path = Classes/BarcodeViewFactoryRegister.mm; sourceTree = "<group>"; };
88
+ FAA838861455B0BA0002F4E6 /* BarcodeViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeViewManager.h; path = Classes/BarcodeViewManager.h; sourceTree = "<group>"; };
89
+ FAA838871455B0BA0002F4E6 /* BarcodeViewManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BarcodeViewManager.mm; path = Classes/BarcodeViewManager.mm; sourceTree = "<group>"; };
90
+ FAA8388E1455B1F60002F4E6 /* BarcodeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeViewController.h; path = Classes/BarcodeViewController.h; sourceTree = "<group>"; };
91
+ FAA8388F1455B1F60002F4E6 /* BarcodeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeViewController.m; path = Classes/BarcodeViewController.m; sourceTree = "<group>"; };
92
+ FAA839301455F7210002F4E6 /* BarcodeCallbackHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeCallbackHelper.h; path = Classes/BarcodeCallbackHelper.h; sourceTree = "<group>"; };
93
+ FAA839311455F7210002F4E6 /* BarcodeCallbackHelper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BarcodeCallbackHelper.mm; path = Classes/BarcodeCallbackHelper.mm; sourceTree = "<group>"; };
94
+ FAAE06AA11EF4F02001787D8 /* ImageProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ImageProvider.cpp; path = Classes/ImageProvider.cpp; sourceTree = "<group>"; };
95
+ FAAE06AB11EF4F02001787D8 /* ImageProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageProvider.h; path = Classes/ImageProvider.h; sourceTree = "<group>"; };
96
+ FAAE06AC11EF4F02001787D8 /* ImageProvider.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ImageProvider.mm; path = Classes/ImageProvider.mm; sourceTree = "<group>"; };
97
+ FAD38B2B1720615100C8E560 /* BarcodeFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BarcodeFactory.h; path = impl/BarcodeFactory.h; sourceTree = "<group>"; };
98
+ FAD38B2C1720615100C8E560 /* BarcodeFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BarcodeFactory.m; path = impl/BarcodeFactory.m; sourceTree = "<group>"; };
99
+ /* End PBXFileReference section */
100
+
101
+ /* Begin PBXFrameworksBuildPhase section */
102
+ D2AAC07C0554694100DB518D /* Frameworks */ = {
103
+ isa = PBXFrameworksBuildPhase;
104
+ buildActionMask = 2147483647;
105
+ files = (
106
+ FA4D3F50136B07BB009D6E63 /* CoreVideo.framework in Frameworks */,
107
+ FA4D3F4E136B07B2009D6E63 /* CoreMedia.framework in Frameworks */,
108
+ FA4D3F4C136B07AB009D6E63 /* AVFoundation.framework in Frameworks */,
109
+ FA4D3F4A136B07A6009D6E63 /* QuartzCore.framework in Frameworks */,
110
+ FA4D3F48136B079C009D6E63 /* UIKit.framework in Frameworks */,
111
+ FA4D3F46136B0793009D6E63 /* CoreGraphics.framework in Frameworks */,
112
+ FA4D3F44136B0789009D6E63 /* Foundation.framework in Frameworks */,
113
+ FA4D3F0C136AF9BD009D6E63 /* libzbar.a in Frameworks */,
114
+ );
115
+ runOnlyForDeploymentPostprocessing = 0;
116
+ };
117
+ /* End PBXFrameworksBuildPhase section */
118
+
119
+ /* Begin PBXGroup section */
120
+ 034768DFFF38A50411DB9C8B /* Products */ = {
121
+ isa = PBXGroup;
122
+ children = (
123
+ D2AAC07E0554694100DB518D /* libBarcode.a */,
124
+ );
125
+ name = Products;
126
+ sourceTree = "<group>";
127
+ };
128
+ 0867D691FE84028FC02AAC07 /* Barcode */ = {
129
+ isa = PBXGroup;
130
+ children = (
131
+ FA21F9F0170658620061F9DC /* CommonAPI */,
132
+ FA4D3F51136B07CA009D6E63 /* libiconv.dylib */,
133
+ FA4D3F4F136B07BB009D6E63 /* CoreVideo.framework */,
134
+ FA4D3F4D136B07B2009D6E63 /* CoreMedia.framework */,
135
+ FA4D3F4B136B07AB009D6E63 /* AVFoundation.framework */,
136
+ FA4D3F49136B07A6009D6E63 /* QuartzCore.framework */,
137
+ FA4D3F47136B079C009D6E63 /* UIKit.framework */,
138
+ FA4D3F45136B0793009D6E63 /* CoreGraphics.framework */,
139
+ FA4D3F43136B0789009D6E63 /* Foundation.framework */,
140
+ FA4D3F23136B05E8009D6E63 /* QuartzCore.framework */,
141
+ FA4D3F0B136AF9BD009D6E63 /* libzbar.a */,
142
+ 08FB77AEFE84172EC02AAC07 /* Classes */,
143
+ 32C88DFF0371C24200C91783 /* Other Sources */,
144
+ 0867D69AFE84028FC02AAC07 /* Frameworks */,
145
+ 034768DFFF38A50411DB9C8B /* Products */,
146
+ );
147
+ name = Barcode;
148
+ sourceTree = "<group>";
149
+ };
150
+ 0867D69AFE84028FC02AAC07 /* Frameworks */ = {
151
+ isa = PBXGroup;
152
+ children = (
153
+ );
154
+ name = Frameworks;
155
+ sourceTree = "<group>";
156
+ };
157
+ 08FB77AEFE84172EC02AAC07 /* Classes */ = {
158
+ isa = PBXGroup;
159
+ children = (
160
+ FAA839301455F7210002F4E6 /* BarcodeCallbackHelper.h */,
161
+ FAA839311455F7210002F4E6 /* BarcodeCallbackHelper.mm */,
162
+ FAA8388E1455B1F60002F4E6 /* BarcodeViewController.h */,
163
+ FAA8388F1455B1F60002F4E6 /* BarcodeViewController.m */,
164
+ FAA838831455B0BA0002F4E6 /* BarcodeViewFactory.h */,
165
+ FAA838841455B0BA0002F4E6 /* BarcodeViewFactory.mm */,
166
+ FAA838851455B0BA0002F4E6 /* BarcodeViewFactoryRegister.mm */,
167
+ FAA838861455B0BA0002F4E6 /* BarcodeViewManager.h */,
168
+ FAA838871455B0BA0002F4E6 /* BarcodeViewManager.mm */,
169
+ FA4D3F0E136AFA94009D6E63 /* barcode.m */,
170
+ FAAE06AA11EF4F02001787D8 /* ImageProvider.cpp */,
171
+ FAAE06AB11EF4F02001787D8 /* ImageProvider.h */,
172
+ FAAE06AC11EF4F02001787D8 /* ImageProvider.mm */,
173
+ );
174
+ name = Classes;
175
+ sourceTree = "<group>";
176
+ };
177
+ 32C88DFF0371C24200C91783 /* Other Sources */ = {
178
+ isa = PBXGroup;
179
+ children = (
180
+ AA747D9E0F9514B9006C5449 /* Barcode_Prefix.pch */,
181
+ );
182
+ name = "Other Sources";
183
+ sourceTree = "<group>";
184
+ };
185
+ FA21F9F0170658620061F9DC /* CommonAPI */ = {
186
+ isa = PBXGroup;
187
+ children = (
188
+ FA21F9F31706588F0061F9DC /* shared */,
189
+ FA21F9F21706587C0061F9DC /* impl */,
190
+ FA21F9F11706586F0061F9DC /* generated */,
191
+ );
192
+ name = CommonAPI;
193
+ sourceTree = "<group>";
194
+ };
195
+ FA21F9F11706586F0061F9DC /* generated */ = {
196
+ isa = PBXGroup;
197
+ children = (
198
+ FA21FA09170659090061F9DC /* IBarcode.h */,
199
+ FA21F9F6170658A50061F9DC /* ruby */,
200
+ FA21F9F51706589E0061F9DC /* javascript */,
201
+ FA21F9F4170658960061F9DC /* base_impl */,
202
+ );
203
+ name = generated;
204
+ sourceTree = "<group>";
205
+ };
206
+ FA21F9F21706587C0061F9DC /* impl */ = {
207
+ isa = PBXGroup;
208
+ children = (
209
+ FAD38B2B1720615100C8E560 /* BarcodeFactory.h */,
210
+ FAD38B2C1720615100C8E560 /* BarcodeFactory.m */,
211
+ FA21F9FD170658FA0061F9DC /* Barcode.h */,
212
+ FA21F9FE170658FA0061F9DC /* Barcode.m */,
213
+ FA21F9FF170658FA0061F9DC /* BarcodeFactorySingleton.m */,
214
+ FA21FA00170658FA0061F9DC /* BarcodeSetup.m */,
215
+ FA21FA01170658FA0061F9DC /* BarcodeSingleton.h */,
216
+ FA21FA02170658FA0061F9DC /* BarcodeSingleton.m */,
217
+ );
218
+ name = impl;
219
+ sourceTree = "<group>";
220
+ };
221
+ FA21F9F31706588F0061F9DC /* shared */ = {
222
+ isa = PBXGroup;
223
+ children = (
224
+ FA21F9F7170658EE0061F9DC /* barcode_api_init.cpp */,
225
+ FA21F9F8170658EE0061F9DC /* barcode_js_api.cpp */,
226
+ FA21F9F9170658EE0061F9DC /* barcode_ruby_api.c */,
227
+ );
228
+ name = shared;
229
+ sourceTree = "<group>";
230
+ };
231
+ FA21F9F4170658960061F9DC /* base_impl */ = {
232
+ isa = PBXGroup;
233
+ children = (
234
+ FA21FA0B1706591A0061F9DC /* BarcodeBase.h */,
235
+ FA21FA0C1706591A0061F9DC /* BarcodeBase.m */,
236
+ FA21FA0D1706591A0061F9DC /* BarcodeFactoryBase.h */,
237
+ FA21FA0E1706591A0061F9DC /* BarcodeFactoryBase.m */,
238
+ FA21FA0F1706591A0061F9DC /* BarcodeSingletonBase.h */,
239
+ FA21FA101706591A0061F9DC /* BarcodeSingletonBase.m */,
240
+ );
241
+ name = base_impl;
242
+ sourceTree = "<group>";
243
+ };
244
+ FA21F9F51706589E0061F9DC /* javascript */ = {
245
+ isa = PBXGroup;
246
+ children = (
247
+ FA21FA19170659370061F9DC /* barcode_js_wrap.mm */,
248
+ );
249
+ name = javascript;
250
+ sourceTree = "<group>";
251
+ };
252
+ FA21F9F6170658A50061F9DC /* ruby */ = {
253
+ isa = PBXGroup;
254
+ children = (
255
+ FA21FA171706592E0061F9DC /* barcode_ruby_wrap.m */,
256
+ );
257
+ name = ruby;
258
+ sourceTree = "<group>";
259
+ };
260
+ /* End PBXGroup section */
261
+
262
+ /* Begin PBXHeadersBuildPhase section */
263
+ D2AAC07A0554694100DB518D /* Headers */ = {
264
+ isa = PBXHeadersBuildPhase;
265
+ buildActionMask = 2147483647;
266
+ files = (
267
+ AA747D9F0F9514B9006C5449 /* Barcode_Prefix.pch in Headers */,
268
+ FAAE06AE11EF4F02001787D8 /* ImageProvider.h in Headers */,
269
+ FAA838881455B0BA0002F4E6 /* BarcodeViewFactory.h in Headers */,
270
+ FAA8388B1455B0BA0002F4E6 /* BarcodeViewManager.h in Headers */,
271
+ FAA838901455B1F60002F4E6 /* BarcodeViewController.h in Headers */,
272
+ FA21FA03170658FA0061F9DC /* Barcode.h in Headers */,
273
+ FA21FA07170658FA0061F9DC /* BarcodeSingleton.h in Headers */,
274
+ FA21FA0A170659090061F9DC /* IBarcode.h in Headers */,
275
+ FA21FA111706591A0061F9DC /* BarcodeBase.h in Headers */,
276
+ FA21FA131706591A0061F9DC /* BarcodeFactoryBase.h in Headers */,
277
+ FA21FA151706591A0061F9DC /* BarcodeSingletonBase.h in Headers */,
278
+ FA21FA1B17065D5E0061F9DC /* BarcodeCallbackHelper.h in Headers */,
279
+ FAD38B2D1720615100C8E560 /* BarcodeFactory.h in Headers */,
280
+ );
281
+ runOnlyForDeploymentPostprocessing = 0;
282
+ };
283
+ /* End PBXHeadersBuildPhase section */
284
+
285
+ /* Begin PBXNativeTarget section */
286
+ D2AAC07D0554694100DB518D /* Barcode */ = {
287
+ isa = PBXNativeTarget;
288
+ buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Barcode" */;
289
+ buildPhases = (
290
+ D2AAC07A0554694100DB518D /* Headers */,
291
+ D2AAC07B0554694100DB518D /* Sources */,
292
+ D2AAC07C0554694100DB518D /* Frameworks */,
293
+ );
294
+ buildRules = (
295
+ );
296
+ dependencies = (
297
+ );
298
+ name = Barcode;
299
+ productName = Barcode;
300
+ productReference = D2AAC07E0554694100DB518D /* libBarcode.a */;
301
+ productType = "com.apple.product-type.library.static";
302
+ };
303
+ /* End PBXNativeTarget section */
304
+
305
+ /* Begin PBXProject section */
306
+ 0867D690FE84028FC02AAC07 /* Project object */ = {
307
+ isa = PBXProject;
308
+ attributes = {
309
+ };
310
+ buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Barcode" */;
311
+ compatibilityVersion = "Xcode 3.1";
312
+ developmentRegion = English;
313
+ hasScannedForEncodings = 1;
314
+ knownRegions = (
315
+ English,
316
+ Japanese,
317
+ French,
318
+ German,
319
+ );
320
+ mainGroup = 0867D691FE84028FC02AAC07 /* Barcode */;
321
+ productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
322
+ projectDirPath = "";
323
+ projectRoot = "";
324
+ targets = (
325
+ D2AAC07D0554694100DB518D /* Barcode */,
326
+ );
327
+ };
328
+ /* End PBXProject section */
329
+
330
+ /* Begin PBXSourcesBuildPhase section */
331
+ D2AAC07B0554694100DB518D /* Sources */ = {
332
+ isa = PBXSourcesBuildPhase;
333
+ buildActionMask = 2147483647;
334
+ files = (
335
+ FAAE06AD11EF4F02001787D8 /* ImageProvider.cpp in Sources */,
336
+ FAAE06AF11EF4F02001787D8 /* ImageProvider.mm in Sources */,
337
+ FAA838891455B0BA0002F4E6 /* BarcodeViewFactory.mm in Sources */,
338
+ FAA8388A1455B0BA0002F4E6 /* BarcodeViewFactoryRegister.mm in Sources */,
339
+ FAA8388C1455B0BA0002F4E6 /* BarcodeViewManager.mm in Sources */,
340
+ FAA838911455B1F60002F4E6 /* BarcodeViewController.m in Sources */,
341
+ FA21F9FA170658EE0061F9DC /* barcode_api_init.cpp in Sources */,
342
+ FA21F9FB170658EE0061F9DC /* barcode_js_api.cpp in Sources */,
343
+ FA21F9FC170658EE0061F9DC /* barcode_ruby_api.c in Sources */,
344
+ FA21FA04170658FA0061F9DC /* Barcode.m in Sources */,
345
+ FA21FA05170658FA0061F9DC /* BarcodeFactorySingleton.m in Sources */,
346
+ FA21FA06170658FA0061F9DC /* BarcodeSetup.m in Sources */,
347
+ FA21FA08170658FA0061F9DC /* BarcodeSingleton.m in Sources */,
348
+ FA21FA121706591A0061F9DC /* BarcodeBase.m in Sources */,
349
+ FA21FA141706591A0061F9DC /* BarcodeFactoryBase.m in Sources */,
350
+ FA21FA161706591A0061F9DC /* BarcodeSingletonBase.m in Sources */,
351
+ FA21FA181706592E0061F9DC /* barcode_ruby_wrap.m in Sources */,
352
+ FA21FA1A170659370061F9DC /* barcode_js_wrap.mm in Sources */,
353
+ FA21FA1C17065D610061F9DC /* BarcodeCallbackHelper.mm in Sources */,
354
+ FAD38B2E1720615100C8E560 /* BarcodeFactory.m in Sources */,
355
+ );
356
+ runOnlyForDeploymentPostprocessing = 0;
357
+ };
358
+ /* End PBXSourcesBuildPhase section */
359
+
360
+ /* Begin XCBuildConfiguration section */
361
+ 1DEB921F08733DC00010E9CD /* Debug */ = {
362
+ isa = XCBuildConfiguration;
363
+ buildSettings = {
364
+ ALWAYS_SEARCH_USER_PATHS = NO;
365
+ COPY_PHASE_STRIP = NO;
366
+ DSTROOT = /tmp/Barcode.dst;
367
+ FRAMEWORK_SEARCH_PATHS = (
368
+ "$(inherited)",
369
+ "\"$(SRCROOT)\"",
370
+ );
371
+ GCC_DYNAMIC_NO_PIC = NO;
372
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
373
+ GCC_MODEL_TUNING = G5;
374
+ GCC_OPTIMIZATION_LEVEL = 0;
375
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
376
+ GCC_PREFIX_HEADER = Barcode_Prefix.pch;
377
+ HEADER_SEARCH_PATHS = (
378
+ "$(RHO_ROOT)/platform/shared/common",
379
+ "$(RHO_ROOT)/platform/shared/rubyext",
380
+ "$(RHO_ROOT)/platform/shared/ruby/include",
381
+ "$(RHO_ROOT)/platform/shared/ruby/iphone",
382
+ "$(RHO_ROOT)/platform/shared",
383
+ ZBarSDK/Headers/ZBarSDK,
384
+ ZBarSDK/Headers/ZBarSDK/zbar,
385
+ /Users/MOHUS/rhodes/platform/shared/common,
386
+ /Users/MOHUS/rhodes/platform/shared/rubyext,
387
+ /Users/MOHUS/rhodes/platform/shared/ruby/include,
388
+ /Users/MOHUS/rhodes/platform/shared/ruby/iphone,
389
+ /Users/MOHUS/rhodes/platform/shared,
390
+ );
391
+ INSTALL_PATH = /usr/local/lib;
392
+ IPHONEOS_DEPLOYMENT_TARGET = 3.0;
393
+ LIBRARY_SEARCH_PATHS = (
394
+ "$(inherited)",
395
+ "\"$(SRCROOT)/ZBarSDK\"",
396
+ );
397
+ MACOSX_DEPLOYMENT_TARGET = 10.5;
398
+ OTHER_LDFLAGS = "-liconv";
399
+ PRODUCT_NAME = Barcode;
400
+ SDKROOT = iphoneos;
401
+ };
402
+ name = Debug;
403
+ };
404
+ 1DEB922008733DC00010E9CD /* Release */ = {
405
+ isa = XCBuildConfiguration;
406
+ buildSettings = {
407
+ ALWAYS_SEARCH_USER_PATHS = NO;
408
+ DSTROOT = /tmp/Barcode.dst;
409
+ FRAMEWORK_SEARCH_PATHS = (
410
+ "$(inherited)",
411
+ "\"$(SRCROOT)\"",
412
+ );
413
+ GCC_MODEL_TUNING = G5;
414
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
415
+ GCC_PREFIX_HEADER = Barcode_Prefix.pch;
416
+ HEADER_SEARCH_PATHS = (
417
+ "$(RHO_ROOT)/platform/shared/common",
418
+ "$(RHO_ROOT)/platform/shared/rubyext",
419
+ "$(RHO_ROOT)/platform/shared/ruby/include",
420
+ "$(RHO_ROOT)/platform/shared/ruby/iphone",
421
+ "$(RHO_ROOT)/platform/shared",
422
+ ZBarSDK/Headers/ZBarSDK,
423
+ ZBarSDK/Headers/ZBarSDK/zbar,
424
+ /Users/MOHUS/rhodes/platform/shared/common,
425
+ /Users/MOHUS/rhodes/platform/shared/rubyext,
426
+ /Users/MOHUS/rhodes/platform/shared/ruby/include,
427
+ /Users/MOHUS/rhodes/platform/shared/ruby/iphone,
428
+ /Users/MOHUS/rhodes/platform/shared,
429
+ );
430
+ INSTALL_PATH = /usr/local/lib;
431
+ IPHONEOS_DEPLOYMENT_TARGET = 3.0;
432
+ LIBRARY_SEARCH_PATHS = (
433
+ "$(inherited)",
434
+ "\"$(SRCROOT)/ZBarSDK\"",
435
+ );
436
+ MACOSX_DEPLOYMENT_TARGET = 10.5;
437
+ OTHER_LDFLAGS = "-liconv";
438
+ PRODUCT_NAME = Barcode;
439
+ SDKROOT = iphoneos;
440
+ };
441
+ name = Release;
442
+ };
443
+ 1DEB922308733DC00010E9CD /* Debug */ = {
444
+ isa = XCBuildConfiguration;
445
+ buildSettings = {
446
+ GCC_C_LANGUAGE_STANDARD = c99;
447
+ GCC_OPTIMIZATION_LEVEL = 0;
448
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
449
+ GCC_WARN_UNUSED_VARIABLE = YES;
450
+ HEADER_SEARCH_PATHS = (
451
+ "$(RHO_ROOT)/platform/shared/common",
452
+ "$(RHO_ROOT)/platform/shared/rubyext",
453
+ "$(RHO_ROOT)/platform/shared/ruby/include",
454
+ "$(RHO_ROOT)/platform/shared/ruby/iphone",
455
+ "$(RHO_ROOT)/platform/shared",
456
+ ZBarSDK/Headers/ZBarSDK,
457
+ ZBarSDK/Headers/ZBarSDK/zbar,
458
+ /Users/MOHUS/rhodes/platform/shared/common,
459
+ /Users/MOHUS/rhodes/platform/shared/rubyext,
460
+ /Users/MOHUS/rhodes/platform/shared/ruby/include,
461
+ /Users/MOHUS/rhodes/platform/shared/ruby/iphone,
462
+ /Users/MOHUS/rhodes/platform/shared,
463
+ );
464
+ IPHONEOS_DEPLOYMENT_TARGET = 3.0;
465
+ ONLY_ACTIVE_ARCH = NO;
466
+ PREBINDING = NO;
467
+ SDKROOT = iphoneos;
468
+ STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
469
+ };
470
+ name = Debug;
471
+ };
472
+ 1DEB922408733DC00010E9CD /* Release */ = {
473
+ isa = XCBuildConfiguration;
474
+ buildSettings = {
475
+ GCC_C_LANGUAGE_STANDARD = c99;
476
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
477
+ GCC_WARN_UNUSED_VARIABLE = YES;
478
+ HEADER_SEARCH_PATHS = (
479
+ "$(RHO_ROOT)/platform/shared/common",
480
+ "$(RHO_ROOT)/platform/shared/rubyext",
481
+ "$(RHO_ROOT)/platform/shared/ruby/include",
482
+ "$(RHO_ROOT)/platform/shared/ruby/iphone",
483
+ "$(RHO_ROOT)/platform/shared",
484
+ ZBarSDK/Headers/ZBarSDK,
485
+ ZBarSDK/Headers/ZBarSDK/zbar,
486
+ /Users/MOHUS/rhodes/platform/shared/common,
487
+ /Users/MOHUS/rhodes/platform/shared/rubyext,
488
+ /Users/MOHUS/rhodes/platform/shared/ruby/include,
489
+ /Users/MOHUS/rhodes/platform/shared/ruby/iphone,
490
+ /Users/MOHUS/rhodes/platform/shared,
491
+ );
492
+ IPHONEOS_DEPLOYMENT_TARGET = 3.0;
493
+ ONLY_ACTIVE_ARCH = NO;
494
+ PREBINDING = NO;
495
+ SDKROOT = iphoneos;
496
+ STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
497
+ };
498
+ name = Release;
499
+ };
500
+ /* End XCBuildConfiguration section */
501
+
502
+ /* Begin XCConfigurationList section */
503
+ 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Barcode" */ = {
504
+ isa = XCConfigurationList;
505
+ buildConfigurations = (
506
+ 1DEB921F08733DC00010E9CD /* Debug */,
507
+ 1DEB922008733DC00010E9CD /* Release */,
508
+ );
509
+ defaultConfigurationIsVisible = 0;
510
+ defaultConfigurationName = Release;
511
+ };
512
+ 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Barcode" */ = {
513
+ isa = XCConfigurationList;
514
+ buildConfigurations = (
515
+ 1DEB922308733DC00010E9CD /* Debug */,
516
+ 1DEB922408733DC00010E9CD /* Release */,
517
+ );
518
+ defaultConfigurationIsVisible = 0;
519
+ defaultConfigurationName = Release;
520
+ };
521
+ /* End XCConfigurationList section */
522
+ };
523
+ rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
524
+ }