Skip to content

Commit d707f61

Browse files
committed
Changes necessary to upload the version 3.4.5 to the Apple Store with Xcode 7
1 parent 9da79a2 commit d707f61

File tree

5 files changed

+21
-19
lines changed

5 files changed

+21
-19
lines changed

OC Share Sheet/Info.plist

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.4.4</string>
20+
<string>3.4.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
2424
<string>1.0</string>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<true/>
29+
<key>NSExceptionDomains</key>
30+
<dict/>
31+
</dict>
2532
<key>NSExtension</key>
2633
<dict>
2734
<key>NSExtensionAttributes</key>
@@ -47,12 +54,5 @@
4754
<key>NSExtensionPointIdentifier</key>
4855
<string>com.apple.share-services</string>
4956
</dict>
50-
<key>NSAppTransportSecurity</key>
51-
<dict>
52-
<key>NSAllowsArbitraryLoads</key>
53-
<true/>
54-
<key>NSExceptionDomains</key>
55-
<dict/>
56-
</dict>
5757
</dict>
5858
</plist>

Owncloud iOs Client.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4638,7 +4638,7 @@
46384638
CODE_SIGN_ENTITLEMENTS = "Owncloud iOs Client/Owncloud iOs Client.entitlements";
46394639
CODE_SIGN_IDENTITY = "iPhone Developer";
46404640
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
4641-
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
4641+
CODE_SIGN_RESOURCE_RULES_PATH = "";
46424642
DEFINES_MODULE = YES;
46434643
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
46444644
ENABLE_BITCODE = NO;
@@ -4687,7 +4687,7 @@
46874687
CODE_SIGN_ENTITLEMENTS = "Owncloud iOs Client/Owncloud iOs Client.entitlements";
46884688
CODE_SIGN_IDENTITY = "iPhone Developer";
46894689
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
4690-
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
4690+
CODE_SIGN_RESOURCE_RULES_PATH = "";
46914691
DEFINES_MODULE = YES;
46924692
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
46934693
ENABLE_BITCODE = NO;

Owncloud iOs Client/Owncloud iOs Client-Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@
199199
<array>
200200
<string>armv7</string>
201201
</array>
202+
<key>UIRequiresFullScreen</key>
203+
<true/>
202204
<key>UIRequiresPersistentWiFi</key>
203205
<false/>
204206
<key>UIStatusBarHidden</key>

ownCloudExtApp/Info.plist

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.4.4</string>
20+
<string>3.4.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
2424
<string>1.0</string>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<true/>
29+
<key>NSExceptionDomains</key>
30+
<dict/>
31+
</dict>
2532
<key>NSExtension</key>
2633
<dict>
2734
<key>NSExtensionAttributes</key>
@@ -43,12 +50,5 @@
4350
<key>NSExtensionPrincipalClass</key>
4451
<string>DocumentPickerViewController</string>
4552
</dict>
46-
<key>NSAppTransportSecurity</key>
47-
<dict>
48-
<key>NSAllowsArbitraryLoads</key>
49-
<true/>
50-
<key>NSExceptionDomains</key>
51-
<dict/>
52-
</dict>
5353
</dict>
5454
</plist>

ownCloudExtAppFileProvider/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.4.4</string>
20+
<string>3.4.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)