Skip to content

Commit 7923876

Browse files
committed
8.8.0
1 parent 6f8765f commit 7923876

File tree

11 files changed

+0
-138
lines changed

11 files changed

+0
-138
lines changed

ios/Objective-C/GeneralSettingsObjC/GeneralSettingsObjC.xcodeproj/project.pbxproj

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,8 @@
1414
6889A55D1CEED25800A45114 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6889A55B1CEED25800A45114 /* LaunchScreen.storyboard */; };
1515
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C401260024F7801700E9132F /* libc++.1.tbd */; };
1616
C425689A23151553001EE600 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C425689923151553001EE600 /* AppDelegate.m */; };
17-
C45BA29A26F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA29826F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework */; };
18-
C45BA29B26F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA29826F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
19-
C45BA29C26F46A1800A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA29926F46A1800A2E0CF /* DynamsoftBarcodeReader.framework */; };
20-
C45BA29D26F46A1800A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA29926F46A1800A2E0CF /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2117
/* End PBXBuildFile section */
2218

23-
/* Begin PBXCopyFilesBuildPhase section */
24-
C4808EF926369698001B167A /* Embed Frameworks */ = {
25-
isa = PBXCopyFilesBuildPhase;
26-
buildActionMask = 2147483647;
27-
dstPath = "";
28-
dstSubfolderSpec = 10;
29-
files = (
30-
C45BA29D26F46A1800A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
31-
C45BA29B26F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework in Embed Frameworks */,
32-
);
33-
name = "Embed Frameworks";
34-
runOnlyForDeploymentPostprocessing = 0;
35-
};
36-
/* End PBXCopyFilesBuildPhase section */
37-
3819
/* Begin PBXFileReference section */
3920
6889A54A1CEED25700A45114 /* GeneralSettings.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeneralSettings.app; sourceTree = BUILT_PRODUCTS_DIR; };
4021
6889A54E1CEED25800A45114 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@@ -47,8 +28,6 @@
4728
C401260024F7801700E9132F /* libc++.1.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.1.tbd"; path = "usr/lib/libc++.1.tbd"; sourceTree = SDKROOT; };
4829
C425689923151553001EE600 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4930
C425689B2315155B001EE600 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
50-
C45BA29826F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftCameraEnhancer.framework; path = ../../Frameworks/DynamsoftCameraEnhancer.framework; sourceTree = "<group>"; };
51-
C45BA29926F46A1800A2E0CF /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
5231
/* End PBXFileReference section */
5332

5433
/* Begin PBXFrameworksBuildPhase section */
@@ -57,8 +36,6 @@
5736
buildActionMask = 2147483647;
5837
files = (
5938
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */,
60-
C45BA29A26F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework in Frameworks */,
61-
C45BA29C26F46A1800A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */,
6239
);
6340
runOnlyForDeploymentPostprocessing = 0;
6441
};
@@ -101,8 +78,6 @@
10178
68BA8B7020E20BD100A2737D /* Frameworks */ = {
10279
isa = PBXGroup;
10380
children = (
104-
C45BA29926F46A1800A2E0CF /* DynamsoftBarcodeReader.framework */,
105-
C45BA29826F46A1800A2E0CF /* DynamsoftCameraEnhancer.framework */,
10681
C401260024F7801700E9132F /* libc++.1.tbd */,
10782
);
10883
name = Frameworks;
@@ -118,7 +93,6 @@
11893
6889A5461CEED25700A45114 /* Sources */,
11994
6889A5471CEED25700A45114 /* Frameworks */,
12095
6889A5481CEED25700A45114 /* Resources */,
121-
C4808EF926369698001B167A /* Embed Frameworks */,
12296
);
12397
buildRules = (
12498
);

ios/Objective-C/HelloWorldObjC/HelloWorldObjC.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
6889A55D1CEED25800A45114 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6889A55B1CEED25800A45114 /* LaunchScreen.storyboard */; };
1515
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C401260024F7801700E9132F /* libc++.1.tbd */; };
1616
C425689A23151553001EE600 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C425689923151553001EE600 /* AppDelegate.m */; };
17-
C460E0BB26F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C460E0B926F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework */; };
18-
C460E0BC26F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C460E0B926F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
19-
C460E0BD26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C460E0BA26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework */; };
20-
C460E0BE26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C460E0BA26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2117
/* End PBXBuildFile section */
2218

2319
/* Begin PBXCopyFilesBuildPhase section */
@@ -27,8 +23,6 @@
2723
dstPath = "";
2824
dstSubfolderSpec = 10;
2925
files = (
30-
C460E0BE26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
31-
C460E0BC26F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework in Embed Frameworks */,
3226
);
3327
name = "Embed Frameworks";
3428
runOnlyForDeploymentPostprocessing = 0;
@@ -47,8 +41,6 @@
4741
C401260024F7801700E9132F /* libc++.1.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.1.tbd"; path = "usr/lib/libc++.1.tbd"; sourceTree = SDKROOT; };
4842
C425689923151553001EE600 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4943
C425689B2315155B001EE600 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
50-
C460E0B926F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftCameraEnhancer.framework; path = ../../Frameworks/DynamsoftCameraEnhancer.framework; sourceTree = "<group>"; };
51-
C460E0BA26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
5244
/* End PBXFileReference section */
5345

