Skip to content

Commit 86e9b03

Browse files
Merge pull request #47 from regulaforensics/versions
Updated Podfiles
2 parents 6c24cf6 + 5b0d0fc commit 86e9b03

4 files changed

Lines changed: 19 additions & 17 deletions

File tree

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Uncomment the next line to define a global platform for your project
1+
# frozen_string_literal: true
2+
23
platform :ios, '11.0'
4+
use_frameworks!
35

46
target 'DocumentReader-Swift' do
5-
# Comment the next line if you don't want to use dynamic frameworks
6-
use_frameworks!
7-
8-
# Pods for DocumentReader-Swift
9-
pod 'DocumentReader', '6.1.2358'
10-
pod 'DocumentReaderFullRFID', '6.1.5791'
7+
pod 'DocumentReader', '~> 6.1'
8+
pod 'DocumentReaderFullRFID', '~> 6.1'
119
end

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24+
02BB034E2D0662CFDA8DA451 /* libPods-DocumentReaderFullObjectiveC-sample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0613ACA4FD287365F58AE34 /* libPods-DocumentReaderFullObjectiveC-sample.a */; };
2425
0A5D527A24C5C75000DF4F1E /* RGRecognizeImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A5D527924C5C75000DF4F1E /* RGRecognizeImageViewController.m */; };
2526
0A5D527D24C5C7D600DF4F1E /* RGPreviewView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A5D527C24C5C7D600DF4F1E /* RGPreviewView.m */; };
2627
0AA218E62060411D0083997B /* regula.license in Resources */ = {isa = PBXBuildFile; fileRef = 0AA218DF2060411D0083997B /* regula.license */; };
@@ -30,7 +31,6 @@
3031
0AFFDE63205FDCF10012DEAB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0AFFDDDD205FD98C0012DEAB /* LaunchScreen.storyboard */; };
3132
0AFFDE64205FDCF10012DEAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0AFFDDDB205FD98C0012DEAB /* Assets.xcassets */; };
3233
0AFFDE65205FDCF10012DEAB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0AFFDDD8205FD98C0012DEAB /* Main.storyboard */; };
33-
7A92B1C8F17ED97AADCAB209 /* libPods-DocumentReaderFullObjectiveC-sample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40F10989623AA6A09BFF6A86 /* libPods-DocumentReaderFullObjectiveC-sample.a */; };
3434
/* End PBXBuildFile section */
3535

