summaryrefslogtreecommitdiffstats
path: root/ios/iosremote/iosremote.xcodeproj
diff options
context:
space:
mode:
authorSiqi LIU <me@siqi.fr>2013-08-10 00:39:05 +0800
committerSiqi LIU <me@siqi.fr>2013-08-12 00:47:33 +0800
commit4cde47377cec9d64f51c848bc27981278fe77be0 (patch)
tree4a6f84f4d7a743deaf578c4499116b2eda1bfa68 /ios/iosremote/iosremote.xcodeproj
parentDon't change calling convention. (diff)
downloadcore-4cde47377cec9d64f51c848bc27981278fe77be0.tar.gz
core-4cde47377cec9d64f51c848bc27981278fe77be0.zip
final tune for Styling on iOS5/6
Change-Id: Iec53837bd2780439569b3af81ea84c724309e9fd
Diffstat (limited to 'ios/iosremote/iosremote.xcodeproj')
-rw-r--r--ios/iosremote/iosremote.xcodeproj/project.pbxproj8
-rw-r--r--ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcschemes/iosremote.xcscheme2
2 files changed, 6 insertions, 4 deletions
diff --git a/ios/iosremote/iosremote.xcodeproj/project.pbxproj b/ios/iosremote/iosremote.xcodeproj/project.pbxproj
index 6ba9a7c29280..a11fc1b506fa 100644
--- a/ios/iosremote/iosremote.xcodeproj/project.pbxproj
+++ b/ios/iosremote/iosremote.xcodeproj/project.pbxproj
@@ -488,8 +488,6 @@
8C26E5CA17A57C20007DA4B7 /* ControlVariables.h */,
8C26E5CE17A58703007DA4B7 /* HorizontalSlideCell.h */,
8C26E5CF17A58703007DA4B7 /* HorizontalSlideCell.m */,
- 8C26E5D517A68154007DA4B7 /* stopWatch.h */,
- 8C26E5D617A68154007DA4B7 /* stopWatch.m */,
8C0323A917A943720037432E /* UIImageView+setImageAnimated.h */,
8C0323AA17A943720037432E /* UIImageView+setImageAnimated.m */,
8C19F42917B04EC6005BDB61 /* UINavigationController+Theme.h */,
@@ -507,6 +505,8 @@
8C1A170717A28DE800B4BB3C /* Models */ = {
isa = PBXGroup;
children = (
+ 8C26E5D517A68154007DA4B7 /* stopWatch.h */,
+ 8C26E5D617A68154007DA4B7 /* stopWatch.m */,
57C6E426175E076900E8BC5F /* Client.h */,
57C6E427175E076900E8BC5F /* Client.m */,
57C6E428175E076900E8BC5F /* CommunicationManager.h */,
@@ -612,7 +612,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = libreoffice.sdremote;
- LastUpgradeCheck = 0460;
+ LastUpgradeCheck = 0500;
ORGANIZATIONNAME = libreoffice;
};
buildConfigurationList = 57C6E3EA175E06E800E8BC5F /* Build configuration list for PBXProject "iosremote" */;
@@ -837,6 +837,7 @@
"\"$(SRCROOT)/TestFlightSDK1.2.6\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
@@ -859,6 +860,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
+ SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
diff --git a/ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcschemes/iosremote.xcscheme b/ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcschemes/iosremote.xcscheme
index 5d04313e5d82..4a08173bc0d5 100644
--- a/ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcschemes/iosremote.xcscheme
+++ b/ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcschemes/iosremote.xcscheme
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
- LastUpgradeVersion = "0460"
+ LastUpgradeVersion = "0500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"