Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 142ae43

Browse files
committed
Fixed Umbrella headers
1 parent 925f2ff commit 142ae43

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

IRLDocumentScanner.framework.zip

0 Bytes
Binary file not shown.

IRLDocumentScanner.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
8287E6FA1FD01398005B4668 /* IRLDocumentScanner.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6EF1FD01398005B4668 /* IRLDocumentScanner.h */; };
11-
8287E6FB1FD01398005B4668 /* IRLScannerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F11FD01398005B4668 /* IRLScannerViewController.h */; };
10+
8287E6FA1FD01398005B4668 /* IRLDocumentScanner.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6EF1FD01398005B4668 /* IRLDocumentScanner.h */; settings = {ATTRIBUTES = (Public, ); }; };
11+
8287E6FB1FD01398005B4668 /* IRLScannerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F11FD01398005B4668 /* IRLScannerViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
1212
8287E6FC1FD01398005B4668 /* IRLScannerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8287E6F21FD01398005B4668 /* IRLScannerViewController.m */; };
13-
8287E6FD1FD01398005B4668 /* CIRectangleFeature+Utilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F41FD01398005B4668 /* CIRectangleFeature+Utilities.h */; };
14-
8287E6FE1FD01398005B4668 /* IRLCameraView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F51FD01398005B4668 /* IRLCameraView.h */; };
13+
8287E6FD1FD01398005B4668 /* CIRectangleFeature+Utilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F41FD01398005B4668 /* CIRectangleFeature+Utilities.h */; settings = {ATTRIBUTES = (Private, ); }; };
14+
8287E6FE1FD01398005B4668 /* IRLCameraView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F51FD01398005B4668 /* IRLCameraView.h */; settings = {ATTRIBUTES = (Private, ); }; };
1515
8287E6FF1FD01398005B4668 /* CIImage+Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 8287E6F61FD01398005B4668 /* CIImage+Utilities.m */; };
1616
8287E7001FD01398005B4668 /* CIRectangleFeature+Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 8287E6F71FD01398005B4668 /* CIRectangleFeature+Utilities.m */; };
17-
8287E7011FD01398005B4668 /* CIImage+Utilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F81FD01398005B4668 /* CIImage+Utilities.h */; };
17+
8287E7011FD01398005B4668 /* CIImage+Utilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E6F81FD01398005B4668 /* CIImage+Utilities.h */; settings = {ATTRIBUTES = (Private, ); }; };
1818
8287E7021FD01398005B4668 /* IRLCameraView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8287E6F91FD01398005B4668 /* IRLCameraView.m */; };
1919
8287E7051FD013D2005B4668 /* IRLCameraMedia.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8287E7031FD013D2005B4668 /* IRLCameraMedia.xcassets */; };
2020
8287E7061FD013D2005B4668 /* IRLCamera.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8287E7041FD013D2005B4668 /* IRLCamera.storyboard */; };
2121
8287E7081FD13F37005B4668 /* TOCropViewController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8287E7071FD13F37005B4668 /* TOCropViewController.framework */; };
22-
8287E70A1FD13F62005B4668 /* IRLDocumentScannerFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E7091FD13F62005B4668 /* IRLDocumentScannerFramework.h */; };
22+
8287E70A1FD13F62005B4668 /* IRLDocumentScannerFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 8287E7091FD13F62005B4668 /* IRLDocumentScannerFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
2323
/* End PBXBuildFile section */
2424

2525
/* Begin PBXFileReference section */
@@ -120,12 +120,12 @@
120120
isa = PBXHeadersBuildPhase;
121121
buildActionMask = 2147483647;
122122
files = (
123+
8287E70A1FD13F62005B4668 /* IRLDocumentScannerFramework.h in Headers */,
124+
8287E6FA1FD01398005B4668 /* IRLDocumentScanner.h in Headers */,
125+
8287E6FB1FD01398005B4668 /* IRLScannerViewController.h in Headers */,
123126
8287E6FD1FD01398005B4668 /* CIRectangleFeature+Utilities.h in Headers */,
124127
8287E6FE1FD01398005B4668 /* IRLCameraView.h in Headers */,
125-
8287E6FB1FD01398005B4668 /* IRLScannerViewController.h in Headers */,
126128
8287E7011FD01398005B4668 /* CIImage+Utilities.h in Headers */,
127-
8287E6FA1FD01398005B4668 /* IRLDocumentScanner.h in Headers */,
128-
8287E70A1FD13F62005B4668 /* IRLDocumentScannerFramework.h in Headers */,
129129
);
130130
runOnlyForDeploymentPostprocessing = 0;
131131
};

0 commit comments

Comments
 (0)