Skip to content

Commit a808a72

Browse files
committed
Updated projects to SDK v5.5
1 parent 496112a commit a808a72

5 files changed

Lines changed: 6 additions & 10 deletions

File tree

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'
10-
pod 'DocumentReaderFullRFID'
9+
pod 'DocumentReader', '5.5.1899'
10+
pod 'DocumentReaderFullRFID', '5.5.4239'
1111
end

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,11 @@
271271
inputPaths = (
272272
"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullObjectiveC-sample/Pods-DocumentReaderFullObjectiveC-sample-frameworks.sh",
273273
"${PODS_ROOT}/DocumentReader/DocumentReader.framework",
274-
"${PODS_ROOT}/DocumentReader/DocumentReader.framework.dSYM",
275274
"${PODS_ROOT}/DocumentReaderFullRFID/DocumentReaderCore.framework",
276275
);
277276
name = "[CP] Embed Pods Frameworks";
278277
outputPaths = (
279278
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReader.framework",
280-
"${DWARF_DSYM_FOLDER_PATH}/DocumentReader.framework.dSYM",
281279
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReaderCore.framework",
282280
);
283281
runOnlyForDeploymentPostprocessing = 0;
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-
pod 'DocumentReaderFullRFID'
4+
pod 'DocumentReader', '5.5.1899'
5+
pod 'DocumentReaderFullRFID', '5.5.4239'
66
end

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,11 @@
242242
inputPaths = (
243243
"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullSwift-sample/Pods-DocumentReaderFullSwift-sample-frameworks.sh",
244244
"${PODS_ROOT}/DocumentReader/DocumentReader.framework",
245-
"${PODS_ROOT}/DocumentReader/DocumentReader.framework.dSYM",
246245
"${PODS_ROOT}/DocumentReaderFullRFID/DocumentReaderCore.framework",
247246
);
248247
name = "[CP] Embed Pods Frameworks";
249248
outputPaths = (
250249
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReader.framework",
251-
"${DWARF_DSYM_FOLDER_PATH}/DocumentReader.framework.dSYM",
252250
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReaderCore.framework",
253251
);
254252
runOnlyForDeploymentPostprocessing = 0;

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'
6-
pod 'DocumentReaderFullRFID'
5+
pod 'DocumentReader', '5.5.1899'
6+
pod 'DocumentReaderFullRFID', '5.5.4239'
77
end

0 commit comments

Comments
 (0)