|
@@ -528,6 +528,7 @@
|
|
|
F7D4B6992295666E000C2C86 /* GoogleToolboxForMac.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7D4B6922295666E000C2C86 /* GoogleToolboxForMac.framework */; };
|
|
|
F7D4B69A2295666E000C2C86 /* FirebaseMLCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7D4B6932295666E000C2C86 /* FirebaseMLCommon.framework */; };
|
|
|
F7D4B69B2295666E000C2C86 /* GoogleMobileVision.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7D4B6942295666E000C2C86 /* GoogleMobileVision.framework */; };
|
|
|
+ F7D4B6A8229567BC000C2C86 /* FirebaseMLVisionTextModel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7D4B6A7229567BC000C2C86 /* FirebaseMLVisionTextModel.framework */; };
|
|
|
F7D6650720FF341600BFBA9E /* NCMainCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7D6650620FF341600BFBA9E /* NCMainCommon.swift */; };
|
|
|
F7D7B0D42245271100E6FE36 /* IMImagemeter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7D7B0D32245271100E6FE36 /* IMImagemeter.swift */; };
|
|
|
F7DFB7E0219C312D00680748 /* NCRichDocumentTemplate.m in Sources */ = {isa = PBXBuildFile; fileRef = F7DFB7DF219C312D00680748 /* NCRichDocumentTemplate.m */; };
|
|
@@ -1358,6 +1359,7 @@
|
|
|
F7D4B6922295666E000C2C86 /* GoogleToolboxForMac.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleToolboxForMac.framework; sourceTree = "<group>"; };
|
|
|
F7D4B6932295666E000C2C86 /* FirebaseMLCommon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FirebaseMLCommon.framework; sourceTree = "<group>"; };
|
|
|
F7D4B6942295666E000C2C86 /* GoogleMobileVision.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMobileVision.framework; sourceTree = "<group>"; };
|
|
|
+ F7D4B6A7229567BC000C2C86 /* FirebaseMLVisionTextModel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FirebaseMLVisionTextModel.framework; sourceTree = "<group>"; };
|
|
|
F7D532461F5D4123006568B1 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
F7D5324D1F5D4137006568B1 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
F7D532541F5D4155006568B1 /* sk-SK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sk-SK"; path = "sk-SK.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
@@ -1507,6 +1509,7 @@
|
|
|
F7D4B6892295663D000C2C86 /* nanopb.framework in Frameworks */,
|
|
|
F7C40BED219993330004137E /* JDStatusBarNotification.framework in Frameworks */,
|
|
|
F7063DEF2199E568003F38DA /* CocoaLumberjack.framework in Frameworks */,
|
|
|
+ F7D4B6A8229567BC000C2C86 /* FirebaseMLVisionTextModel.framework in Frameworks */,
|
|
|
F7063DF12199E56F003F38DA /* CocoaLumberjackSwift.framework in Frameworks */,
|
|
|
F7D4B6952295666E000C2C86 /* Protobuf.framework in Frameworks */,
|
|
|
F7D4B6852295663D000C2C86 /* GoogleAppMeasurement.framework in Frameworks */,
|
|
@@ -2692,6 +2695,7 @@
|
|
|
children = (
|
|
|
F7D4B67C2295663D000C2C86 /* Analytics */,
|
|
|
F7D4B68D2295666E000C2C86 /* MLVision */,
|
|
|
+ F7D4B6A6229567BC000C2C86 /* MLVisionTextModel */,
|
|
|
F7D4B67B22956610000C2C86 /* Firebase.h */,
|
|
|
);
|
|
|
path = Firebase;
|
|
@@ -2726,6 +2730,14 @@
|
|
|
path = MLVision;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ F7D4B6A6229567BC000C2C86 /* MLVisionTextModel */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ F7D4B6A7229567BC000C2C86 /* FirebaseMLVisionTextModel.framework */,
|
|
|
+ );
|
|
|
+ path = MLVisionTextModel;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
F7D7B0D52245377800E6FE36 /* Imagemeter */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -4093,6 +4105,7 @@
|
|
|
"$(PROJECT_DIR)\"/Libraries external/Fabric\"",
|
|
|
"$(PROJECT_DIR)/Carthage/Build/iOS",
|
|
|
"$(PROJECT_DIR)\"/Libraries external/Firebase\"/**",
|
|
|
+ "$(PROJECT_DIR)/Libraries\\ external/Firebase/MLVisionTextModel",
|
|
|
);
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
|
GCC_PREFIX_HEADER = iOSClient/CryptoCloud.pch;
|
|
@@ -4138,6 +4151,7 @@
|
|
|
"$(PROJECT_DIR)\"/Libraries external/Fabric\"",
|
|
|
"$(PROJECT_DIR)/Carthage/Build/iOS",
|
|
|
"$(PROJECT_DIR)\"/Libraries external/Firebase\"/**",
|
|
|
+ "$(PROJECT_DIR)/Libraries\\ external/Firebase/MLVisionTextModel",
|
|
|
);
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
|
GCC_PREFIX_HEADER = iOSClient/CryptoCloud.pch;
|