Skip to content

Commit ab7cd30

Browse files
update to v9.4.0
1 parent 1b4c36c commit ab7cd30

File tree

23 files changed

+1340
-1304
lines changed

23 files changed

+1340
-1304
lines changed

android/DecodeWithCameraX/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ android {
2626
targetCompatibility JavaVersion.VERSION_1_8
2727
}
2828
repositories {
29-
flatDir {
30-
dirs '../../../Libs'
29+
maven {
30+
url "https://download2.dynamsoft.com/maven/aar"
3131
}
3232
}
3333
}
3434

3535
dependencies {
36-
implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
36+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
3737
implementation 'androidx.appcompat:appcompat:1.0.2'
3838
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3939
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
@@ -43,7 +43,7 @@ dependencies {
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
4444

4545
// CameraX core library
46-
def camerax_version = '1.1.0-rc01'
46+
def camerax_version = '1.1.0'
4747
implementation "androidx.camera:camera-core:$camerax_version"
4848

4949
// CameraX Camera2 extensions

android/GeneralSettings/app/build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@ android {
2525
sourceCompatibility JavaVersion.VERSION_1_8
2626
targetCompatibility JavaVersion.VERSION_1_8
2727
}
28+
repositories {
29+
maven {
30+
url "https://download2.dynamsoft.com/maven/aar"
31+
}
32+
}
2833

2934
}
3035

3136
dependencies {
32-
implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
33-
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
3439
implementation 'androidx.appcompat:appcompat:1.2.0'
3540
implementation 'com.google.android.material:material:1.2.1'
3641
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

android/HelloWorld/app/build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ android {
2525
sourceCompatibility JavaVersion.VERSION_1_8
2626
targetCompatibility JavaVersion.VERSION_1_8
2727
}
28-
}
28+
repositories {
29+
maven {
30+
url "https://download2.dynamsoft.com/maven/aar"
31+
}
32+
} }
2933

3034
dependencies {
31-
implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
32-
35+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
36+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
3337
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3438
implementation 'androidx.appcompat:appcompat:1.2.0'
3539
implementation 'com.google.android.material:material:1.2.1'

android/PerformanceSettings/app/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ android {
2828
}
2929
repositories {
3030
maven { url "https://jitpack.io" }
31-
}
31+
maven {
32+
url "https://download2.dynamsoft.com/maven/aar"
33+
} }
3234
}
3335

3436
dependencies {
35-
implementation fileTree(include: ['*.aar'], dir: '../../../Libs')
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
3639

3740
implementation 'androidx.appcompat:appcompat:1.2.0'
3841
implementation 'com.google.android.material:material:1.2.1'

android/Usecase/ReadADriversLicense/app/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@ android {
2626
sourceCompatibility JavaVersion.VERSION_1_8
2727
targetCompatibility JavaVersion.VERSION_1_8
2828
}
29+
repositories {
30+
maven {
31+
url "https://download2.dynamsoft.com/maven/aar"
32+
}
33+
}
2934
}
3035

3136
dependencies {
32-
implementation fileTree(include: ['*.aar'], dir: '../../../../Libs')
37+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.5'
38+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.4.0'
3339

3440
implementation 'androidx.appcompat:appcompat:1.2.0'
3541
implementation 'com.google.android.material:material:1.2.1'

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

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
688DBD0C27E81B6C009263A1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 688DBD0B27E81B6C009263A1 /* Assets.xcassets */; };
1515
688DBD0F27E81B6C009263A1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 688DBD0D27E81B6C009263A1 /* LaunchScreen.storyboard */; };
1616
688DBD1227E81B6C009263A1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 688DBD1127E81B6C009263A1 /* main.m */; };
17-
688DBD1B27E81F92009263A1 /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 688DBD1A27E81F92009263A1 /* DynamsoftBarcodeReader.framework */; };
18-
688DBD1C27E81F92009263A1 /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 688DBD1A27E81F92009263A1 /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1917
/* End PBXBuildFile section */
2018

