Sha256: 7154ff7c1d1206ef4feac2b4589e6372b3d9b3355cefd4700121463377b0d1b2
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
require 'bubble-wrap/loader' BubbleWrap.require_ios("camera") do BubbleWrap.require('motion/util/constants.rb') BubbleWrap.require('motion/core/device.rb') BubbleWrap.require('motion/core/device/*.rb') BubbleWrap.require('motion/core/device/ios/*.rb') do file('motion/core/device/ios/camera_wrapper.rb').depends_on 'motion/core/device/ios/camera.rb' file('motion/core/device/ios/camera.rb').depends_on ['motion/core/ios/device.rb', 'motion/util/constants.rb'] file('motion/core/device/ios/camera.rb').uses_framework 'MobileCoreServices' file('motion/core/device/ios/screen.rb').depends_on 'motion/core/ios/device.rb' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bubble-wrap-1.9.7 | lib/bubble-wrap/camera.rb |