5446
/* Begin PBXFrameworksBuildPhase section */
@@ -57,8 +49,6 @@
5749
buildActionMask = 2147483647;
5850
files = (
5951
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */,
60-
C460E0BB26F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework in Frameworks */,
61-
C460E0BD26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework in Frameworks */,
6252
);
6353
runOnlyForDeploymentPostprocessing = 0;
6454
};
@@ -101,8 +91,6 @@
10191
68BA8B7020E20BD100A2737D /* Frameworks */ = {
10292
isa = PBXGroup;
10393
children = (
104-
C460E0BA26F34ED8002D0B7A /* DynamsoftBarcodeReader.framework */,
105-
C460E0B926F34ED8002D0B7A /* DynamsoftCameraEnhancer.framework */,
10694
C401260024F7801700E9132F /* libc++.1.tbd */,
10795
);
10896
name = Frameworks;

ios/Objective-C/Performance/AccuracyFirstSettingsObjC/AccuracyFirstSettingsObjC.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
6889A55D1CEED25800A45114 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6889A55B1CEED25800A45114 /* LaunchScreen.storyboard */; };
1515
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C401260024F7801700E9132F /* libc++.1.tbd */; };
1616
C425689A23151553001EE600 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C425689923151553001EE600 /* AppDelegate.m */; };
17-
C45BA2B826F4733B00A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2B626F4733B00A2E0CF /* DynamsoftBarcodeReader.framework */; };
18-
C45BA2B926F4733B00A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2B626F4733B00A2E0CF /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
19-
C45BA2BA26F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2B726F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework */; };
20-
C45BA2BB26F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2B726F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2117
/* End PBXBuildFile section */
2218

2319
/* Begin PBXCopyFilesBuildPhase section */
@@ -27,8 +23,6 @@
2723
dstPath = "";
2824
dstSubfolderSpec = 10;
2925
files = (
30-
C45BA2B926F4733B00A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
31-
C45BA2BB26F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework in Embed Frameworks */,
3226
);
3327
name = "Embed Frameworks";
3428
runOnlyForDeploymentPostprocessing = 0;
@@ -47,17 +41,13 @@
4741
C401260024F7801700E9132F /* libc++.1.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.1.tbd"; path = "usr/lib/libc++.1.tbd"; sourceTree = SDKROOT; };
4842
C425689923151553001EE600 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4943
C425689B2315155B001EE600 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
50-
C45BA2B626F4733B00A2E0CF /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
51-
C45BA2B726F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftCameraEnhancer.framework; path = ../../Frameworks/DynamsoftCameraEnhancer.framework; sourceTree = "<group>"; };
5244
/* End PBXFileReference section */
5345

5446
/* Begin PBXFrameworksBuildPhase section */
5547
6889A5471CEED25700A45114 /* Frameworks */ = {
5648
isa = PBXFrameworksBuildPhase;
5749
buildActionMask = 2147483647;
5850
files = (
59-
C45BA2BA26F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework in Frameworks */,
60-
C45BA2B826F4733B00A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */,
6151
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */,
6252
);
6353
runOnlyForDeploymentPostprocessing = 0;
@@ -101,8 +91,6 @@
10191
68BA8B7020E20BD100A2737D /* Frameworks */ = {
10292
isa = PBXGroup;
10393
children = (
104-
C45BA2B626F4733B00A2E0CF /* DynamsoftBarcodeReader.framework */,
105-
C45BA2B726F4733B00A2E0CF /* DynamsoftCameraEnhancer.framework */,
10694
C401260024F7801700E9132F /* libc++.1.tbd */,
10795
);
10896
name = Frameworks;

ios/Objective-C/Performance/ReadRateFirstSettingsObjC/ReadRateFirstSettingsObjC.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
6889A55D1CEED25800A45114 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6889A55B1CEED25800A45114 /* LaunchScreen.storyboard */; };
1515
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C401260024F7801700E9132F /* libc++.1.tbd */; };
1616
C425689A23151553001EE600 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C425689923151553001EE600 /* AppDelegate.m */; };
17-
C45BA2AE26F470C000A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2AD26F470C000A2E0CF /* DynamsoftBarcodeReader.framework */; };
18-
C45BA2AF26F470C000A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2AD26F470C000A2E0CF /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1917
/* End PBXBuildFile section */
2018

