Project construct

This commit is contained in:
Gerrit Linnemann
2016-12-14 08:29:15 +01:00
commit aa33de26c9
19 changed files with 2149 additions and 0 deletions
+554
View File
@@ -0,0 +1,554 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
854A87B01DF6BD9A00904B3E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854A87AF1DF6BD9A00904B3E /* AppDelegate.swift */; };
854A87B21DF6BD9A00904B3E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854A87B11DF6BD9A00904B3E /* ViewController.swift */; };
854A87B41DF6BD9A00904B3E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 854A87B31DF6BD9A00904B3E /* Assets.xcassets */; };
854A87B71DF6BD9A00904B3E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 854A87B51DF6BD9A00904B3E /* Main.storyboard */; };
854A87C21DF6BD9A00904B3E /* OTRS_WatchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854A87C11DF6BD9A00904B3E /* OTRS_WatchTests.swift */; };
854A87CD1DF6BD9A00904B3E /* OTRS_WatchUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854A87CC1DF6BD9A00904B3E /* OTRS_WatchUITests.swift */; };
854A87DB1DF6C22C00904B3E /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854A87DA1DF6C22C00904B3E /* Constants.swift */; };
854A87DD1DF6DC7500904B3E /* OTRS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854A87DC1DF6DC7500904B3E /* OTRS.swift */; };
857EB22C1DF974F500CCA941 /* Ticket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 857EB22B1DF974F500CCA941 /* Ticket.swift */; };
857EB22F1DF9845200CCA941 /* TicketExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 857EB22E1DF9845200CCA941 /* TicketExtension.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
854A87BE1DF6BD9A00904B3E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 854A87A41DF6BD9900904B3E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 854A87AB1DF6BD9900904B3E;
remoteInfo = "OTRS-Watch";
};
854A87C91DF6BD9A00904B3E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 854A87A41DF6BD9900904B3E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 854A87AB1DF6BD9900904B3E;
remoteInfo = "OTRS-Watch";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
854A87AC1DF6BD9A00904B3E /* OTRS-Watch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "OTRS-Watch.app"; sourceTree = BUILT_PRODUCTS_DIR; };
854A87AF1DF6BD9A00904B3E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
854A87B11DF6BD9A00904B3E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
854A87B31DF6BD9A00904B3E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
854A87B61DF6BD9A00904B3E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
854A87B81DF6BD9A00904B3E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
854A87BD1DF6BD9A00904B3E /* OTRS-WatchTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "OTRS-WatchTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
854A87C11DF6BD9A00904B3E /* OTRS_WatchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OTRS_WatchTests.swift; sourceTree = "<group>"; };
854A87C31DF6BD9A00904B3E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
854A87C81DF6BD9A00904B3E /* OTRS-WatchUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "OTRS-WatchUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
854A87CC1DF6BD9A00904B3E /* OTRS_WatchUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OTRS_WatchUITests.swift; sourceTree = "<group>"; };
854A87CE1DF6BD9A00904B3E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
854A87DA1DF6C22C00904B3E /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
854A87DC1DF6DC7500904B3E /* OTRS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OTRS.swift; sourceTree = "<group>"; };
857EB22B1DF974F500CCA941 /* Ticket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Ticket.swift; path = Model/Ticket.swift; sourceTree = "<group>"; };
857EB22E1DF9845200CCA941 /* TicketExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TicketExtension.swift; path = Model/Extension/TicketExtension.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
854A87A91DF6BD9900904B3E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
854A87BA1DF6BD9A00904B3E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
854A87C51DF6BD9A00904B3E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
854A87A31DF6BD9900904B3E = {
isa = PBXGroup;
children = (
854A87AE1DF6BD9A00904B3E /* OTRS-Watch */,
854A87C01DF6BD9A00904B3E /* OTRS-WatchTests */,
854A87CB1DF6BD9A00904B3E /* OTRS-WatchUITests */,
854A87AD1DF6BD9A00904B3E /* Products */,
);
sourceTree = "<group>";
};
854A87AD1DF6BD9A00904B3E /* Products */ = {
isa = PBXGroup;
children = (
854A87AC1DF6BD9A00904B3E /* OTRS-Watch.app */,
854A87BD1DF6BD9A00904B3E /* OTRS-WatchTests.xctest */,
854A87C81DF6BD9A00904B3E /* OTRS-WatchUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
854A87AE1DF6BD9A00904B3E /* OTRS-Watch */ = {
isa = PBXGroup;
children = (
857EB22A1DF9748B00CCA941 /* Model */,
854A87AF1DF6BD9A00904B3E /* AppDelegate.swift */,
854A87B11DF6BD9A00904B3E /* ViewController.swift */,
854A87B31DF6BD9A00904B3E /* Assets.xcassets */,
854A87B51DF6BD9A00904B3E /* Main.storyboard */,
854A87B81DF6BD9A00904B3E /* Info.plist */,
854A87DA1DF6C22C00904B3E /* Constants.swift */,
854A87DC1DF6DC7500904B3E /* OTRS.swift */,
);
path = "OTRS-Watch";
sourceTree = "<group>";
};
854A87C01DF6BD9A00904B3E /* OTRS-WatchTests */ = {
isa = PBXGroup;
children = (
854A87C11DF6BD9A00904B3E /* OTRS_WatchTests.swift */,
854A87C31DF6BD9A00904B3E /* Info.plist */,
);
path = "OTRS-WatchTests";
sourceTree = "<group>";
};
854A87CB1DF6BD9A00904B3E /* OTRS-WatchUITests */ = {
isa = PBXGroup;
children = (
854A87CC1DF6BD9A00904B3E /* OTRS_WatchUITests.swift */,
854A87CE1DF6BD9A00904B3E /* Info.plist */,
);
path = "OTRS-WatchUITests";
sourceTree = "<group>";
};
857EB22A1DF9748B00CCA941 /* Model */ = {
isa = PBXGroup;
children = (
857EB22D1DF9843300CCA941 /* Extension */,
857EB22B1DF974F500CCA941 /* Ticket.swift */,
);
name = Model;
sourceTree = "<group>";
};
857EB22D1DF9843300CCA941 /* Extension */ = {
isa = PBXGroup;
children = (
857EB22E1DF9845200CCA941 /* TicketExtension.swift */,
);
name = Extension;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
854A87AB1DF6BD9900904B3E /* OTRS-Watch */ = {
isa = PBXNativeTarget;
buildConfigurationList = 854A87D11DF6BD9A00904B3E /* Build configuration list for PBXNativeTarget "OTRS-Watch" */;
buildPhases = (
854A87A81DF6BD9900904B3E /* Sources */,
854A87A91DF6BD9900904B3E /* Frameworks */,
854A87AA1DF6BD9900904B3E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "OTRS-Watch";
productName = "OTRS-Watch";
productReference = 854A87AC1DF6BD9A00904B3E /* OTRS-Watch.app */;
productType = "com.apple.product-type.application";
};
854A87BC1DF6BD9A00904B3E /* OTRS-WatchTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 854A87D41DF6BD9A00904B3E /* Build configuration list for PBXNativeTarget "OTRS-WatchTests" */;
buildPhases = (
854A87B91DF6BD9A00904B3E /* Sources */,
854A87BA1DF6BD9A00904B3E /* Frameworks */,
854A87BB1DF6BD9A00904B3E /* Resources */,
);
buildRules = (
);
dependencies = (
854A87BF1DF6BD9A00904B3E /* PBXTargetDependency */,
);
name = "OTRS-WatchTests";
productName = "OTRS-WatchTests";
productReference = 854A87BD1DF6BD9A00904B3E /* OTRS-WatchTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
854A87C71DF6BD9A00904B3E /* OTRS-WatchUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 854A87D71DF6BD9A00904B3E /* Build configuration list for PBXNativeTarget "OTRS-WatchUITests" */;
buildPhases = (
854A87C41DF6BD9A00904B3E /* Sources */,
854A87C51DF6BD9A00904B3E /* Frameworks */,
854A87C61DF6BD9A00904B3E /* Resources */,
);
buildRules = (
);
dependencies = (
854A87CA1DF6BD9A00904B3E /* PBXTargetDependency */,
);
name = "OTRS-WatchUITests";
productName = "OTRS-WatchUITests";
productReference = 854A87C81DF6BD9A00904B3E /* OTRS-WatchUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
854A87A41DF6BD9900904B3E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0810;
LastUpgradeCheck = 0810;
ORGANIZATIONNAME = "Adawim UG (haftungsbeschränkt)";
TargetAttributes = {
854A87AB1DF6BD9900904B3E = {
CreatedOnToolsVersion = 8.1;
ProvisioningStyle = Automatic;
};
854A87BC1DF6BD9A00904B3E = {
CreatedOnToolsVersion = 8.1;
ProvisioningStyle = Automatic;
TestTargetID = 854A87AB1DF6BD9900904B3E;
};
854A87C71DF6BD9A00904B3E = {
CreatedOnToolsVersion = 8.1;
ProvisioningStyle = Automatic;
TestTargetID = 854A87AB1DF6BD9900904B3E;
};
};
};
buildConfigurationList = 854A87A71DF6BD9900904B3E /* Build configuration list for PBXProject "OTRS-Watch" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 854A87A31DF6BD9900904B3E;
productRefGroup = 854A87AD1DF6BD9A00904B3E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
854A87AB1DF6BD9900904B3E /* OTRS-Watch */,
854A87BC1DF6BD9A00904B3E /* OTRS-WatchTests */,
854A87C71DF6BD9A00904B3E /* OTRS-WatchUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
854A87AA1DF6BD9900904B3E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
854A87B41DF6BD9A00904B3E /* Assets.xcassets in Resources */,
854A87B71DF6BD9A00904B3E /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
854A87BB1DF6BD9A00904B3E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
854A87C61DF6BD9A00904B3E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
854A87A81DF6BD9900904B3E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
854A87B21DF6BD9A00904B3E /* ViewController.swift in Sources */,
857EB22F1DF9845200CCA941 /* TicketExtension.swift in Sources */,
854A87DD1DF6DC7500904B3E /* OTRS.swift in Sources */,
857EB22C1DF974F500CCA941 /* Ticket.swift in Sources */,
854A87B01DF6BD9A00904B3E /* AppDelegate.swift in Sources */,
854A87DB1DF6C22C00904B3E /* Constants.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
854A87B91DF6BD9A00904B3E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
854A87C21DF6BD9A00904B3E /* OTRS_WatchTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
854A87C41DF6BD9A00904B3E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
854A87CD1DF6BD9A00904B3E /* OTRS_WatchUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
854A87BF1DF6BD9A00904B3E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 854A87AB1DF6BD9900904B3E /* OTRS-Watch */;
targetProxy = 854A87BE1DF6BD9A00904B3E /* PBXContainerItemProxy */;
};
854A87CA1DF6BD9A00904B3E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 854A87AB1DF6BD9900904B3E /* OTRS-Watch */;
targetProxy = 854A87C91DF6BD9A00904B3E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
854A87B51DF6BD9A00904B3E /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
854A87B61DF6BD9A00904B3E /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
854A87CF1DF6BD9A00904B3E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
854A87D01DF6BD9A00904B3E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};
name = Release;
};
854A87D21DF6BD9A00904B3E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "OTRS-Watch/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.adawim.ticket.OTRS-Watch";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
854A87D31DF6BD9A00904B3E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "OTRS-Watch/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.adawim.ticket.OTRS-Watch";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
854A87D51DF6BD9A00904B3E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "OTRS-WatchTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.adawim.ticket.OTRS-WatchTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OTRS-Watch.app/Contents/MacOS/OTRS-Watch";
};
name = Debug;
};
854A87D61DF6BD9A00904B3E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "OTRS-WatchTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.adawim.ticket.OTRS-WatchTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OTRS-Watch.app/Contents/MacOS/OTRS-Watch";
};
name = Release;
};
854A87D81DF6BD9A00904B3E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "OTRS-WatchUITests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.adawim.ticket.OTRS-WatchUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = "OTRS-Watch";
};
name = Debug;
};
854A87D91DF6BD9A00904B3E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "OTRS-WatchUITests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.adawim.ticket.OTRS-WatchUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = "OTRS-Watch";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
854A87A71DF6BD9900904B3E /* Build configuration list for PBXProject "OTRS-Watch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
854A87CF1DF6BD9A00904B3E /* Debug */,
854A87D01DF6BD9A00904B3E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
854A87D11DF6BD9A00904B3E /* Build configuration list for PBXNativeTarget "OTRS-Watch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
854A87D21DF6BD9A00904B3E /* Debug */,
854A87D31DF6BD9A00904B3E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
854A87D41DF6BD9A00904B3E /* Build configuration list for PBXNativeTarget "OTRS-WatchTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
854A87D51DF6BD9A00904B3E /* Debug */,
854A87D61DF6BD9A00904B3E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
854A87D71DF6BD9A00904B3E /* Build configuration list for PBXNativeTarget "OTRS-WatchUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
854A87D81DF6BD9A00904B3E /* Debug */,
854A87D91DF6BD9A00904B3E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 854A87A41DF6BD9900904B3E /* Project object */;
}
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:OTRS-Watch.xcodeproj">
</FileRef>
</Workspace>
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "OTRS-Watch/OTRS.swift"
timestampString = "502885498.221741"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "46"
endingLineNumber = "46"
landmarkName = "get(forQue:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "OTRS-Watch/OTRS.swift"
timestampString = "502893913.377215"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "53"
endingLineNumber = "53"
landmarkName = "get(forQue:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0810"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "854A87AB1DF6BD9900904B3E"
BuildableName = "OTRS-Watch.app"
BlueprintName = "OTRS-Watch"
ReferencedContainer = "container:OTRS-Watch.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "854A87BC1DF6BD9A00904B3E"
BuildableName = "OTRS-WatchTests.xctest"
BlueprintName = "OTRS-WatchTests"
ReferencedContainer = "container:OTRS-Watch.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "854A87C71DF6BD9A00904B3E"
BuildableName = "OTRS-WatchUITests.xctest"
BlueprintName = "OTRS-WatchUITests"
ReferencedContainer = "container:OTRS-Watch.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "854A87AB1DF6BD9900904B3E"
BuildableName = "OTRS-Watch.app"
BlueprintName = "OTRS-Watch"
ReferencedContainer = "container:OTRS-Watch.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "854A87AB1DF6BD9900904B3E"
BuildableName = "OTRS-Watch.app"
BlueprintName = "OTRS-Watch"
ReferencedContainer = "container:OTRS-Watch.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "854A87AB1DF6BD9900904B3E"
BuildableName = "OTRS-Watch.app"
BlueprintName = "OTRS-Watch"
ReferencedContainer = "container:OTRS-Watch.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>OTRS-Watch.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>854A87AB1DF6BD9900904B3E</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>854A87BC1DF6BD9A00904B3E</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>854A87C71DF6BD9A00904B3E</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>