|
@@ -128,8 +128,6 @@
|
|
|
F74344171E1264EE001CC831 /* DocumentPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74344161E1264EE001CC831 /* DocumentPickerViewController.swift */; };
|
|
|
F743441A1E1264EE001CC831 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F74344181E1264EE001CC831 /* MainInterface.storyboard */; };
|
|
|
F74344251E1264EE001CC831 /* FileProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74344241E1264EE001CC831 /* FileProvider.swift */; };
|
|
|
- F74344291E1264EE001CC831 /* PickerFileProvider.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F74344201E1264EE001CC831 /* PickerFileProvider.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
- F743442C1E1264EE001CC831 /* Picker.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F74344121E1264ED001CC831 /* Picker.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
F743444A1E126B4D001CC831 /* CCMove.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D02A471C5F9E4400D6F972 /* CCMove.m */; };
|
|
|
F743444B1E126B69001CC831 /* CCMove.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7D02A481C5F9E4400D6F972 /* CCMove.storyboard */; };
|
|
|
F74344541E1277D8001CC831 /* libownCloudiOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F71E67FC1DC1F76F003BA52B /* libownCloudiOS.a */; };
|
|
@@ -186,6 +184,8 @@
|
|
|
F743448A1E127FF2001CC831 /* CCHud.m in Sources */ = {isa = PBXBuildFile; fileRef = F7514EDB1C7B1336008F3338 /* CCHud.m */; };
|
|
|
F743448B1E12800D001CC831 /* CCCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F801011D98205A007537BC /* CCCertificate.m */; };
|
|
|
F743448C1E128010001CC831 /* CCCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = F7FE125F1BAC03FB0041924B /* CCCrypto.m */; };
|
|
|
+ F74344921E128EB0001CC831 /* Picker.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F74344901E128E8F001CC831 /* Picker.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
+ F74344931E128EB4001CC831 /* PickerFileProvider.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F74344911E128E96001CC831 /* PickerFileProvider.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
F749E4E91DC1FB38009BA2FD /* Share Ext Nextcloud.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F7CE8AFB1DC1F8D8009CAE48 /* Share Ext Nextcloud.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
F750374D1DBFA91A008FB480 /* ALView+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = F75037441DBFA91A008FB480 /* ALView+PureLayout.m */; };
|
|
|
F750374F1DBFA91A008FB480 /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = F75037461DBFA91A008FB480 /* NSArray+PureLayout.m */; };
|
|
@@ -700,9 +700,9 @@
|
|
|
dstPath = "";
|
|
|
dstSubfolderSpec = 13;
|
|
|
files = (
|
|
|
- F743442C1E1264EE001CC831 /* Picker.appex in Embed App Extensions */,
|
|
|
+ F74344921E128EB0001CC831 /* Picker.appex in Embed App Extensions */,
|
|
|
+ F74344931E128EB4001CC831 /* PickerFileProvider.appex in Embed App Extensions */,
|
|
|
F749E4E91DC1FB38009BA2FD /* Share Ext Nextcloud.appex in Embed App Extensions */,
|
|
|
- F74344291E1264EE001CC831 /* PickerFileProvider.appex in Embed App Extensions */,
|
|
|
);
|
|
|
name = "Embed App Extensions";
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -1196,16 +1196,16 @@
|
|
|
F73CCE281DC13798007E38D8 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
F73CCE291DC13798007E38D8 /* UICKeyChainStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UICKeyChainStore.h; sourceTree = "<group>"; };
|
|
|
F73CCE2A1DC13798007E38D8 /* UICKeyChainStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UICKeyChainStore.m; sourceTree = "<group>"; };
|
|
|
- F74344121E1264ED001CC831 /* Picker.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Picker.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
F74344151E1264EE001CC831 /* Picker.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Picker.entitlements; sourceTree = "<group>"; };
|
|
|
F74344161E1264EE001CC831 /* DocumentPickerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentPickerViewController.swift; sourceTree = "<group>"; };
|
|
|
F74344191E1264EE001CC831 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
|
|
|
F743441B1E1264EE001CC831 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
- F74344201E1264EE001CC831 /* PickerFileProvider.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = PickerFileProvider.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
F74344231E1264EE001CC831 /* PickerFileProvider.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PickerFileProvider.entitlements; sourceTree = "<group>"; };
|
|
|
F74344241E1264EE001CC831 /* FileProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileProvider.swift; sourceTree = "<group>"; };
|
|
|
F74344261E1264EE001CC831 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
F74344521E126D06001CC831 /* Picker-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Picker-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
+ F74344901E128E8F001CC831 /* Picker.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Picker.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ F74344911E128E96001CC831 /* PickerFileProvider.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = PickerFileProvider.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
F743B2C31C95BBE8006F5B4A /* CCShareInfoCMOC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCShareInfoCMOC.h; sourceTree = "<group>"; };
|
|
|
F743B2C41C95BBE8006F5B4A /* CCShareInfoCMOC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCShareInfoCMOC.m; sourceTree = "<group>"; };
|
|
|
F744BE921BEBB2EE004FFF66 /* CCIntro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCIntro.h; sourceTree = "<group>"; };
|
|
@@ -3151,8 +3151,6 @@
|
|
|
F74344211E1264EE001CC831 /* PickerFileProvider */,
|
|
|
F7FC7D651DC1F98700BB2C6A /* Products */,
|
|
|
F7FC7D541DC1F93700BB2C6A /* Frameworks */,
|
|
|
- F74344121E1264ED001CC831 /* Picker.appex */,
|
|
|
- F74344201E1264EE001CC831 /* PickerFileProvider.appex */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
@@ -3238,6 +3236,8 @@
|
|
|
children = (
|
|
|
F7CE8AFA1DC1F8D8009CAE48 /* Nextcloud.app */,
|
|
|
F7CE8AFB1DC1F8D8009CAE48 /* Share Ext Nextcloud.appex */,
|
|
|
+ F74344901E128E8F001CC831 /* Picker.appex */,
|
|
|
+ F74344911E128E96001CC831 /* PickerFileProvider.appex */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
@@ -3299,7 +3299,7 @@
|
|
|
);
|
|
|
name = Picker;
|
|
|
productName = Picker;
|
|
|
- productReference = F74344121E1264ED001CC831 /* Picker.appex */;
|
|
|
+ productReference = F74344901E128E8F001CC831 /* Picker.appex */;
|
|
|
productType = "com.apple.product-type.app-extension";
|
|
|
};
|
|
|
F743441F1E1264EE001CC831 /* PickerFileProvider */ = {
|
|
@@ -3316,7 +3316,7 @@
|
|
|
);
|
|
|
name = PickerFileProvider;
|
|
|
productName = PickerFileProvider;
|
|
|
- productReference = F74344201E1264EE001CC831 /* PickerFileProvider.appex */;
|
|
|
+ productReference = F74344911E128E96001CC831 /* PickerFileProvider.appex */;
|
|
|
productType = "com.apple.product-type.app-extension";
|
|
|
};
|
|
|
F77B0DEB1D118A16002130FE /* Nextcloud */ = {
|
|
@@ -4342,6 +4342,7 @@
|
|
|
F743442D1E1264EE001CC831 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
|
|
|
CODE_SIGN_ENTITLEMENTS = Picker/Picker.entitlements;
|
|
@@ -4374,6 +4375,7 @@
|
|
|
F743442E1E1264EE001CC831 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
|
|
|
CODE_SIGN_ENTITLEMENTS = Picker/Picker.entitlements;
|
|
@@ -4403,6 +4405,7 @@
|
|
|
F743442F1E1264EE001CC831 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
CODE_SIGN_ENTITLEMENTS = PickerFileProvider/PickerFileProvider.entitlements;
|
|
@@ -4427,6 +4430,7 @@
|
|
|
F74344301E1264EE001CC831 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
CODE_SIGN_ENTITLEMENTS = PickerFileProvider/PickerFileProvider.entitlements;
|