|
@@ -604,6 +604,7 @@
|
|
|
F70D87CE25EE6E58008CBBBD /* NCRenameFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCRenameFile.swift; sourceTree = "<group>"; };
|
|
|
F70D8D8024A4A9BF000A5756 /* NCNetworkingProcessUpload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCNetworkingProcessUpload.swift; sourceTree = "<group>"; };
|
|
|
F70F2BA4225F2D8900EBB73E /* ZIPFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZIPFoundation.framework; path = Carthage/Build/iOS/ZIPFoundation.framework; sourceTree = "<group>"; };
|
|
|
+ F70F96AF2874394B006C8379 /* Nextcloud-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Nextcloud-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
F710C5EF2471A6D1009AD8B7 /* Sentry.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sentry.framework; path = Carthage/Build/iOS/Sentry.framework; sourceTree = "<group>"; };
|
|
|
F710D1F42405770F00A6033D /* NCViewerPDF.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerPDF.swift; sourceTree = "<group>"; };
|
|
|
F710D2012405826100A6033D /* NCViewer+Menu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NCViewer+Menu.swift"; sourceTree = "<group>"; };
|
|
@@ -900,7 +901,6 @@
|
|
|
F7CE8AFA1DC1F8D8009CAE48 /* Nextcloud.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Nextcloud.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
F7CE8AFB1DC1F8D8009CAE48 /* Share.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Share.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
F7D0F33D264144FC0097D4A3 /* Background.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Background.xcassets; sourceTree = "<group>"; };
|
|
|
- F7D154271E2392A300202FD9 /* Nextcloud-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Nextcloud-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
F7D1611F23CF19E30039EBBF /* NCViewerRichWorkspace.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = NCViewerRichWorkspace.storyboard; sourceTree = "<group>"; };
|
|
|
F7D2C772246470CA008513AE /* XLForm.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XLForm.framework; path = Carthage/Build/iOS/XLForm.framework; sourceTree = "<group>"; };
|
|
|
F7D532461F5D4123006568B1 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
@@ -1598,6 +1598,7 @@
|
|
|
F7D0F33D264144FC0097D4A3 /* Background.xcassets */,
|
|
|
F7B8B82F25681C3400967775 /* GoogleService-Info.plist */,
|
|
|
F7362A1E220C853A005101B5 /* LaunchScreen.storyboard */,
|
|
|
+ F70F96AF2874394B006C8379 /* Nextcloud-Bridging-Header.h */,
|
|
|
F73CB5771ED46807005F2A5A /* NCBridgeSwift.h */,
|
|
|
F76B3CCD1EAE01BD00921AC9 /* NCBrand.swift */,
|
|
|
);
|
|
@@ -1804,7 +1805,6 @@
|
|
|
children = (
|
|
|
F7F4F0FB27ECDBDA008676F9 /* Font */,
|
|
|
F72B60941A24F04E004EF66F /* Localizations */,
|
|
|
- F7D154271E2392A300202FD9 /* Nextcloud-Bridging-Header.h */,
|
|
|
);
|
|
|
name = "Supporting Files";
|
|
|
path = iOSClient;
|
|
@@ -2953,7 +2953,6 @@
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/iOSClient/Brand/iOSClient.plist";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
- SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/iOSClient/Nextcloud-Bridging-Header.h";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
@@ -2966,7 +2965,6 @@
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/iOSClient/Brand/iOSClient.plist";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
- SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/iOSClient/Nextcloud-Bridging-Header.h";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
@@ -3026,6 +3024,7 @@
|
|
|
OTHER_LDFLAGS = "";
|
|
|
SDKROOT = iphoneos;
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) NC";
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/iOSClient/Brand/Nextcloud-Bridging-Header.h";
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
@@ -3087,6 +3086,7 @@
|
|
|
SDKROOT = iphoneos;
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG NC";
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/iOSClient/Brand/Nextcloud-Bridging-Header.h";
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|