2020-12-19 23:36:41 +00:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 50;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
CD9FAB81258EC60200D6D0C5 /* DHBW_ServiceApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9FAB80258EC60200D6D0C5 /* DHBW_ServiceApp.swift */; };
|
|
|
|
CD9FAB83258EC60200D6D0C5 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9FAB82258EC60200D6D0C5 /* ContentView.swift */; };
|
|
|
|
CD9FAB85258EC60600D6D0C5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CD9FAB84258EC60600D6D0C5 /* Assets.xcassets */; };
|
|
|
|
CD9FAB88258EC60600D6D0C5 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CD9FAB87258EC60600D6D0C5 /* Preview Assets.xcassets */; };
|
|
|
|
CD9FAB8A258EC60600D6D0C5 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9FAB89258EC60600D6D0C5 /* Persistence.swift */; };
|
|
|
|
CD9FAB8D258EC60600D6D0C5 /* DHBW_Service.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = CD9FAB8B258EC60600D6D0C5 /* DHBW_Service.xcdatamodeld */; };
|
|
|
|
CD9FAB98258EC60600D6D0C5 /* DHBW_ServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9FAB97258EC60600D6D0C5 /* DHBW_ServiceTests.swift */; };
|
|
|
|
CD9FABA3258EC60600D6D0C5 /* DHBW_ServiceUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9FABA2258EC60600D6D0C5 /* DHBW_ServiceUITests.swift */; };
|
2020-12-21 19:28:01 +00:00
|
|
|
CDCD721A25912E1200FBF2F5 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDCD721925912E1200FBF2F5 /* HomeView.swift */; };
|
2020-12-21 19:54:59 +00:00
|
|
|
CDCD72242591316500FBF2F5 /* LocalSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDCD72232591316500FBF2F5 /* LocalSettings.swift */; };
|
2020-12-19 23:36:41 +00:00
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
CD9FAB94258EC60600D6D0C5 /* PBXContainerItemProxy */ = {
|
|
|
|
isa = PBXContainerItemProxy;
|
|
|
|
containerPortal = CD9FAB75258EC60100D6D0C5 /* Project object */;
|
|
|
|
proxyType = 1;
|
|
|
|
remoteGlobalIDString = CD9FAB7C258EC60200D6D0C5;
|
|
|
|
remoteInfo = "DHBW-Service";
|
|
|
|
};
|
|
|
|
CD9FAB9F258EC60600D6D0C5 /* PBXContainerItemProxy */ = {
|
|
|
|
isa = PBXContainerItemProxy;
|
|
|
|
containerPortal = CD9FAB75258EC60100D6D0C5 /* Project object */;
|
|
|
|
proxyType = 1;
|
|
|
|
remoteGlobalIDString = CD9FAB7C258EC60200D6D0C5;
|
|
|
|
remoteInfo = "DHBW-Service";
|
|
|
|
};
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
CD9FAB7D258EC60200D6D0C5 /* DHBW-Service.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DHBW-Service.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
CD9FAB80258EC60200D6D0C5 /* DHBW_ServiceApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DHBW_ServiceApp.swift; sourceTree = "<group>"; };
|
|
|
|
CD9FAB82258EC60200D6D0C5 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
|
|
CD9FAB84258EC60600D6D0C5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
CD9FAB87258EC60600D6D0C5 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
|
|
CD9FAB89258EC60600D6D0C5 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
|
|
|
|
CD9FAB8C258EC60600D6D0C5 /* DHBW_Service.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = DHBW_Service.xcdatamodel; sourceTree = "<group>"; };
|
|
|
|
CD9FAB8E258EC60600D6D0C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
CD9FAB93258EC60600D6D0C5 /* DHBW-ServiceTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DHBW-ServiceTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
CD9FAB97258EC60600D6D0C5 /* DHBW_ServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DHBW_ServiceTests.swift; sourceTree = "<group>"; };
|
|
|
|
CD9FAB99258EC60600D6D0C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
CD9FAB9E258EC60600D6D0C5 /* DHBW-ServiceUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DHBW-ServiceUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
CD9FABA2258EC60600D6D0C5 /* DHBW_ServiceUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DHBW_ServiceUITests.swift; sourceTree = "<group>"; };
|
|
|
|
CD9FABA4258EC60600D6D0C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
2020-12-21 19:28:01 +00:00
|
|
|
CDCD721925912E1200FBF2F5 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
|
2020-12-21 19:54:59 +00:00
|
|
|
CDCD72232591316500FBF2F5 /* LocalSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalSettings.swift; sourceTree = "<group>"; };
|
2020-12-19 23:36:41 +00:00
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
CD9FAB7A258EC60200D6D0C5 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
CD9FAB90258EC60600D6D0C5 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
CD9FAB9B258EC60600D6D0C5 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
CD9FAB74258EC60100D6D0C5 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB7F258EC60200D6D0C5 /* DHBW-Service */,
|
|
|
|
CD9FAB96258EC60600D6D0C5 /* DHBW-ServiceTests */,
|
|
|
|
CD9FABA1258EC60600D6D0C5 /* DHBW-ServiceUITests */,
|
|
|
|
CD9FAB7E258EC60200D6D0C5 /* Products */,
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CD9FAB7E258EC60200D6D0C5 /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB7D258EC60200D6D0C5 /* DHBW-Service.app */,
|
|
|
|
CD9FAB93258EC60600D6D0C5 /* DHBW-ServiceTests.xctest */,
|
|
|
|
CD9FAB9E258EC60600D6D0C5 /* DHBW-ServiceUITests.xctest */,
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CD9FAB7F258EC60200D6D0C5 /* DHBW-Service */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2020-12-21 19:28:01 +00:00
|
|
|
CDCD720F25912D3C00FBF2F5 /* App */,
|
|
|
|
CDCD721025912D4900FBF2F5 /* Views */,
|
2020-12-21 19:54:59 +00:00
|
|
|
CDCD72222591314000FBF2F5 /* Observables */,
|
2020-12-21 19:28:01 +00:00
|
|
|
CDCD721125912D5400FBF2F5 /* CoreData */,
|
|
|
|
CDCD721225912D6300FBF2F5 /* Supporting Files */,
|
2020-12-19 23:36:41 +00:00
|
|
|
CD9FAB86258EC60600D6D0C5 /* Preview Content */,
|
|
|
|
);
|
|
|
|
path = "DHBW-Service";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CD9FAB86258EC60600D6D0C5 /* Preview Content */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB87258EC60600D6D0C5 /* Preview Assets.xcassets */,
|
|
|
|
);
|
|
|
|
path = "Preview Content";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CD9FAB96258EC60600D6D0C5 /* DHBW-ServiceTests */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB97258EC60600D6D0C5 /* DHBW_ServiceTests.swift */,
|
|
|
|
CD9FAB99258EC60600D6D0C5 /* Info.plist */,
|
|
|
|
);
|
|
|
|
path = "DHBW-ServiceTests";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CD9FABA1258EC60600D6D0C5 /* DHBW-ServiceUITests */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FABA2258EC60600D6D0C5 /* DHBW_ServiceUITests.swift */,
|
|
|
|
CD9FABA4258EC60600D6D0C5 /* Info.plist */,
|
|
|
|
);
|
|
|
|
path = "DHBW-ServiceUITests";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2020-12-21 19:28:01 +00:00
|
|
|
CDCD720F25912D3C00FBF2F5 /* App */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB80258EC60200D6D0C5 /* DHBW_ServiceApp.swift */,
|
|
|
|
);
|
|
|
|
path = App;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CDCD721025912D4900FBF2F5 /* Views */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB82258EC60200D6D0C5 /* ContentView.swift */,
|
|
|
|
CDCD721E25912E1700FBF2F5 /* Tabs */,
|
|
|
|
);
|
|
|
|
path = Views;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CDCD721125912D5400FBF2F5 /* CoreData */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB8B258EC60600D6D0C5 /* DHBW_Service.xcdatamodeld */,
|
|
|
|
CD9FAB89258EC60600D6D0C5 /* Persistence.swift */,
|
|
|
|
);
|
|
|
|
path = CoreData;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CDCD721225912D6300FBF2F5 /* Supporting Files */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB8E258EC60600D6D0C5 /* Info.plist */,
|
|
|
|
CD9FAB84258EC60600D6D0C5 /* Assets.xcassets */,
|
|
|
|
);
|
|
|
|
path = "Supporting Files";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
CDCD721E25912E1700FBF2F5 /* Tabs */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CDCD721925912E1200FBF2F5 /* HomeView.swift */,
|
|
|
|
);
|
|
|
|
path = Tabs;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2020-12-21 19:54:59 +00:00
|
|
|
CDCD72222591314000FBF2F5 /* Observables */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
CDCD72232591316500FBF2F5 /* LocalSettings.swift */,
|
|
|
|
);
|
|
|
|
path = Observables;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2020-12-19 23:36:41 +00:00
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
CD9FAB7C258EC60200D6D0C5 /* DHBW-Service */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = CD9FABA7258EC60600D6D0C5 /* Build configuration list for PBXNativeTarget "DHBW-Service" */;
|
|
|
|
buildPhases = (
|
|
|
|
CD9FAB79258EC60200D6D0C5 /* Sources */,
|
|
|
|
CD9FAB7A258EC60200D6D0C5 /* Frameworks */,
|
|
|
|
CD9FAB7B258EC60200D6D0C5 /* Resources */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = "DHBW-Service";
|
|
|
|
productName = "DHBW-Service";
|
|
|
|
productReference = CD9FAB7D258EC60200D6D0C5 /* DHBW-Service.app */;
|
|
|
|
productType = "com.apple.product-type.application";
|
|
|
|
};
|
|
|
|
CD9FAB92258EC60600D6D0C5 /* DHBW-ServiceTests */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = CD9FABAA258EC60600D6D0C5 /* Build configuration list for PBXNativeTarget "DHBW-ServiceTests" */;
|
|
|
|
buildPhases = (
|
|
|
|
CD9FAB8F258EC60600D6D0C5 /* Sources */,
|
|
|
|
CD9FAB90258EC60600D6D0C5 /* Frameworks */,
|
|
|
|
CD9FAB91258EC60600D6D0C5 /* Resources */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
CD9FAB95258EC60600D6D0C5 /* PBXTargetDependency */,
|
|
|
|
);
|
|
|
|
name = "DHBW-ServiceTests";
|
|
|
|
productName = "DHBW-ServiceTests";
|
|
|
|
productReference = CD9FAB93258EC60600D6D0C5 /* DHBW-ServiceTests.xctest */;
|
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
|
};
|
|
|
|
CD9FAB9D258EC60600D6D0C5 /* DHBW-ServiceUITests */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = CD9FABAD258EC60600D6D0C5 /* Build configuration list for PBXNativeTarget "DHBW-ServiceUITests" */;
|
|
|
|
buildPhases = (
|
|
|
|
CD9FAB9A258EC60600D6D0C5 /* Sources */,
|
|
|
|
CD9FAB9B258EC60600D6D0C5 /* Frameworks */,
|
|
|
|
CD9FAB9C258EC60600D6D0C5 /* Resources */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
CD9FABA0258EC60600D6D0C5 /* PBXTargetDependency */,
|
|
|
|
);
|
|
|
|
name = "DHBW-ServiceUITests";
|
|
|
|
productName = "DHBW-ServiceUITests";
|
|
|
|
productReference = CD9FAB9E258EC60600D6D0C5 /* DHBW-ServiceUITests.xctest */;
|
|
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
CD9FAB75258EC60100D6D0C5 /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
|
|
|
LastSwiftUpdateCheck = 1230;
|
|
|
|
LastUpgradeCheck = 1230;
|
|
|
|
TargetAttributes = {
|
|
|
|
CD9FAB7C258EC60200D6D0C5 = {
|
|
|
|
CreatedOnToolsVersion = 12.3;
|
|
|
|
};
|
|
|
|
CD9FAB92258EC60600D6D0C5 = {
|
|
|
|
CreatedOnToolsVersion = 12.3;
|
|
|
|
TestTargetID = CD9FAB7C258EC60200D6D0C5;
|
|
|
|
};
|
|
|
|
CD9FAB9D258EC60600D6D0C5 = {
|
|
|
|
CreatedOnToolsVersion = 12.3;
|
|
|
|
TestTargetID = CD9FAB7C258EC60200D6D0C5;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
buildConfigurationList = CD9FAB78258EC60100D6D0C5 /* Build configuration list for PBXProject "DHBW-Service" */;
|
|
|
|
compatibilityVersion = "Xcode 9.3";
|
|
|
|
developmentRegion = en;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
Base,
|
|
|
|
);
|
|
|
|
mainGroup = CD9FAB74258EC60100D6D0C5;
|
|
|
|
productRefGroup = CD9FAB7E258EC60200D6D0C5 /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
CD9FAB7C258EC60200D6D0C5 /* DHBW-Service */,
|
|
|
|
CD9FAB92258EC60600D6D0C5 /* DHBW-ServiceTests */,
|
|
|
|
CD9FAB9D258EC60600D6D0C5 /* DHBW-ServiceUITests */,
|
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
|
CD9FAB7B258EC60200D6D0C5 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
CD9FAB88258EC60600D6D0C5 /* Preview Assets.xcassets in Resources */,
|
|
|
|
CD9FAB85258EC60600D6D0C5 /* Assets.xcassets in Resources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
CD9FAB91258EC60600D6D0C5 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
CD9FAB9C258EC60600D6D0C5 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
CD9FAB79258EC60200D6D0C5 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
CD9FAB8A258EC60600D6D0C5 /* Persistence.swift in Sources */,
|
|
|
|
CD9FAB83258EC60200D6D0C5 /* ContentView.swift in Sources */,
|
2020-12-21 19:54:59 +00:00
|
|
|
CDCD72242591316500FBF2F5 /* LocalSettings.swift in Sources */,
|
2020-12-19 23:36:41 +00:00
|
|
|
CD9FAB8D258EC60600D6D0C5 /* DHBW_Service.xcdatamodeld in Sources */,
|
2020-12-21 19:28:01 +00:00
|
|
|
CDCD721A25912E1200FBF2F5 /* HomeView.swift in Sources */,
|
2020-12-19 23:36:41 +00:00
|
|
|
CD9FAB81258EC60200D6D0C5 /* DHBW_ServiceApp.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
CD9FAB8F258EC60600D6D0C5 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
CD9FAB98258EC60600D6D0C5 /* DHBW_ServiceTests.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
CD9FAB9A258EC60600D6D0C5 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
CD9FABA3258EC60600D6D0C5 /* DHBW_ServiceUITests.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
|
CD9FAB95258EC60600D6D0C5 /* PBXTargetDependency */ = {
|
|
|
|
isa = PBXTargetDependency;
|
|
|
|
target = CD9FAB7C258EC60200D6D0C5 /* DHBW-Service */;
|
|
|
|
targetProxy = CD9FAB94258EC60600D6D0C5 /* PBXContainerItemProxy */;
|
|
|
|
};
|
|
|
|
CD9FABA0258EC60600D6D0C5 /* PBXTargetDependency */ = {
|
|
|
|
isa = PBXTargetDependency;
|
|
|
|
target = CD9FAB7C258EC60200D6D0C5 /* DHBW-Service */;
|
|
|
|
targetProxy = CD9FAB9F258EC60600D6D0C5 /* PBXContainerItemProxy */;
|
|
|
|
};
|
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
CD9FABA5258EC60600D6D0C5 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
ENABLE_TESTABILITY = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
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;
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.3;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
CD9FABA6258EC60600D6D0C5 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
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;
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.3;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
CD9FABA8258EC60600D6D0C5 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"DHBW-Service/Preview Content\"";
|
|
|
|
DEVELOPMENT_TEAM = HS7KNT4MZ2;
|
|
|
|
ENABLE_PREVIEWS = YES;
|
2020-12-21 19:28:01 +00:00
|
|
|
INFOPLIST_FILE = "DHBW-Service/Supporting Files/Info.plist";
|
2020-12-19 23:36:41 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "de.plutodev.DHBW-Service";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
CD9FABA9258EC60600D6D0C5 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"DHBW-Service/Preview Content\"";
|
|
|
|
DEVELOPMENT_TEAM = HS7KNT4MZ2;
|
|
|
|
ENABLE_PREVIEWS = YES;
|
2020-12-21 19:28:01 +00:00
|
|
|
INFOPLIST_FILE = "DHBW-Service/Supporting Files/Info.plist";
|
2020-12-19 23:36:41 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "de.plutodev.DHBW-Service";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
CD9FABAB258EC60600D6D0C5 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = HS7KNT4MZ2;
|
|
|
|
INFOPLIST_FILE = "DHBW-ServiceTests/Info.plist";
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
"@loader_path/Frameworks",
|
|
|
|
);
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "de.plutodev.DHBW-ServiceTests";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DHBW-Service.app/DHBW-Service";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
CD9FABAC258EC60600D6D0C5 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = HS7KNT4MZ2;
|
|
|
|
INFOPLIST_FILE = "DHBW-ServiceTests/Info.plist";
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
"@loader_path/Frameworks",
|
|
|
|
);
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "de.plutodev.DHBW-ServiceTests";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DHBW-Service.app/DHBW-Service";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
CD9FABAE258EC60600D6D0C5 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = HS7KNT4MZ2;
|
|
|
|
INFOPLIST_FILE = "DHBW-ServiceUITests/Info.plist";
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
"@loader_path/Frameworks",
|
|
|
|
);
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "de.plutodev.DHBW-ServiceUITests";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
TEST_TARGET_NAME = "DHBW-Service";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
CD9FABAF258EC60600D6D0C5 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = HS7KNT4MZ2;
|
|
|
|
INFOPLIST_FILE = "DHBW-ServiceUITests/Info.plist";
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
"@loader_path/Frameworks",
|
|
|
|
);
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "de.plutodev.DHBW-ServiceUITests";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
TEST_TARGET_NAME = "DHBW-Service";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
CD9FAB78258EC60100D6D0C5 /* Build configuration list for PBXProject "DHBW-Service" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
CD9FABA5258EC60600D6D0C5 /* Debug */,
|
|
|
|
CD9FABA6258EC60600D6D0C5 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
CD9FABA7258EC60600D6D0C5 /* Build configuration list for PBXNativeTarget "DHBW-Service" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
CD9FABA8258EC60600D6D0C5 /* Debug */,
|
|
|
|
CD9FABA9258EC60600D6D0C5 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
CD9FABAA258EC60600D6D0C5 /* Build configuration list for PBXNativeTarget "DHBW-ServiceTests" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
CD9FABAB258EC60600D6D0C5 /* Debug */,
|
|
|
|
CD9FABAC258EC60600D6D0C5 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
CD9FABAD258EC60600D6D0C5 /* Build configuration list for PBXNativeTarget "DHBW-ServiceUITests" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
CD9FABAE258EC60600D6D0C5 /* Debug */,
|
|
|
|
CD9FABAF258EC60600D6D0C5 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
|
|
/* Begin XCVersionGroup section */
|
|
|
|
CD9FAB8B258EC60600D6D0C5 /* DHBW_Service.xcdatamodeld */ = {
|
|
|
|
isa = XCVersionGroup;
|
|
|
|
children = (
|
|
|
|
CD9FAB8C258EC60600D6D0C5 /* DHBW_Service.xcdatamodel */,
|
|
|
|
);
|
|
|
|
currentVersion = CD9FAB8C258EC60600D6D0C5 /* DHBW_Service.xcdatamodel */;
|
|
|
|
path = DHBW_Service.xcdatamodeld;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
versionGroupType = wrapper.xcdatamodel;
|
|
|
|
};
|
|
|
|
/* End XCVersionGroup section */
|
|
|
|
};
|
|
|
|
rootObject = CD9FAB75258EC60100D6D0C5 /* Project object */;
|
|
|
|
}
|