This commit is contained in:
Marino Faggiana 2017-03-17 09:29:05 +01:00
Родитель bef1421f1b
Коммит 2f2979abbd
7 изменённых файлов: 15 добавлений и 228 удалений

Просмотреть файл

@ -510,6 +510,8 @@
F7C525A21E3B6DA800FFE02C /* CCNotification.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7C525A11E3B6DA800FFE02C /* CCNotification.storyboard */; };
F7C742C21E7BD01F00D9C973 /* iOSClient.plist in Resources */ = {isa = PBXBuildFile; fileRef = F7C742C11E7BD01F00D9C973 /* iOSClient.plist */; };
F7C742D21E7BD35B00D9C973 /* Share.plist in Resources */ = {isa = PBXBuildFile; fileRef = F7C742D11E7BD35B00D9C973 /* Share.plist */; };
F7C742D61E7BD44400D9C973 /* Picker.plist in Resources */ = {isa = PBXBuildFile; fileRef = F7C742D51E7BD44400D9C973 /* Picker.plist */; };
F7C742D81E7BD5C900D9C973 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7C742D71E7BD5C900D9C973 /* MainInterface.storyboard */; };
F7CE28851D1ACFA70025783C /* CCProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = F7CE28801D1ACFA70025783C /* CCProgressView.m */; };
F7CE28881D1ACFA70025783C /* UINavigationController+CCProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = F7CE28821D1ACFA70025783C /* UINavigationController+CCProgress.m */; };
F7D2677C1E157053005ACB7E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F7F67BB81A24D27800EE80DA /* Images.xcassets */; };
@ -616,7 +618,6 @@
F7FC88FD1E141A3F006D0506 /* Error.strings in Resources */ = {isa = PBXBuildFile; fileRef = F7B381BF1C074E3E004693F8 /* Error.strings */; };
F7FCFFD81D70798C000E6E29 /* CCPeekPop.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7FCFFD61D70798C000E6E29 /* CCPeekPop.storyboard */; };
F7FCFFE01D707B83000E6E29 /* CCPeekPop.m in Sources */ = {isa = PBXBuildFile; fileRef = F7FCFFDE1D707B83000E6E29 /* CCPeekPop.m */; };
F7FD646F1E65A6ED003EE4D0 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7FD646D1E65A6ED003EE4D0 /* MainInterface.storyboard */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@ -1213,9 +1214,7 @@
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>"; };
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>"; };
F743441B1E1264EE001CC831 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
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>"; };
@ -1464,6 +1463,9 @@
F7C742C11E7BD01F00D9C973 /* iOSClient.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = iOSClient.plist; sourceTree = "<group>"; };
F7C742D01E7BD35B00D9C973 /* Share.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Share.entitlements; sourceTree = "<group>"; };
F7C742D11E7BD35B00D9C973 /* Share.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Share.plist; sourceTree = "<group>"; };
F7C742D41E7BD44400D9C973 /* Picker.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Picker.entitlements; sourceTree = "<group>"; };
F7C742D51E7BD44400D9C973 /* Picker.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Picker.plist; sourceTree = "<group>"; };
F7C742D71E7BD5C900D9C973 /* MainInterface.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MainInterface.storyboard; sourceTree = "<group>"; };
F7C8C1721B482A920048180E /* CCMetadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = CCMetadata.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
F7C8C1731B482A920048180E /* CCMetadata.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = CCMetadata.m; sourceTree = "<group>"; };
F7C8C1901B482CEA0048180E /* CCGlobal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCGlobal.h; sourceTree = "<group>"; };
@ -1650,7 +1652,6 @@
F7FCFFD61D70798C000E6E29 /* CCPeekPop.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = CCPeekPop.storyboard; sourceTree = "<group>"; };
F7FCFFDD1D707B83000E6E29 /* CCPeekPop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCPeekPop.h; sourceTree = "<group>"; };
F7FCFFDE1D707B83000E6E29 /* CCPeekPop.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPeekPop.m; sourceTree = "<group>"; };
F7FD646E1E65A6ED003EE4D0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = MainInterface.storyboard; sourceTree = "<group>"; };
F7FE125C1BAC03FB0041924B /* CCBKPasscode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBKPasscode.h; sourceTree = "<group>"; };
F7FE125D1BAC03FB0041924B /* CCBKPasscode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCBKPasscode.m; sourceTree = "<group>"; };
F7FE125E1BAC03FB0041924B /* CCCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCCrypto.h; sourceTree = "<group>"; };
@ -2569,23 +2570,13 @@
F74344131E1264EE001CC831 /* Picker */ = {
isa = PBXGroup;
children = (
F7FD646C1E65A6ED003EE4D0 /* Base.lproj */,
F7C742D71E7BD5C900D9C973 /* MainInterface.storyboard */,
F74344161E1264EE001CC831 /* DocumentPickerViewController.swift */,
F74344521E126D06001CC831 /* Picker-Bridging-Header.h */,
F74344141E1264EE001CC831 /* Supporting Files */,
);
path = Picker;
sourceTree = "<group>";
};
F74344141E1264EE001CC831 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F743441B1E1264EE001CC831 /* Info.plist */,
F74344151E1264EE001CC831 /* Picker.entitlements */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
F74344211E1264EE001CC831 /* PickerFileProvider */ = {
isa = PBXGroup;
children = (
@ -3048,6 +3039,8 @@
F7C742C11E7BD01F00D9C973 /* iOSClient.plist */,
F7C742D01E7BD35B00D9C973 /* Share.entitlements */,
F7C742D11E7BD35B00D9C973 /* Share.plist */,
F7C742D41E7BD44400D9C973 /* Picker.entitlements */,
F7C742D51E7BD44400D9C973 /* Picker.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
@ -3393,14 +3386,6 @@
path = PeekPop;
sourceTree = "<group>";
};
F7FD646C1E65A6ED003EE4D0 /* Base.lproj */ = {
isa = PBXGroup;
children = (
F7FD646D1E65A6ED003EE4D0 /* MainInterface.storyboard */,
);
path = Base.lproj;
sourceTree = "<group>";
};
F7FE125B1BAC03FB0041924B /* Security */ = {
isa = PBXGroup;
children = (
@ -3689,11 +3674,12 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F7FD646F1E65A6ED003EE4D0 /* MainInterface.storyboard in Resources */,
F7C742D81E7BD5C900D9C973 /* MainInterface.storyboard in Resources */,
F7FC88FD1E141A3F006D0506 /* Error.strings in Resources */,
F7FC88FB1E141A34006D0506 /* BKPasscodeView.strings in Resources */,
F7FC88FC1E141A39006D0506 /* Localizable.strings in Resources */,
F7D2677C1E157053005ACB7E /* Images.xcassets in Resources */,
F7C742D61E7BD44400D9C973 /* Picker.plist in Resources */,
F743444B1E126B69001CC831 /* CCMove.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
@ -4486,14 +4472,6 @@
name = CTAssetsPicker.strings;
sourceTree = "<group>";
};
F7FD646D1E65A6ED003EE4D0 /* MainInterface.storyboard */ = {
isa = PBXVariantGroup;
children = (
F7FD646E1E65A6ED003EE4D0 /* Base */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
@ -4582,7 +4560,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
CODE_SIGN_ENTITLEMENTS = Picker/Picker.entitlements;
CODE_SIGN_ENTITLEMENTS = iOSClient/Brand/Picker.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEBUG_INFORMATION_FORMAT = dwarf;
@ -4594,7 +4572,7 @@
"NC=1",
);
HEADER_SEARCH_PATHS = "\"Libraries external\"/**";
INFOPLIST_FILE = Picker/Info.plist;
INFOPLIST_FILE = "$(SRCROOT)/iOSClient/Brand/Picker.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LIBRARY_SEARCH_PATHS = "\"Libraries external\"/**";
@ -4615,7 +4593,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
CODE_SIGN_ENTITLEMENTS = Picker/Picker.entitlements;
CODE_SIGN_ENTITLEMENTS = iOSClient/Brand/Picker.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -4626,7 +4604,7 @@
"NC=1",
);
HEADER_SEARCH_PATHS = "\"Libraries external\"/**";
INFOPLIST_FILE = Picker/Info.plist;
INFOPLIST_FILE = "$(SRCROOT)/iOSClient/Brand/Picker.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LIBRARY_SEARCH_PATHS = "\"Libraries external\"/**";

Просмотреть файл

@ -1,119 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="J6p-g8-CHO">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Document Picker View Controller-->
<scene sceneID="Q8I-MS-tKG">
<objects>
<viewController storyboardIdentifier="DocumentPickerViewController" id="J6p-g8-CHO" customClass="DocumentPickerViewController" customModule="Picker" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="hST-wJ-eYy"/>
<viewControllerLayoutGuide type="bottom" id="UQD-kz-Mfv"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Vdh-Gp-eV6">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="vA7-yc-aM1">
<rect key="frame" x="0.0" y="0.0" width="375" height="623"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="0H6-U8-fd4" userLabel="Cell" customClass="recordMetadataCell" customModule="Picker" customModuleProvider="target">
<rect key="frame" x="0.0" y="28" width="375" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0H6-U8-fd4" id="44X-Sr-gc0">
<rect key="frame" x="0.0" y="0.0" width="375" height="49"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Wk9-rb-4yv">
<rect key="frame" x="10" y="5" width="40" height="40"/>
<constraints>
<constraint firstAttribute="width" constant="40" id="OjC-WK-8oe"/>
<constraint firstAttribute="height" constant="40" id="mef-gN-2ly"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" tag="101" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="FileName" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xDF-xa-qvc">
<rect key="frame" x="66" y="16" width="301" height="16"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="13"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="t6N-LC-3jL" userLabel="Status Image View">
<rect key="frame" x="37" y="32" width="15" height="15"/>
<constraints>
<constraint firstAttribute="height" constant="15" id="J4K-CX-e72"/>
<constraint firstAttribute="width" constant="15" id="Vzz-zd-Yzw"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstItem="t6N-LC-3jL" firstAttribute="top" secondItem="44X-Sr-gc0" secondAttribute="topMargin" constant="24" id="4Nk-TB-5YW"/>
<constraint firstItem="Wk9-rb-4yv" firstAttribute="leading" secondItem="44X-Sr-gc0" secondAttribute="leadingMargin" constant="2" id="JC3-NE-SK8"/>
<constraint firstItem="t6N-LC-3jL" firstAttribute="leading" secondItem="44X-Sr-gc0" secondAttribute="leadingMargin" constant="29" id="RMx-hy-3YJ"/>
<constraint firstItem="Wk9-rb-4yv" firstAttribute="centerY" secondItem="44X-Sr-gc0" secondAttribute="centerY" id="cFG-TN-r8I"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="StatusImageView" destination="t6N-LC-3jL" id="PG8-b8-lRJ"/>
<outlet property="fileImageView" destination="Wk9-rb-4yv" id="K2a-JK-zkR"/>
<outlet property="fileName" destination="xDF-xa-qvc" id="i9u-Bj-qoo"/>
</connections>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="J6p-g8-CHO" id="IPP-6O-Pgj"/>
<outlet property="delegate" destination="J6p-g8-CHO" id="wBq-lQ-Kon"/>
</connections>
</tableView>
<toolbar clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kOP-Rg-Mvb">
<rect key="frame" x="0.0" y="623" width="375" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<items>
<barButtonItem style="plain" systemItem="flexibleSpace" id="Wcn-Rh-qba"/>
<barButtonItem image="image_shareExtEncrypt" id="5yO-2s-n3Y" userLabel="Encrypt">
<connections>
<action selector="encryptedButtonTapped:" destination="J6p-g8-CHO" id="OE7-j9-AIp"/>
</connections>
</barButtonItem>
<barButtonItem title="title" id="LlY-NF-IiS" userLabel="Save">
<connections>
<action selector="saveButtonTapped:" destination="J6p-g8-CHO" id="oZp-Hv-neh"/>
</connections>
</barButtonItem>
<barButtonItem style="plain" systemItem="flexibleSpace" id="xmG-u1-O7D"/>
</items>
</toolbar>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="vA7-yc-aM1" secondAttribute="trailing" id="36a-TC-Qul"/>
<constraint firstItem="vA7-yc-aM1" firstAttribute="top" secondItem="Vdh-Gp-eV6" secondAttribute="top" id="B3X-Ni-wvz"/>
<constraint firstItem="vA7-yc-aM1" firstAttribute="leading" secondItem="Vdh-Gp-eV6" secondAttribute="leading" id="S3f-mR-ElS"/>
<constraint firstItem="vA7-yc-aM1" firstAttribute="bottom" secondItem="UQD-kz-Mfv" secondAttribute="top" constant="-44" id="osU-tK-fgp"/>
</constraints>
</view>
<connections>
<outlet property="encryptedButton" destination="5yO-2s-n3Y" id="IQ2-oG-ATo"/>
<outlet property="saveButton" destination="LlY-NF-IiS" id="Vh2-iV-omb"/>
<outlet property="tableView" destination="vA7-yc-aM1" id="nuO-LH-LFc"/>
<outlet property="toolBar" destination="kOP-Rg-Mvb" id="lu3-pV-yxw"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="UoZ-ya-W3e" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="120.8" y="141.67916041979012"/>
</scene>
</scenes>
<resources>
<image name="image_shareExtEncrypt" width="16" height="16"/>
</resources>
</document>

Просмотреть файл

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.it.twsweb.Crypto-Cloud</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
</array>
</dict>
</plist>

Просмотреть файл

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Nextcloud</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>it.twsweb.Nextcloud.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.17</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>00029</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict/>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key>
<integer>20</integer>
<key>NSExtensionActivationSupportsFileWithMaxCount</key>
<integer>20</integer>
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
<integer>20</integer>
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
<integer>5</integer>
<key>NSExtensionActivationSupportsText</key>
<true/>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>0</integer>
</dict>
</dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.share-services</string>
</dict>
</dict>
</plist>

Просмотреть файл

@ -8,7 +8,7 @@
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)it.twsweb.Nextcloud.Picker</string>
</array>
</dict>
</plist>

Просмотреть файл