Code Monkey home page Code Monkey logo

barcodekit's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

barcodekit's Issues

Missing fixes from release 1.3.2

Hi @odrobnik ,
It seems that the latest release does not include all the fixes as available in the develop branch and as stated in the release notes of 1.3.2

Version 1.3.2

@odrobnik odrobnik released this on Jun 7, 2018

FIXED: Podspec didn't specify that pod is iOS compatible
FIXED: Some 9.4 warnings
FIXED: The option to suppress quiet zones caused barcodes to be shifted out of the center of the generated images.
CHANGED: Option to suppress quiet zones renamed to BCKCodeDrawingSuppressQuietZones

Announcement: https://www.cocoanetics.com/2018/06/barcodekit-1-3-2/

Can you please create a new release using Cocoapods as well?

Thanks!

SwiftPM support

Add the ability of including dependency via Swift Package Manager

1.3.1 not compatible with iOS on Cocoapods

Cocoapods Error:
[!] The platform of the target App (iOS 8.0) is not compatible with BarCodeKit (1.3.1), which does not support ios.

Cause:
Commit: 3c1c8ab
Lines 4 & 5
spec.platform = :ios
spec.platform = :osx

spec.platform is only used for specifying a single platform if you want to support mulitple platforms you need to use spec.ios.deployment_target & spec.osx.deployment_target
Doco: https://guides.cocoapods.org/syntax/podspec.html#deployment_target

Solution:

Replace with
spec.ios.deployment_target = '6.0'
spec.osx.deployment_target = '10.12'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.