[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - ios/Mobile.xcodeproj
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon May 20 10:39:00 UTC 2019
ios/Mobile.xcodeproj/project.pbxproj | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1b630d8e2e9612c6e4dde89129d4ee5a77f6c6f5
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon May 20 13:37:42 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon May 20 13:38:32 2019 +0300
Let's restrict the iOS app to iPad in this branch at least
Change-Id: If7b50f0497fd4f391834bdf25bcfe3bdabef9acc
diff --git a/ios/Mobile.xcodeproj/project.pbxproj b/ios/Mobile.xcodeproj/project.pbxproj
index 4f66251ed..4b9d09fd1 100644
--- a/ios/Mobile.xcodeproj/project.pbxproj
+++ b/ios/Mobile.xcodeproj/project.pbxproj
@@ -2613,7 +2613,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.collabora.office.Mobile;
PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
+ TARGETED_DEVICE_FAMILY = 2;
};
name = Debug;
};
@@ -2672,7 +2672,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.collabora.office.Mobile;
PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
+ TARGETED_DEVICE_FAMILY = 2;
};
name = Release;
};
More information about the Libreoffice-commits
mailing list