File tree Expand file tree Collapse file tree
Advanced/DocumentReader-Swift
DocumentReader-Swift.xcodeproj
DocumentReaderObjectiveC-sample
DocumentReaderObjectiveC-sample.xcodeproj
DocumentReaderSwift-sample
DocumentReaderSwift-sample.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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";
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";
Original file line number Diff line number Diff 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 '
1111end
Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change 11platform :ios , '9.0'
22
33target '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 '
66end
Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ platform :ios, '9.0'
22
33target '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 '
77end
You can’t perform that action at this time.
0 commit comments