summaryrefslogtreecommitdiffstats
path: root/ios/MobileLibreOffice
diff options
context:
space:
mode:
authorPtyl Dragon <ptyl@cloudon.com>2013-10-17 17:00:02 +0200
committerJan Holesovsky <kendy@collabora.com>2013-10-17 17:02:43 +0200
commitae549ad1e66283b641e27c3a3743b468b9ff1c43 (patch)
treef0eeba36476a883df38fe4f52108f96029317f5d /ios/MobileLibreOffice
parentUpdated core (diff)
downloadcore-ae549ad1e66283b641e27c3a3743b468b9ff1c43.tar.gz
core-ae549ad1e66283b641e27c3a3743b468b9ff1c43.zip
infrastructure for ios tile testing app
Change-Id: I1a3d10b7fb61b19664b383d29c6e607c01b90a71
Diffstat (limited to 'ios/MobileLibreOffice')
-rw-r--r--ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj70
1 files changed, 69 insertions, 1 deletions
diff --git a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
index 20013422326b..c1277b537689 100644
--- a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
+++ b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
@@ -1526,7 +1526,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
- "$(inherited)",
+ "MLO_APP_ROLE=LO_APP",
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
@@ -1567,6 +1567,7 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_INPUT_FILETYPE = automatic;
+ GCC_PREPROCESSOR_DEFINITIONS = "MLO_APP_ROLE=LO_APP";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
@@ -1629,6 +1630,71 @@
};
name = Release;
};
+ 88A1330F181023A40091F25E /* Debug_tile_tester */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 688EAAE8180D3130003741B3 /* lo.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = armv7;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ CLANG_X86_VECTOR_INSTRUCTIONS = default;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_INPUT_FILETYPE = automatic;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "MLO_APP_ROLE=TILE_TESTER",
+ "DEBUG=1",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = (
+ ../shared/ios_sharedlo/objective_c,
+ ../shared/ios_sharedlo/objective_c/utils,
+ );
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
+ LIBRARY_SEARCH_PATHS = "";
+ LLVM_LTO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ OTHER_LDFLAGS = "";
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALID_ARCHS = armv7;
+ };
+ name = Debug_tile_tester;
+ };
+ 88A13310181023A40091F25E /* Debug_tile_tester */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "MobileLibreOffice/MobileLibreOffice-Prefix.pch";
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = "MobileLibreOffice/MobileLibreOffice-Info.plist";
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ lib_link,
+ );
+ LLVM_LTO = NO;
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug_tile_tester;
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -1636,6 +1702,7 @@
isa = XCConfigurationList;
buildConfigurations = (
689EBB0B18069FB8002F1CD7 /* Debug */,
+ 88A1330F181023A40091F25E /* Debug_tile_tester */,
689EBB0C18069FB8002F1CD7 /* Release */,
);
defaultConfigurationIsVisible = 0;
@@ -1645,6 +1712,7 @@
isa = XCConfigurationList;
buildConfigurations = (
689EBB0E18069FB8002F1CD7 /* Debug */,
+ 88A13310181023A40091F25E /* Debug_tile_tester */,
689EBB0F18069FB8002F1CD7 /* Release */,
);
defaultConfigurationIsVisible = 0;