ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj                
           |   28 -
 ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/DEVICE  
           |  186 ++++++++++
 
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
 |   83 ++++
 3 files changed, 286 insertions(+), 11 deletions(-)

New commits:
commit 10f2a6852f74add3b0e8b466189a208f9ee42462
Author: jan Iversen <[email protected]>
Date:   Sun Nov 19 18:55:27 2017 +0100

    iOS, added schemes to project
    
    This is very much an experimental feature, to ease the building
    process.
    
    Currently only SIMULATOR is tested
    
    Change-Id: I67137057132115d800af31a617aeafc585b0819b

diff --git a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
index c1e39b866540..656c7f2693dd 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
+++ b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
@@ -222,7 +222,7 @@
                                        };
                                };
                        };
-                       buildConfigurationList = 397E08F51E597BD8001374E0 /* 
Build configuration list for PBXProject "LibreOfficeLight" */;
+                       buildConfigurationList = 397E08F51E597BD8001374E0 /* 
Build configuration list for PBXNativeTarget "LibreOfficeLight" */;
                        compatibilityVersion = "Xcode 8.0";
                        developmentRegion = English;
                        hasScannedForEncodings = 0;
@@ -370,16 +370,18 @@
                                        "$(LO_SRCDIR)/ios/generated",
                                        
"$(LO_WORKDIR)/UnpackedTarball/icu/source/common",
                                );
-                               IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+                               IPHONEOS_DEPLOYMENT_TARGET = 11.1;
                                MACH_O_TYPE = mh_execute;
                                MTL_ENABLE_DEBUG_INFO = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                OTHER_LDFLAGS = "$(LINK_LDFLAGS)";
+                               PRODUCT_BUNDLE_IDENTIFIER = 
com.jani.Editors.LibreOfficeLight;
+                               PRODUCT_NAME = LibreOfficeLight;
                                SDKROOT = iphoneos;
                                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
-                               SWIFT_OBJC_BRIDGING_HEADER = 
"lokit-Bridging-Header.h";
+                               SWIFT_OBJC_BRIDGING_HEADER = 
"LibreOfficeLight/lokit-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
-                               SWIFT_SWIFT3_OBJC_INFERENCE = Default;
+                               SWIFT_SWIFT3_OBJC_INFERENCE = Off;
                                SWIFT_VERSION = 4.0;
                                TARGETED_DEVICE_FAMILY = "1,2";
                                VALID_ARCHS = "arm64 x86_64";
@@ -448,15 +450,17 @@
                                        
"$(LO_WORKDIR)/UnpackedTarball/icu/source/common",
                                        "$(LO_SRCDIR)/ios/generated",
                                );
-                               IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+                               IPHONEOS_DEPLOYMENT_TARGET = 11.1;
                                MACH_O_TYPE = mh_execute;
                                MTL_ENABLE_DEBUG_INFO = NO;
                                ONLY_ACTIVE_ARCH = NO;
                                OTHER_LDFLAGS = "$(LINK_LDFLAGS)";
+                               PRODUCT_BUNDLE_IDENTIFIER = 
com.jani.Editors.LibreOfficeLight;
+                               PRODUCT_NAME = LibreOfficeLight;
                                SDKROOT = iphoneos;
-                               SWIFT_OBJC_BRIDGING_HEADER = 
"lokit-Bridging-Header.h";
+                               SWIFT_OBJC_BRIDGING_HEADER = 
"LibreOfficeLight/lokit-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
-                               SWIFT_SWIFT3_OBJC_INFERENCE = Default;
+                               SWIFT_SWIFT3_OBJC_INFERENCE = Off;
                                SWIFT_VERSION = 4.0;
                                TARGETED_DEVICE_FAMILY = "1,2";
                                VALIDATE_PRODUCT = YES;
@@ -532,16 +536,18 @@
                                        "$(LO_SRCDIR)/ios/generated",
                                        
"$(LO_WORKDIR)/UnpackedTarball/icu/source/common",
                                );
-                               IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+                               IPHONEOS_DEPLOYMENT_TARGET = 11.1;
                                MACH_O_TYPE = mh_execute;
                                MTL_ENABLE_DEBUG_INFO = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                OTHER_LDFLAGS = "$(LINK_LDFLAGS)";
+                               PRODUCT_BUNDLE_IDENTIFIER = 
com.jani.Editors.LibreOfficeLight;
+                               PRODUCT_NAME = LibreOfficeLight;
                                SDKROOT = iphoneos;
                                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
-                               SWIFT_OBJC_BRIDGING_HEADER = 
"lokit-Bridging-Header.h";
+                               SWIFT_OBJC_BRIDGING_HEADER = 
"LibreOfficeLight/lokit-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
-                               SWIFT_SWIFT3_OBJC_INFERENCE = Default;
+                               SWIFT_SWIFT3_OBJC_INFERENCE = Off;
                                SWIFT_VERSION = 4.0;
                                TARGETED_DEVICE_FAMILY = "1,2";
                                VALID_ARCHS = "arm64 x86_64";
@@ -551,7 +557,7 @@
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
-               397E08F51E597BD8001374E0 /* Build configuration list for 
PBXProject "LibreOfficeLight" */ = {
+               397E08F51E597BD8001374E0 /* Build configuration list for 
PBXNativeTarget "LibreOfficeLight" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                397E09231E597BD8001374E0 /* Debug */,
diff --git 
a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/DEVICE 
DEBUG.xcscheme 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/DEVICE 
DEBUG.xcscheme
new file mode 100644
index 000000000000..9da3e8c5caca
--- /dev/null
+++ 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/DEVICE 
DEBUG.xcscheme      
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0910"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "NO"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "NO"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "397E08F91E597BD8001374E0"
+               BuildableName = "LibreOfficeLight.app"
+               BlueprintName = "LibreOfficeLight"
+               ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      language = ""
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+      </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      language = ""
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Debug"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Debug"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
diff --git 
a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/DEVICE 
RELEASE.xcscheme 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/DEVICE 
RELEASE.xcscheme
new file mode 100644
index 000000000000..e11d2d02923e
--- /dev/null
+++ 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/DEVICE 
RELEASE.xcscheme    
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0910"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "NO"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "YES"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "397E08F91E597BD8001374E0"
+               BuildableName = "LibreOfficeLight.app"
+               BlueprintName = "LibreOfficeLight"
+               ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Release"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      language = ""
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+      </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Release"
+      selectedDebuggerIdentifier = ""
+      selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
+      language = ""
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Release"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Release">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
diff --git 
a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
new file mode 100644
index 000000000000..b42ac39b4e24
--- /dev/null
+++ 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0910"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "NO"
+            buildForRunning = "YES"
+            buildForProfiling = "NO"
+            buildForArchiving = "NO"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "397E08F91E597BD8001374E0"
+               BuildableName = "LibreOfficeLight.app"
+               BlueprintName = "LibreOfficeLight"
+               ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Simulator"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      language = ""
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+      </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Simulator"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      language = ""
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "397E08F91E597BD8001374E0"
+            BuildableName = "LibreOfficeLight.app"
+            BlueprintName = "LibreOfficeLight"
+            ReferencedContainer = "container:LibreOfficeLight.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Simulator"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Simulator">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Simulator"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to