2119
/* Begin PBXCopyFilesBuildPhase section */
@@ -24,9 +22,7 @@
2422
buildActionMask = 2147483647;
2523
dstPath = "";
2624
dstSubfolderSpec = 10;
27-
files = (
28-
688DBD1C27E81F92009263A1 /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
29-
);
25+
files = ();
3026
name = "Embed Frameworks";
3127
runOnlyForDeploymentPostprocessing = 0;
3228
};
@@ -46,16 +42,13 @@
4642
688DBD1027E81B6C009263A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4743
688DBD1127E81B6C009263A1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4844
688DBD1827E81E84009263A1 /* Dynamsoft.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dynamsoft.pch; sourceTree = "<group>"; };
49-
688DBD1A27E81F92009263A1 /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
5045
/* End PBXFileReference section */
5146

5247
/* Begin PBXFrameworksBuildPhase section */
5348
688DBCF927E81B6A009263A1 /* Frameworks */ = {
5449
isa = PBXFrameworksBuildPhase;
5550
buildActionMask = 2147483647;
56-
files = (
57-
688DBD1B27E81F92009263A1 /* DynamsoftBarcodeReader.framework in Frameworks */,
58-
);
51+
files = ();
5952
runOnlyForDeploymentPostprocessing = 0;
6053
};
6154
/* End PBXFrameworksBuildPhase section */
@@ -99,9 +92,7 @@
9992
};
10093
688DBD1927E81F92009263A1 /* Frameworks */ = {
10194
isa = PBXGroup;
102-
children = (
103-
688DBD1A27E81F92009263A1 /* DynamsoftBarcodeReader.framework */,
104-
);
95+
children = ();
10596
name = Frameworks;
10697
sourceTree = "<group>";
10798
};
@@ -324,7 +315,10 @@
324315
CODE_SIGN_STYLE = Automatic;
325316
CURRENT_PROJECT_VERSION = 1;
326317
DEVELOPMENT_TEAM = W6PESGXW9M;
327-
FRAMEWORK_SEARCH_PATHS = ../../../Frameworks;
318+
FRAMEWORK_SEARCH_PATHS = (
319+
"$(inherited)",
320+
../../../Frameworks,
321+
);
328322
GCC_PREFIX_HEADER = "$(SRCROOT)/DecodeWithAVCaptureSession/Dynamsoft.pch";
329323
GENERATE_INFOPLIST_FILE = NO;
330324
INFOPLIST_FILE = DecodeWithAVCaptureSession/Info.plist;
@@ -357,7 +351,10 @@
357351
CODE_SIGN_STYLE = Automatic;
358352
CURRENT_PROJECT_VERSION = 1;
359353
DEVELOPMENT_TEAM = W6PESGXW9M;
360-
FRAMEWORK_SEARCH_PATHS = ../../../Frameworks;
354+
FRAMEWORK_SEARCH_PATHS = (
355+
"$(inherited)",
356+
../../../Frameworks,
357+
);
361358
GCC_PREFIX_HEADER = "$(SRCROOT)/DecodeWithAVCaptureSession/Dynamsoft.pch";
362359
GENERATE_INFOPLIST_FILE = NO;
363360
INFOPLIST_FILE = DecodeWithAVCaptureSession/Info.plist;
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'DecodeWithAVCaptureSession' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for DecodeWithAVCaptureSession
9+
pod 'DynamsoftBarcodeReader','9.4.0'
10+
11+
end

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
688DBD2327E9793D009263A1 /* UIViewController+HideNavBackTitle.m in Sources */ = {isa = PBXBuildFile; fileRef = 688DBD2127E9793D009263A1 /* UIViewController+HideNavBackTitle.m */; };
1111
689470FE2754CCB500E91310 /* PullListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 689470FD2754CCB500E91310 /* PullListView.m */; };
12-
68C0F4D727688EBF0054ED4D /* DynamsoftCameraEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4D527688EBF0054ED4D /* DynamsoftCameraEnhancer.framework */; };
13-
68C0F4D827688EBF0054ED4D /* DynamsoftCameraEnhancer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4D527688EBF0054ED4D /* DynamsoftCameraEnhancer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
14-
68C0F4D927688EBF0054ED4D /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4D627688EBF0054ED4D /* DynamsoftBarcodeReader.framework */; };
15-
68C0F4DA27688EBF0054ED4D /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4D627688EBF0054ED4D /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1612
68C4692A274F8B5900AA1DB1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 68C46929274F8B5900AA1DB1 /* AppDelegate.m */; };
1713
68C46933274F8B5900AA1DB1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 68C46931274F8B5900AA1DB1 /* Main.storyboard */; };
1814
68C46935274F8B5A00AA1DB1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 68C46934274F8B5A00AA1DB1 /* Assets.xcassets */; };
@@ -60,8 +56,7 @@
6056
dstPath = "";
6157
dstSubfolderSpec = 10;
6258
files = (
63-
68C0F4DA27688EBF0054ED4D /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
64-
68C0F4D827688EBF0054ED4D /* DynamsoftCameraEnhancer.framework in Embed Frameworks */,
59+
6560
);
6661
name = "Embed Frameworks";
6762
runOnlyForDeploymentPostprocessing = 0;
@@ -73,8 +68,6 @@
7368
688DBD2227E9793D009263A1 /* UIViewController+HideNavBackTitle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+HideNavBackTitle.h"; sourceTree = "<group>"; };
7469
689470FC2754CCB500E91310 /* PullListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PullListView.h; sourceTree = "<group>"; };
7570
689470FD2754CCB500E91310 /* PullListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PullListView.m; sourceTree = "<group>"; };
76-
68C0F4D527688EBF0054ED4D /* DynamsoftCameraEnhancer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftCameraEnhancer.framework; path = ../../../Frameworks/DynamsoftCameraEnhancer.framework; sourceTree = "<group>"; };
77-
68C0F4D627688EBF0054ED4D /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
7871
68C46925274F8B5900AA1DB1 /* GeneralSettingsObjC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeneralSettingsObjC.app; sourceTree = BUILT_PRODUCTS_DIR; };
7972
68C46928274F8B5900AA1DB1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
8073
68C46929274F8B5900AA1DB1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -147,8 +140,6 @@
147140
isa = PBXFrameworksBuildPhase;
148141
buildActionMask = 2147483647;
149142
files = (
150-
68C0F4D927688EBF0054ED4D /* DynamsoftBarcodeReader.framework in Frameworks */,
151-
68C0F4D727688EBF0054ED4D /* DynamsoftCameraEnhancer.framework in Frameworks */,
152143
);
153144
runOnlyForDeploymentPostprocessing = 0;
154145
};
@@ -167,8 +158,6 @@
167158
68C0F4D427688EBE0054ED4D /* Frameworks */ = {
168159
isa = PBXGroup;
169160
children = (
170-
68C0F4D627688EBF0054ED4D /* DynamsoftBarcodeReader.framework */,
171-
68C0F4D527688EBF0054ED4D /* DynamsoftCameraEnhancer.framework */,
172161
);
173162
name = Frameworks;
174163
sourceTree = "<group>";
@@ -630,7 +619,6 @@
630619
DEVELOPMENT_TEAM = W6PESGXW9M;
631620
FRAMEWORK_SEARCH_PATHS = (
632621
"$(inherited)",
633-
"$(PROJECT_DIR)/Frameworks",
634622
../../../Frameworks,
635623
);
636624
GCC_PREFIX_HEADER = "$(SRCROOT)/GeneralSettingsObjC/HeaderFiles/Dynamsoft.pch";
@@ -665,7 +653,6 @@
665653
DEVELOPMENT_TEAM = W6PESGXW9M;
666654
FRAMEWORK_SEARCH_PATHS = (
667655
"$(inherited)",
668-
"$(PROJECT_DIR)/Frameworks",
669656
../../../Frameworks,
670657
);
671658
GCC_PREFIX_HEADER = "$(SRCROOT)/GeneralSettingsObjC/HeaderFiles/Dynamsoft.pch";
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'GeneralSettingsObjC' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for GeneralSettingsObjC
9+
pod 'DynamsoftCameraEnhancer','2.3.4'
10+
pod 'DynamsoftBarcodeReader','9.4.0'
11+
12+
end

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

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
6889A5581CEED25800A45114 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6889A5561CEED25800A45114 /* Main.storyboard */; };
1313
6889A55A1CEED25800A45114 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6889A5591CEED25800A45114 /* Assets.xcassets */; };
1414
6889A55D1CEED25800A45114 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6889A55B1CEED25800A45114 /* LaunchScreen.storyboard */; };
15-
68C0F4E5276892740054ED4D /* DynamsoftBarcodeReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4E3276892740054ED4D /* DynamsoftBarcodeReader.framework */; };
16-
68C0F4E6276892740054ED4D /* DynamsoftBarcodeReader.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4E3276892740054ED4D /* DynamsoftBarcodeReader.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17-
68C0F4E7276892740054ED4D /* DynamsoftCameraEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4E4276892740054ED4D /* DynamsoftCameraEnhancer.framework */; };
18-
68C0F4E8276892740054ED4D /* DynamsoftCameraEnhancer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 68C0F4E4276892740054ED4D /* DynamsoftCameraEnhancer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1915
C425689A23151553001EE600 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C425689923151553001EE600 /* AppDelegate.m */; };
2016
/* End PBXBuildFile section */
2117

