File tree 5 files changed +21
-19
lines changed
Owncloud iOs Client.xcodeproj
ownCloudExtAppFileProvider
5 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >XPC! </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.4.4 </string >
20
+ <string >3.4.5 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
24
<string >1.0 </string >
25
+ <key >NSAppTransportSecurity </key >
26
+ <dict >
27
+ <key >NSAllowsArbitraryLoads </key >
28
+ <true />
29
+ <key >NSExceptionDomains </key >
30
+ <dict />
31
+ </dict >
25
32
<key >NSExtension </key >
26
33
<dict >
27
34
<key >NSExtensionAttributes </key >
47
54
<key >NSExtensionPointIdentifier </key >
48
55
<string >com.apple.share-services </string >
49
56
</dict >
50
- <key >NSAppTransportSecurity </key >
51
- <dict >
52
- <key >NSAllowsArbitraryLoads </key >
53
- <true />
54
- <key >NSExceptionDomains </key >
55
- <dict />
56
- </dict >
57
57
</dict >
58
58
</plist >
Original file line number Diff line number Diff line change 4638
4638
CODE_SIGN_ENTITLEMENTS = "Owncloud iOs Client/Owncloud iOs Client.entitlements";
4639
4639
CODE_SIGN_IDENTITY = "iPhone Developer";
4640
4640
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
4641
- CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist ";
4641
+ CODE_SIGN_RESOURCE_RULES_PATH = "";
4642
4642
DEFINES_MODULE = YES;
4643
4643
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
4644
4644
ENABLE_BITCODE = NO;
4687
4687
CODE_SIGN_ENTITLEMENTS = "Owncloud iOs Client/Owncloud iOs Client.entitlements";
4688
4688
CODE_SIGN_IDENTITY = "iPhone Developer";
4689
4689
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
4690
- CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist ";
4690
+ CODE_SIGN_RESOURCE_RULES_PATH = "";
4691
4691
DEFINES_MODULE = YES;
4692
4692
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
4693
4693
ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change 199
199
<array >
200
200
<string >armv7 </string >
201
201
</array >
202
+ <key >UIRequiresFullScreen </key >
203
+ <true />
202
204
<key >UIRequiresPersistentWiFi </key >
203
205
<false />
204
206
<key >UIStatusBarHidden </key >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >XPC! </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.4.4 </string >
20
+ <string >3.4.5 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
24
<string >1.0 </string >
25
+ <key >NSAppTransportSecurity </key >
26
+ <dict >
27
+ <key >NSAllowsArbitraryLoads </key >
28
+ <true />
29
+ <key >NSExceptionDomains </key >
30
+ <dict />
31
+ </dict >
25
32
<key >NSExtension </key >
26
33
<dict >
27
34
<key >NSExtensionAttributes </key >
43
50
<key >NSExtensionPrincipalClass </key >
44
51
<string >DocumentPickerViewController </string >
45
52
</dict >
46
- <key >NSAppTransportSecurity </key >
47
- <dict >
48
- <key >NSAllowsArbitraryLoads </key >
49
- <true />
50
- <key >NSExceptionDomains </key >
51
- <dict />
52
- </dict >
53
53
</dict >
54
54
</plist >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >XPC! </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.4.4 </string >
20
+ <string >3.4.5 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments