File tree Expand file tree Collapse file tree
Advanced/DocumentReader-Swift
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 @@ -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'
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_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;
Original file line number Diff line number Diff line change 11platform :ios , '9.0'
22
33target 'DocumentReaderFullObjectiveC-sample' do
4- pod 'DocumentReader'
5- pod 'DocumentReaderFullRFID'
4+ pod 'DocumentReader' , '5.5.1899'
5+ pod 'DocumentReaderFullRFID' , '5.5.4239'
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_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;
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'
6- pod 'DocumentReaderFullRFID'
5+ pod 'DocumentReader' , '5.5.1899'
6+ pod 'DocumentReaderFullRFID' , '5.5.4239'
77end
You can’t perform that action at this time.
0 commit comments