Skip to content

Commit b2d2ad4

Browse files
committed
Updated SDK to v5.8
1 parent b76575e commit b2d2ad4

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

Samples/Advanced/DocumentReader-Swift/DocumentReader-Swift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
"$(inherited)",
579579
"@executable_path/Frameworks",
580580
);
581-
PRODUCT_BUNDLE_IDENTIFIER = com.regula.test.documentreader;
581+
PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
582582
PRODUCT_NAME = "$(TARGET_NAME)";
583583
SWIFT_VERSION = 5.0;
584584
TARGETED_DEVICE_FAMILY = "1,2";
@@ -599,7 +599,7 @@
599599
"$(inherited)",
600600
"@executable_path/Frameworks",
601601
);
602-
PRODUCT_BUNDLE_IDENTIFIER = com.regula.test.documentreader;
602+
PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
603603
PRODUCT_NAME = "$(TARGET_NAME)";
604604
SWIFT_VERSION = 5.0;
605605
TARGETED_DEVICE_FAMILY = "1,2";

Samples/Advanced/DocumentReader-Swift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'DocumentReader-Swift' do
66
use_frameworks!
77

88
# Pods for DocumentReader-Swift
9-
pod 'DocumentReader', '5.7.2075'
10-
pod 'DocumentReaderFullRFID', '5.7.4827'
9+
pod 'DocumentReader', '5.8.2215'
10+
pod 'DocumentReaderFullRFID', '5.8.5164'
1111
end

Samples/Basic/DocumentReaderObjectiveC-sample/DocumentReaderObjectiveC-sample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,14 @@
271271
inputPaths = (
272272
"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullObjectiveC-sample/Pods-DocumentReaderFullObjectiveC-sample-frameworks.sh",
273273
"${PODS_XCFRAMEWORKS_BUILD_DIR}/DocumentReader/DocumentReader.framework/DocumentReader",
274-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/DocumentReaderCore/DocumentReaderCore.framework/DocumentReaderCore",
274+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/DocumentReaderFullRFID/DocumentReaderCore.framework/DocumentReaderCore",
275+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/RegulaCommon/RegulaCommon.framework/RegulaCommon",
275276
);
276277
name = "[CP] Embed Pods Frameworks";
277278
outputPaths = (
278279
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReader.framework",
279280
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReaderCore.framework",
281+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RegulaCommon.framework",
280282
);
281283
runOnlyForDeploymentPostprocessing = 0;
282284
shellPath = /bin/sh;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
platform :ios, '9.0'
22

33
target 'DocumentReaderFullObjectiveC-sample' do
4-
pod 'DocumentReader', '5.7.2075'
5-
pod 'DocumentReaderFullRFID', '5.7.4827'
4+
pod 'DocumentReader', '5.8.2215'
5+
pod 'DocumentReaderFullRFID', '5.8.5164'
66
end

Samples/Basic/DocumentReaderSwift-sample/DocumentReaderSwift-sample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,14 @@
242242
inputPaths = (
243243
"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullSwift-sample/Pods-DocumentReaderFullSwift-sample-frameworks.sh",
244244
"${PODS_XCFRAMEWORKS_BUILD_DIR}/DocumentReader/DocumentReader.framework/DocumentReader",
245-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/DocumentReaderCore/DocumentReaderCore.framework/DocumentReaderCore",
245+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/DocumentReaderFullRFID/DocumentReaderCore.framework/DocumentReaderCore",
246+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/RegulaCommon/RegulaCommon.framework/RegulaCommon",
246247
);
247248
name = "[CP] Embed Pods Frameworks";
248249
outputPaths = (
249250
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReader.framework",
250251
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReaderCore.framework",
252+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RegulaCommon.framework",
251253
);
252254
runOnlyForDeploymentPostprocessing = 0;
253255
shellPath = /bin/sh;

Samples/Basic/DocumentReaderSwift-sample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ platform :ios, '9.0'
22

33
target 'DocumentReaderFullSwift-sample' do
44
use_frameworks!
5-
pod 'DocumentReader', '5.7.2075'
6-
pod 'DocumentReaderFullRFID', '5.7.4827'
5+
pod 'DocumentReader', '5.8.2215'
6+
pod 'DocumentReaderFullRFID', '5.8.5164'
77
end

0 commit comments

Comments
 (0)