|
@@ -99,6 +99,10 @@
|
|
|
F704B5E52430AA8000632F5F /* NCCreateFormUploadConflict.swift in Sources */ = {isa = PBXBuildFile; fileRef = F704B5E42430AA8000632F5F /* NCCreateFormUploadConflict.swift */; };
|
|
|
F704B5E72430C06700632F5F /* NCCreateFormUploadConflictCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F704B5E62430C06700632F5F /* NCCreateFormUploadConflictCell.xib */; };
|
|
|
F704B5E92430C0B800632F5F /* NCCreateFormUploadConflictCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F704B5E82430C0B800632F5F /* NCCreateFormUploadConflictCell.swift */; };
|
|
|
+ F70716E62987F81500E72C1D /* DocumentActionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70716E52987F81500E72C1D /* DocumentActionViewController.swift */; };
|
|
|
+ F70716E92987F81500E72C1D /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F70716E72987F81500E72C1D /* MainInterface.storyboard */; };
|
|
|
+ F70716ED2987F81500E72C1D /* File Provider Extension UI.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = F70716E32987F81500E72C1D /* File Provider Extension UI.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
+ F70716F32987F8CE00E72C1D /* UICKeyChainStore in Frameworks */ = {isa = PBXBuildFile; productRef = F70716F22987F8CE00E72C1D /* UICKeyChainStore */; };
|
|
|
F70753EB2542A99800972D44 /* NCViewerMediaPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70753EA2542A99800972D44 /* NCViewerMediaPage.swift */; };
|
|
|
F70753F12542A9A200972D44 /* NCViewerMedia.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70753F02542A9A200972D44 /* NCViewerMedia.swift */; };
|
|
|
F70753F72542A9C000972D44 /* NCViewerMediaPage.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F70753F62542A9C000972D44 /* NCViewerMediaPage.storyboard */; };
|
|
@@ -585,6 +589,13 @@
|
|
|
remoteGlobalIDString = F77B0DEB1D118A16002130FE;
|
|
|
remoteInfo = Nextcloud;
|
|
|
};
|
|
|
+ F70716EB2987F81500E72C1D /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = F7F67BA01A24D27800EE80DA /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = F70716E22987F81400E72C1D;
|
|
|
+ remoteInfo = "File Provider Extension UI";
|
|
|
+ };
|
|
|
F7145A311D12E65F00CAFEEC /* PBXContainerItemProxy */ = {
|
|
|
isa = PBXContainerItemProxy;
|
|
|
containerPortal = F7F67BA01A24D27800EE80DA /* Project object */;
|
|
@@ -637,6 +648,7 @@
|
|
|
files = (
|
|
|
F771E3EB20E2392E00AFB62D /* File Provider Extension.appex in Embed Foundation Extensions */,
|
|
|
F749E4E91DC1FB38009BA2FD /* Share.appex in Embed Foundation Extensions */,
|
|
|
+ F70716ED2987F81500E72C1D /* File Provider Extension UI.appex in Embed Foundation Extensions */,
|
|
|
2C33C48623E2C475005F963B /* Notification Service Extension.appex in Embed Foundation Extensions */,
|
|
|
F7C9739928F17131002C43E2 /* WidgetDashboardIntentHandler.appex in Embed Foundation Extensions */,
|
|
|
F7346E1C28B0EF5E006CE2D2 /* Widget.appex in Embed Foundation Extensions */,
|
|
@@ -741,6 +753,12 @@
|
|
|
F7063DEC2199E55F003F38DA /* SVGKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SVGKit.framework; path = Carthage/Build/iOS/SVGKit.framework; sourceTree = "<group>"; };
|
|
|
F7063DEE2199E568003F38DA /* CocoaLumberjack.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CocoaLumberjack.framework; path = Carthage/Build/iOS/CocoaLumberjack.framework; sourceTree = "<group>"; };
|
|
|
F7063DF02199E56E003F38DA /* CocoaLumberjackSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CocoaLumberjackSwift.framework; path = Carthage/Build/iOS/CocoaLumberjackSwift.framework; sourceTree = "<group>"; };
|
|
|
+ F70716E32987F81500E72C1D /* File Provider Extension UI.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "File Provider Extension UI.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ F70716E52987F81500E72C1D /* DocumentActionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentActionViewController.swift; sourceTree = "<group>"; };
|
|
|
+ F70716E82987F81500E72C1D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
|
|
|
+ F70716EA2987F81500E72C1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ F70716F42987F8E100E72C1D /* File Provider Extension UI.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "File Provider Extension UI.entitlements"; sourceTree = "<group>"; };
|
|
|
+ F70716F52987FA2F00E72C1D /* FileProviderExtensionUI-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FileProviderExtensionUI-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
F70753EA2542A99800972D44 /* NCViewerMediaPage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerMediaPage.swift; sourceTree = "<group>"; };
|
|
|
F70753F02542A9A200972D44 /* NCViewerMedia.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerMedia.swift; sourceTree = "<group>"; };
|
|
|
F70753F62542A9C000972D44 /* NCViewerMediaPage.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = NCViewerMediaPage.storyboard; sourceTree = "<group>"; };
|
|
@@ -1238,6 +1256,14 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ F70716E02987F81400E72C1D /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ F70716F32987F8CE00E72C1D /* UICKeyChainStore in Frameworks */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
F7145A141D12E3B700CAFEEC /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
@@ -1433,6 +1459,18 @@
|
|
|
path = languages;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ F70716E42987F81500E72C1D /* File Provider Extension UI */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ F70716F52987FA2F00E72C1D /* FileProviderExtensionUI-Bridging-Header.h */,
|
|
|
+ F70716F42987F8E100E72C1D /* File Provider Extension UI.entitlements */,
|
|
|
+ F70716E52987F81500E72C1D /* DocumentActionViewController.swift */,
|
|
|
+ F70716E72987F81500E72C1D /* MainInterface.storyboard */,
|
|
|
+ F70716EA2987F81500E72C1D /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = "File Provider Extension UI";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
F70B866A2642A21300ED5349 /* Color */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -2173,6 +2211,7 @@
|
|
|
AF8ED1FA2757821000B8DBC4 /* NextcloudTests */,
|
|
|
F7346E1428B0EF5B006CE2D2 /* Widget */,
|
|
|
F7C9739328F17131002C43E2 /* WidgetDashboardIntentHandler */,
|
|
|
+ F70716E42987F81500E72C1D /* File Provider Extension UI */,
|
|
|
F7FC7D651DC1F98700BB2C6A /* Products */,
|
|
|
F7FC7D541DC1F93700BB2C6A /* Frameworks */,
|
|
|
F771E3D020E2392D00AFB62D /* File Provider Extension.appex */,
|
|
@@ -2180,6 +2219,7 @@
|
|
|
AF8ED1F92757821000B8DBC4 /* NextcloudTests.xctest */,
|
|
|
F7346E1028B0EF5B006CE2D2 /* Widget.appex */,
|
|
|
F7C9739028F17131002C43E2 /* WidgetDashboardIntentHandler.appex */,
|
|
|
+ F70716E32987F81500E72C1D /* File Provider Extension UI.appex */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
@@ -2400,6 +2440,26 @@
|
|
|
productReference = AF8ED1F92757821000B8DBC4 /* NextcloudTests.xctest */;
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
};
|
|
|
+ F70716E22987F81400E72C1D /* File Provider Extension UI */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = F70716F02987F81600E72C1D /* Build configuration list for PBXNativeTarget "File Provider Extension UI" */;
|
|
|
+ buildPhases = (
|
|
|
+ F70716DF2987F81400E72C1D /* Sources */,
|
|
|
+ F70716E02987F81400E72C1D /* Frameworks */,
|
|
|
+ F70716E12987F81400E72C1D /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = "File Provider Extension UI";
|
|
|
+ packageProductDependencies = (
|
|
|
+ F70716F22987F8CE00E72C1D /* UICKeyChainStore */,
|
|
|
+ );
|
|
|
+ productName = "File Provider Extension UI";
|
|
|
+ productReference = F70716E32987F81500E72C1D /* File Provider Extension UI.appex */;
|
|
|
+ productType = "com.apple.product-type.app-extension";
|
|
|
+ };
|
|
|
F71459B41D12E3B700CAFEEC /* Share */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = F7145A251D12E3B700CAFEEC /* Build configuration list for PBXNativeTarget "Share" */;
|
|
@@ -2498,6 +2558,7 @@
|
|
|
2C33C48523E2C475005F963B /* PBXTargetDependency */,
|
|
|
F7346E1B28B0EF5E006CE2D2 /* PBXTargetDependency */,
|
|
|
F7C9739828F17131002C43E2 /* PBXTargetDependency */,
|
|
|
+ F70716EC2987F81500E72C1D /* PBXTargetDependency */,
|
|
|
);
|
|
|
name = Nextcloud;
|
|
|
packageProductDependencies = (
|
|
@@ -2560,7 +2621,7 @@
|
|
|
F7F67BA01A24D27800EE80DA /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
- LastSwiftUpdateCheck = 1400;
|
|
|
+ LastSwiftUpdateCheck = 1420;
|
|
|
LastUpgradeCheck = 1400;
|
|
|
ORGANIZATIONNAME = "Marino Faggiana";
|
|
|
TargetAttributes = {
|
|
@@ -2572,6 +2633,9 @@
|
|
|
CreatedOnToolsVersion = 13.1;
|
|
|
TestTargetID = F77B0DEB1D118A16002130FE;
|
|
|
};
|
|
|
+ F70716E22987F81400E72C1D = {
|
|
|
+ CreatedOnToolsVersion = 14.2;
|
|
|
+ };
|
|
|
F71459B41D12E3B700CAFEEC = {
|
|
|
LastSwiftMigration = 1020;
|
|
|
SystemCapabilities = {
|
|
@@ -2692,6 +2756,7 @@
|
|
|
F7C9738F28F17131002C43E2 /* WidgetDashboardIntentHandler */,
|
|
|
F71459B41D12E3B700CAFEEC /* Share */,
|
|
|
F771E3CF20E2392D00AFB62D /* File Provider Extension */,
|
|
|
+ F70716E22987F81400E72C1D /* File Provider Extension UI */,
|
|
|
2C33C47E23E2C475005F963B /* Notification Service Extension */,
|
|
|
AF8ED1F82757821000B8DBC4 /* NextcloudTests */,
|
|
|
);
|
|
@@ -2714,6 +2779,14 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ F70716E12987F81400E72C1D /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ F70716E92987F81500E72C1D /* MainInterface.storyboard in Resources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
F7145A181D12E3B700CAFEEC /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
@@ -2924,6 +2997,14 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ F70716DF2987F81400E72C1D /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ F70716E62987F81500E72C1D /* DocumentActionViewController.swift in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
F71459B51D12E3B700CAFEEC /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
@@ -3324,6 +3405,11 @@
|
|
|
target = F77B0DEB1D118A16002130FE /* Nextcloud */;
|
|
|
targetProxy = AF8ED1FD2757821000B8DBC4 /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
+ F70716EC2987F81500E72C1D /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = F70716E22987F81400E72C1D /* File Provider Extension UI */;
|
|
|
+ targetProxy = F70716EB2987F81500E72C1D /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
F7145A321D12E65F00CAFEEC /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
target = F71459B41D12E3B700CAFEEC /* Share */;
|
|
@@ -3347,6 +3433,14 @@
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
+ F70716E72987F81500E72C1D /* MainInterface.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ F70716E82987F81500E72C1D /* Base */,
|
|
|
+ );
|
|
|
+ name = MainInterface.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
F72685E927C78E490019EF5E /* InfoPlist.strings */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
@@ -3566,6 +3660,107 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
+ F70716EE2987F81600E72C1D /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = "File Provider Extension UI/File Provider Extension UI.entitlements";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "$(inherited)",
|
|
|
+ EXTENSION,
|
|
|
+ EXTENSION_FILE_PROVIDER_EXTENSION_UI,
|
|
|
+ );
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GENERATE_INFOPLIST_FILE = YES;
|
|
|
+ INFOPLIST_FILE = "File Provider Extension UI/Info.plist";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "File Provider Extension UI";
|
|
|
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 Marino Faggiana. All rights reserved.";
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 16.2;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@executable_path/../../Frameworks",
|
|
|
+ );
|
|
|
+ MARKETING_VERSION = 1.0;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.Nextcloud.File-Provider-Extension-UI";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) EXTENSION EXTENSION_FILE_PROVIDER_EXTENSION_UI";
|
|
|
+ SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/File Provider Extension UI/FileProviderExtensionUI-Bridging-Header.h";
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ F70716EF2987F81600E72C1D /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = "File Provider Extension UI/File Provider Extension UI.entitlements";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "$(inherited)",
|
|
|
+ EXTENSION,
|
|
|
+ EXTENSION_FILE_PROVIDER_EXTENSION_UI,
|
|
|
+ );
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GENERATE_INFOPLIST_FILE = YES;
|
|
|
+ INFOPLIST_FILE = "File Provider Extension UI/Info.plist";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "File Provider Extension UI";
|
|
|
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 Marino Faggiana. All rights reserved.";
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 16.2;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@executable_path/../../Frameworks",
|
|
|
+ );
|
|
|
+ MARKETING_VERSION = 1.0;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.Nextcloud.File-Provider-Extension-UI";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) EXTENSION EXTENSION_FILE_PROVIDER_EXTENSION_UI";
|
|
|
+ SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/File Provider Extension UI/FileProviderExtensionUI-Bridging-Header.h";
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ VALIDATE_PRODUCT = YES;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
F7145A261D12E3B700CAFEEC /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
@@ -3929,6 +4124,15 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
+ F70716F02987F81600E72C1D /* Build configuration list for PBXNativeTarget "File Provider Extension UI" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ F70716EE2987F81600E72C1D /* Debug */,
|
|
|
+ F70716EF2987F81600E72C1D /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
F7145A251D12E3B700CAFEEC /* Build configuration list for PBXNativeTarget "Share" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
@@ -4157,6 +4361,11 @@
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
+ F70716F22987F8CE00E72C1D /* UICKeyChainStore */ = {
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
+ package = F76DA964277B76F10082465B /* XCRemoteSwiftPackageReference "UICKeyChainStore" */;
|
|
|
+ productName = UICKeyChainStore;
|
|
|
+ };
|
|
|
F70B86742642CE3B00ED5349 /* FirebaseCrashlytics */ = {
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
package = F70B86732642CE3B00ED5349 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
|