2119
/* Begin PBXCopyFilesBuildPhase section */
@@ -25,7 +23,6 @@
2523
dstPath = "";
2624
dstSubfolderSpec = 10;
2725
files = (
28-
C45BA2AF26F470C000A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
2926
);
3027
name = "Embed Frameworks";
3128
runOnlyForDeploymentPostprocessing = 0;
@@ -44,15 +41,13 @@
4441
C401260024F7801700E9132F /* libc++.1.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.1.tbd"; path = "usr/lib/libc++.1.tbd"; sourceTree = SDKROOT; };
4542
C425689923151553001EE600 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4643
C425689B2315155B001EE600 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
47-
C45BA2AD26F470C000A2E0CF /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
4844
/* End PBXFileReference section */
4945

5046
/* Begin PBXFrameworksBuildPhase section */
5147
6889A5471CEED25700A45114 /* Frameworks */ = {
5248
isa = PBXFrameworksBuildPhase;
5349
buildActionMask = 2147483647;
5450
files = (
55-
C45BA2AE26F470C000A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */,
5651
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */,
5752
);
5853
runOnlyForDeploymentPostprocessing = 0;
@@ -96,7 +91,6 @@
9691
68BA8B7020E20BD100A2737D /* Frameworks */ = {
9792
isa = PBXGroup;
9893
children = (
99-
C45BA2AD26F470C000A2E0CF /* DynamsoftBarcodeReader.framework */,
10094
C401260024F7801700E9132F /* libc++.1.tbd */,
10195
);
10296
name = Frameworks;
@@ -317,7 +311,6 @@
317311
ENABLE_BITCODE = YES;
318312
FRAMEWORK_SEARCH_PATHS = (
319313
"$(PROJECT_DIR)",
320-
"\"${PODS_ROOT}/DynamsoftCameraEnhancer\"",
321314
"\"${PODS_ROOT}/DynamsoftBarcodeReader\"",
322315
);
323316
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -348,7 +341,6 @@
348341
ENABLE_BITCODE = YES;
349342
FRAMEWORK_SEARCH_PATHS = (
350343
"$(PROJECT_DIR)",
351-
"\"${PODS_ROOT}/DynamsoftCameraEnhancer\"",
352344
"\"${PODS_ROOT}/DynamsoftBarcodeReader\"",
353345
);
354346
GCC_C_LANGUAGE_STANDARD = gnu11;

ios/Objective-C/Performance/SpeedFirstSettingsObjC/SpeedFirstSettingsObjC.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
6889A55D1CEED25800A45114 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6889A55B1CEED25800A45114 /* LaunchScreen.storyboard */; };
1515
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C401260024F7801700E9132F /* libc++.1.tbd */; };
1616
C425689A23151553001EE600 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C425689923151553001EE600 /* AppDelegate.m */; };
17-
C45BA2A626F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2A426F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework */; };
18-
C45BA2A726F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2A426F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
19-
C45BA2A826F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2A526F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework */; };
20-
C45BA2A926F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C45BA2A526F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2117
/* End PBXBuildFile section */
2218

2319
/* Begin PBXCopyFilesBuildPhase section */
@@ -27,8 +23,6 @@
2723
dstPath = "";
2824
dstSubfolderSpec = 10;
2925
files = (
30-
C45BA2A926F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
31-
C45BA2A726F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework in Embed Frameworks */,
3226
);
3327
name = "Embed Frameworks";
3428
runOnlyForDeploymentPostprocessing = 0;
@@ -47,8 +41,6 @@
4741
C401260024F7801700E9132F /* libc++.1.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.1.tbd"; path = "usr/lib/libc++.1.tbd"; sourceTree = SDKROOT; };
4842
C425689923151553001EE600 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4943
C425689B2315155B001EE600 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
50-
C45BA2A426F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftCameraEnhancer.framework; path = ../../Frameworks/DynamsoftCameraEnhancer.framework; sourceTree = "<group>"; };
51-
C45BA2A526F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
5244
/* End PBXFileReference section */
5345

5446
/* Begin PBXFrameworksBuildPhase section */
@@ -57,8 +49,6 @@
5749
buildActionMask = 2147483647;
5850
files = (
5951
C401260124F7802000E9132F /* libc++.1.tbd in Frameworks */,
60-
C45BA2A626F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework in Frameworks */,
61-
C45BA2A826F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework in Frameworks */,
6252
);
6353
runOnlyForDeploymentPostprocessing = 0;
6454
};
@@ -101,8 +91,6 @@
10191
68BA8B7020E20BD100A2737D /* Frameworks */ = {
10292
isa = PBXGroup;
10393
children = (
104-
C45BA2A526F46D4D00A2E0CF /* DynamsoftBarcodeReader.framework */,
105-
C45BA2A426F46D4D00A2E0CF /* DynamsoftCameraEnhancer.framework */,
10694
C401260024F7801700E9132F /* libc++.1.tbd */,
10795
);
10896
name = Frameworks;

0 commit comments

Comments
 (0)