@@ -25,10 +21,7 @@
2521
buildActionMask = 2147483647;
2622
dstPath = "";
2723
dstSubfolderSpec = 10;
28-
files = (
29-
68C0F4E6276892740054ED4D /* DynamsoftBarcodeReader.framework in Embed Frameworks */,
30-
68C0F4E8276892740054ED4D /* DynamsoftCameraEnhancer.framework in Embed Frameworks */,
31-
);
24+
files = ();
3225
name = "Embed Frameworks";
3326
runOnlyForDeploymentPostprocessing = 0;
3427
};
@@ -43,8 +36,6 @@
4336
6889A5591CEED25800A45114 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4437
6889A55C1CEED25800A45114 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4538
6889A55E1CEED25800A45114 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46-
68C0F4E3276892740054ED4D /* DynamsoftBarcodeReader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftBarcodeReader.framework; path = ../../../Frameworks/DynamsoftBarcodeReader.framework; sourceTree = "<group>"; };
47-
68C0F4E4276892740054ED4D /* DynamsoftCameraEnhancer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DynamsoftCameraEnhancer.framework; path = ../../../Frameworks/DynamsoftCameraEnhancer.framework; sourceTree = "<group>"; };
4839
C425689923151553001EE600 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4940
C425689B2315155B001EE600 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
5041
/* End PBXFileReference section */
@@ -53,10 +44,7 @@
5344
6889A5471CEED25700A45114 /* Frameworks */ = {
5445
isa = PBXFrameworksBuildPhase;
5546
buildActionMask = 2147483647;
56-
files = (
57-
68C0F4E5276892740054ED4D /* DynamsoftBarcodeReader.framework in Frameworks */,
58-
68C0F4E7276892740054ED4D /* DynamsoftCameraEnhancer.framework in Frameworks */,
59-
);
47+
files = ();
6048
runOnlyForDeploymentPostprocessing = 0;
6149
};
6250
/* End PBXFrameworksBuildPhase section */
@@ -97,10 +85,7 @@
9785
};
9886
68C0F4E2276892740054ED4D /* Frameworks */ = {
9987
isa = PBXGroup;
100-
children = (
101-
68C0F4E3276892740054ED4D /* DynamsoftBarcodeReader.framework */,
102-
68C0F4E4276892740054ED4D /* DynamsoftCameraEnhancer.framework */,
103-
);
88+
children = ();
10489
name = Frameworks;
10590
sourceTree = "<group>";
10691
};
@@ -318,9 +303,7 @@
318303
DEVELOPMENT_TEAM = W6PESGXW9M;
319304
ENABLE_BITCODE = YES;
320305
FRAMEWORK_SEARCH_PATHS = (
321-
"$(PROJECT_DIR)",
322-
"\"${PODS_ROOT}/DynamsoftCameraEnhancer\"",
323-
"\"${PODS_ROOT}/DynamsoftBarcodeReader\"",
306+
"$(inherited)",
324307
../../../Frameworks,
325308
);
326309
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -350,9 +333,7 @@
350333
DEVELOPMENT_TEAM = W6PESGXW9M;
351334
ENABLE_BITCODE = YES;
352335
FRAMEWORK_SEARCH_PATHS = (
353-
"$(PROJECT_DIR)",
354-
"\"${PODS_ROOT}/DynamsoftCameraEnhancer\"",
355-
"\"${PODS_ROOT}/DynamsoftBarcodeReader\"",
336+
"$(inherited)",
356337
../../../Frameworks,
357338
);
358339
GCC_C_LANGUAGE_STANDARD = gnu11;

0 commit comments

Comments
 (0)