3636
/* Begin PBXFileReference section */
@@ -53,7 +53,6 @@
5353
1D276032631204FE2EA56B2B /* Pods-DocumentReaderBarcodeObjectiveC-sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReaderBarcodeObjectiveC-sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DocumentReaderBarcodeObjectiveC-sample/Pods-DocumentReaderBarcodeObjectiveC-sample.debug.xcconfig"; sourceTree = "<group>"; };
5454
2714E5973EB27DEB86F86081 /* Pods-DocumentReaderMRZObjectiveC-sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReaderMRZObjectiveC-sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DocumentReaderMRZObjectiveC-sample/Pods-DocumentReaderMRZObjectiveC-sample.debug.xcconfig"; sourceTree = "<group>"; };
5555
3B4B0DFC909EE27718EA3A60 /* libPods-DocumentReaderCoreObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderCoreObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
56-
40F10989623AA6A09BFF6A86 /* libPods-DocumentReaderFullObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderFullObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5756
45B6D84EC9E99D1EB283C773 /* Pods-DocumentReaderCoreObjectiveC-sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReaderCoreObjectiveC-sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-DocumentReaderCoreObjectiveC-sample/Pods-DocumentReaderCoreObjectiveC-sample.release.xcconfig"; sourceTree = "<group>"; };
5857
4A5D22872B78992982BD4788 /* Pods-DocumentReaderBarcodeObjectiveC-sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReaderBarcodeObjectiveC-sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-DocumentReaderBarcodeObjectiveC-sample/Pods-DocumentReaderBarcodeObjectiveC-sample.release.xcconfig"; sourceTree = "<group>"; };
5958
4D32FF1D6E6A336275EECF57 /* Pods-DocumentReaderBoundsObjectiveC-sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReaderBoundsObjectiveC-sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-DocumentReaderBoundsObjectiveC-sample/Pods-DocumentReaderBoundsObjectiveC-sample.release.xcconfig"; sourceTree = "<group>"; };
@@ -65,6 +64,7 @@
6564
C6B83B8C94FF5D77E28E5DC1 /* libPods-DocumentReaderOCRObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderOCRObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6665
CC55F3DC1D535546B6850ACF /* libPods-DocumentReaderBoundsObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderBoundsObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6766
CCA813EF702785B67915BA57 /* libPods-DocumentReaderMRZBarcodeObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderMRZBarcodeObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
67+
D0613ACA4FD287365F58AE34 /* libPods-DocumentReaderFullObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderFullObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6868
DA9F574081C3D02F05908C34 /* Pods-DocumentReaderFullObjectiveC-sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReaderFullObjectiveC-sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-DocumentReaderFullObjectiveC-sample/Pods-DocumentReaderFullObjectiveC-sample.release.xcconfig"; sourceTree = "<group>"; };
6969
DCB49E522FC6D46324E2A3DF /* libPods-DocumentReaderMRZObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderMRZObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7070
E3F2F09F708F81B3945FC721 /* libPods-DocumentReaderBarcodeObjectiveC-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReaderBarcodeObjectiveC-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -77,7 +77,7 @@
7777
isa = PBXFrameworksBuildPhase;
7878
buildActionMask = 2147483647;
7979
files = (
80-
7A92B1C8F17ED97AADCAB209 /* libPods-DocumentReaderFullObjectiveC-sample.a in Frameworks */,
80+
02BB034E2D0662CFDA8DA451 /* libPods-DocumentReaderFullObjectiveC-sample.a in Frameworks */,
8181
);
8282
runOnlyForDeploymentPostprocessing = 0;
8383
};
@@ -150,10 +150,10 @@
150150
E3F2F09F708F81B3945FC721 /* libPods-DocumentReaderBarcodeObjectiveC-sample.a */,
151151
CC55F3DC1D535546B6850ACF /* libPods-DocumentReaderBoundsObjectiveC-sample.a */,
152152
3B4B0DFC909EE27718EA3A60 /* libPods-DocumentReaderCoreObjectiveC-sample.a */,
153-
40F10989623AA6A09BFF6A86 /* libPods-DocumentReaderFullObjectiveC-sample.a */,
154153
CCA813EF702785B67915BA57 /* libPods-DocumentReaderMRZBarcodeObjectiveC-sample.a */,
155154
DCB49E522FC6D46324E2A3DF /* libPods-DocumentReaderMRZObjectiveC-sample.a */,
156155
C6B83B8C94FF5D77E28E5DC1 /* libPods-DocumentReaderOCRObjectiveC-sample.a */,
156+
D0613ACA4FD287365F58AE34 /* libPods-DocumentReaderFullObjectiveC-sample.a */,
157157
);
158158
name = Frameworks;
159159
sourceTree = "<group>";
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# frozen_string_literal: true
2+
13
platform :ios, '11.0'
24

35
target 'DocumentReaderFullObjectiveC-sample' do
4-
pod 'DocumentReader', '6.1.2358'
5-
pod 'DocumentReaderFullRFID', '6.1.5791'
6-
end
6+
pod 'DocumentReader', '~> 6.1'
7+
pod 'DocumentReaderFullRFID', '~> 6.1'
8+
end
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# frozen_string_literal: true
2+
13
platform :ios, '11.0'
4+
use_frameworks!
25

36
target 'DocumentReaderFullSwift-sample' do
4-
use_frameworks!
5-
pod 'DocumentReader', '6.1.2358'
6-
pod 'DocumentReaderFullRFID', '6.1.5791'
7+
pod 'DocumentReader', '~> 6.1'
8+
pod 'DocumentReaderFullRFID', '~> 6.1'
79
end

0 commit comments

Comments
 (0)