Skip to content

An iOS BarcodeScanner .framework library, wrapping the built-in iOS barcodescanner capabilities

Notifications You must be signed in to change notification settings

EddyVerbruggen/ios-framework-barcodescanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

A BarcodeScanner framework for iOS apps.

I'm using this wrapper framework so I could use the built-in scanning capabilities of iOS within my NativeScript BarcodeScanner plugin.

Note to self: building the framework

  • Run the target for simulator and device (disconnect the device to be sure), make sure to not only build for the active architecture
  • Right-click the file in the Products folder and open in Finder
  • In a Terminal cd to that folder, move up to the Products folder
  • Run lipo -create -output "BarcodeScannerFramework" "Debug-iphonesimulator/BarcodeScannerFramework.framework/BarcodeScannerFramework" "Debug-iphoneos/BarcodeScannerFramework.framework/BarcodeScannerFramework"
  • Use the resulting BarcodeScannerFramework file instead of the one generated inside any of the target

About

An iOS BarcodeScanner .framework library, wrapping the built-in iOS barcodescanner capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published