Skip to content

Commit

Permalink
Updated pdf417-ios sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerovec committed Feb 27, 2017
1 parent 96d58df commit 336a125
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
18E265E11BCE565E00FF4871 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = MicroBlink;
TargetAttributes = {
18E265E81BCE565E00FF4871 = {
Expand Down Expand Up @@ -261,8 +261,10 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Expand Down Expand Up @@ -306,8 +308,10 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
5 changes: 2 additions & 3 deletions Samples/pdf417-sample/pdf417-sample/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@ - (PPCameraCoordinator *)coordinatorWithError:(NSError**)error {
/** 2. Setup the license key */

// Visit www.microblink.com to get the license key for your app
settings.licenseSettings.licenseKey = @"6LG4AVRT-QTJZSSJX-QJV6DDYB-JN664XOY-3HM5TWOZ-3HM5TWOZ-3HM5TWOZ-3HMYRH2F";

settings.licenseSettings.licenseKey = @"P4UMNYU7-I7AC2H6L-TSNPWJMK-F6TQJMGR-BBCGAQHU-Q62STGXX-TFEXOVAI-IRQBD5QE";
// License key valid temporarily until 2017-05-28


/**
* 3. Set up what is being scanned. See detailed guides for specific use cases.
* Remove undesired recognizers (added below) for optimal performance.
*/


// To specify we want to perform PDF417 recognition, initialize the PDF417 recognizer settings
PPPdf417RecognizerSettings *pdf417RecognizerSettings = [[PPPdf417RecognizerSettings alloc] init];

Expand Down

0 comments on commit 336a125

Please sign in to comment.