Selaa lähdekoodia

Merge pull request #73 from deltachat/merlinux

migration to Merlinux
nayooti 6 vuotta sitten
vanhempi
commit
e516a4400c

+ 4 - 4
deltachat-ios.xcodeproj/project.pbxproj

@@ -1190,7 +1190,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = EEQW58QXHC;
+				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
 					"$(inherited)",
@@ -1250,7 +1250,7 @@
 					"$(inherited)",
 					"-lrpgp",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = com.delta.chat.ios;
+				PRODUCT_BUNDLE_IDENTIFIER = chat.delta;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
 				SWIFT_OBJC_BRIDGING_HEADER = "deltachat-ios/deltachat-ios-Bridging-Header.h";
@@ -1269,7 +1269,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = EEQW58QXHC;
+				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
 					"$(inherited)",
@@ -1329,7 +1329,7 @@
 					"$(inherited)",
 					"-lrpgp",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = com.delta.chat.ios;
+				PRODUCT_BUNDLE_IDENTIFIER = chat.delta;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
 				SWIFT_OBJC_BRIDGING_HEADER = "deltachat-ios/deltachat-ios-Bridging-Header.h";

+ 11 - 11
deltachat-ios/Info.plist

@@ -18,6 +18,15 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
 	<string>1.0</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>chat.delta</string>
+			</array>
+		</dict>
+	</array>
 	<key>CFBundleVersion</key>
 	<string>5.1</string>
 	<key>LSRequiresIPhoneOS</key>
@@ -26,12 +35,12 @@
 	<true/>
 	<key>NSCameraUsageDescription</key>
 	<string>Allowing access to the camera lets you take photos and videos.</string>
+	<key>NSContactsUsageDescription</key>
+	<string>Allowing access to your address book lets you chat with contacts from your device</string>
 	<key>NSMicrophoneUsageDescription</key>
 	<string>Allowing access to the microphone lets you record audio.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
 	<string>Allowing access to the photo library allows you to upload images from it.</string>
-	<key>NSContactsUsageDescription</key>
-	<string>Allowing access to your address book lets you chat with contacts from your device</string>
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>fetch</string>
@@ -57,14 +66,5 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
-	<key>CFBundleURLTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleURLSchemes</key>
-			<array>
-				<string>chat.delta</string>
-			</array>
-		</dict>
-	</array>
 </dict>
 </plist>

+ 1 - 1
deltachat-ios/deltachat-ios.entitlements

@@ -8,7 +8,7 @@
 	<array/>
 	<key>com.apple.security.application-groups</key>
 	<array>
-		<string>group.delta.chat.ios</string>
+		<string>group.eu.merlinux.group.chat.delta.ios</string>
 	</array>
 </dict>
 </plist>