Skip to content

Commit 17374be

Browse files
author
Kirill Makankov
committed
Forgot to remove framework from dynamic linking section of test project.
1 parent cbb3f49 commit 17374be

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

TestsProject/TestsProject.xcodeproj/project.pbxproj

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@
2828
732C54761A514DA6000322DA /* InitializationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 732C54751A514DA5000322DA /* InitializationTests.m */; };
2929
732C54791A5288CC000322DA /* Defaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 732C54781A5288CC000322DA /* Defaults.m */; };
3030
736EFF271A5882730031B432 /* tessdata-rus in Resources */ = {isa = PBXBuildFile; fileRef = 736EFF231A5872CA0031B432 /* tessdata-rus */; };
31-
73BE4C091A598F47002C15F1 /* TesseractOCR.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73C0A7BC1A59561F00D823D4 /* TesseractOCR.framework */; };
32-
73BE4C0A1A598F47002C15F1 /* TesseractOCR.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 73C0A7BC1A59561F00D823D4 /* TesseractOCR.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3331
73BE4C311A5B404C002C15F1 /* well_scaned_page.hOCR in Resources */ = {isa = PBXBuildFile; fileRef = 73BE4C301A5B404C002C15F1 /* well_scaned_page.hOCR */; };
3432
73BE4C351A5BD324002C15F1 /* image_sample.hOCR in Resources */ = {isa = PBXBuildFile; fileRef = 73BE4C341A5BD324002C15F1 /* image_sample.hOCR */; };
33+
73BE4C441A5DADDD002C15F1 /* TesseractOCR.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73BE4C431A5DADDD002C15F1 /* TesseractOCR.framework */; };
3534
8FA2F9CE23919BEC8C64A5EA /* libPods-TestsProjectTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD3C116A45C293ADAC81D1B /* libPods-TestsProjectTests.a */; };
3635
/* End PBXBuildFile section */
3736

@@ -45,20 +44,6 @@
4544
};
4645
/* End PBXContainerItemProxy section */
4746

48-
/* Begin PBXCopyFilesBuildPhase section */
49-
73BE4C0B1A598F47002C15F1 /* Embed Frameworks */ = {
50-
isa = PBXCopyFilesBuildPhase;
51-
buildActionMask = 2147483647;
52-
dstPath = "";
53-
dstSubfolderSpec = 10;
54-
files = (
55-
73BE4C0A1A598F47002C15F1 /* TesseractOCR.framework in Embed Frameworks */,
56-
);
57-
name = "Embed Frameworks";
58-
runOnlyForDeploymentPostprocessing = 0;
59-
};
60-
/* End PBXCopyFilesBuildPhase section */
61-
6247
/* Begin PBXFileReference section */
6348
0AFE52DB6EB8A535E8FC8DF5 /* Pods-TestsProjectTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsProjectTests.release.xcconfig"; path = "../Pods/Target Support Files/Pods-TestsProjectTests/Pods-TestsProjectTests.release.xcconfig"; sourceTree = "<group>"; };
6449
36B555C7AA77E5D05A50F31C /* Pods-TestsProjectTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsProjectTests.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-TestsProjectTests/Pods-TestsProjectTests.debug.xcconfig"; sourceTree = "<group>"; };
@@ -95,6 +80,7 @@
9580
736EFF231A5872CA0031B432 /* tessdata-rus */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "tessdata-rus"; path = "TestsProjectTests/tessdata-rus"; sourceTree = SOURCE_ROOT; };
9681
73BE4C301A5B404C002C15F1 /* well_scaned_page.hOCR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = well_scaned_page.hOCR; sourceTree = "<group>"; };
9782
73BE4C341A5BD324002C15F1 /* image_sample.hOCR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = image_sample.hOCR; sourceTree = "<group>"; };
83+
73BE4C431A5DADDD002C15F1 /* TesseractOCR.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TesseractOCR.framework; path = "../build/Debug-iphoneos/TesseractOCR.framework"; sourceTree = "<group>"; };
9884
73C0A7BC1A59561F00D823D4 /* TesseractOCR.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = TesseractOCR.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9985
/* End PBXFileReference section */
10086

@@ -103,10 +89,10 @@
10389
isa = PBXFrameworksBuildPhase;
10490
buildActionMask = 2147483647;
10591
files = (
92+
73BE4C441A5DADDD002C15F1 /* TesseractOCR.framework in Frameworks */,
10693
41184B4D1A3EFA93007F5923 /* libstdc++.6.0.9.dylib in Frameworks */,
10794
41184B511A3EFAA8007F5923 /* CoreGraphics.framework in Frameworks */,
10895
41184B4F1A3EFA9B007F5923 /* Foundation.framework in Frameworks */,
109-
73BE4C091A598F47002C15F1 /* TesseractOCR.framework in Frameworks */,
11096
41184B4B1A3EFA8B007F5923 /* UIKit.framework in Frameworks */,
11197
);
11298
runOnlyForDeploymentPostprocessing = 0;
@@ -195,6 +181,7 @@
195181
41184B541A3EFAB9007F5923 /* Frameworks */ = {
196182
isa = PBXGroup;
197183
children = (
184+
73BE4C431A5DADDD002C15F1 /* TesseractOCR.framework */,
198185
73C0A7BC1A59561F00D823D4 /* TesseractOCR.framework */,
199186
41184B501A3EFAA8007F5923 /* CoreGraphics.framework */,
200187
41184B4E1A3EFA9B007F5923 /* Foundation.framework */,
@@ -238,7 +225,6 @@
238225
4115B9571A3EF8E90004EC0A /* Sources */,
239226
4115B9581A3EF8E90004EC0A /* Frameworks */,
240227
4115B9591A3EF8E90004EC0A /* Resources */,
241-
73BE4C0B1A598F47002C15F1 /* Embed Frameworks */,
242228
);
243229
buildRules = (
244230
);

0 commit comments

Comments
 (0)