wip
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||
1C0789572EBC218D00392B46 /* Exceptions for "MyCrib" folder in "CaseraExtension" target */ = {
|
||||
1C0789572EBC218D00392B46 /* Exceptions for "Casera" folder in "CaseraExtension" target */ = {
|
||||
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||
membershipExceptions = (
|
||||
Info.plist,
|
||||
@@ -91,12 +91,12 @@
|
||||
);
|
||||
target = 1C685CD12EC5539000A9669B /* CaseraTests */;
|
||||
};
|
||||
84D9B4B86A80D013B8CBB951 /* Exceptions for "iosApp" folder in "iosApp" target */ = {
|
||||
84D9B4B86A80D013B8CBB951 /* Exceptions for "iosApp" folder in "Casera" target */ = {
|
||||
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||
membershipExceptions = (
|
||||
Info.plist,
|
||||
);
|
||||
target = D4ADB376A7A4CFB73469E173 /* iosApp */;
|
||||
target = D4ADB376A7A4CFB73469E173 /* Casera */;
|
||||
};
|
||||
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
1C0789432EBC218B00392B46 /* Casera */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
1C0789572EBC218D00392B46 /* Exceptions for "MyCrib" folder in "CaseraExtension" target */,
|
||||
1C0789572EBC218D00392B46 /* Exceptions for "Casera" folder in "CaseraExtension" target */,
|
||||
);
|
||||
path = Casera;
|
||||
sourceTree = "<group>";
|
||||
@@ -133,7 +133,7 @@
|
||||
E822E6B231E7783DE992578C /* iosApp */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
84D9B4B86A80D013B8CBB951 /* Exceptions for "iosApp" folder in "iosApp" target */,
|
||||
84D9B4B86A80D013B8CBB951 /* Exceptions for "iosApp" folder in "Casera" target */,
|
||||
1C77EDA12ECE784100A53003 /* Exceptions for "iosApp" folder in "CaseraUITests" target */,
|
||||
);
|
||||
path = iosApp;
|
||||
@@ -290,9 +290,9 @@
|
||||
productReference = 1CBF1BED2ECD9768001BF56C /* CaseraUITests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.ui-testing";
|
||||
};
|
||||
D4ADB376A7A4CFB73469E173 /* iosApp */ = {
|
||||
D4ADB376A7A4CFB73469E173 /* Casera */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 293B4412461C9407D900D07D /* Build configuration list for PBXNativeTarget "iosApp" */;
|
||||
buildConfigurationList = 293B4412461C9407D900D07D /* Build configuration list for PBXNativeTarget "Casera" */;
|
||||
buildPhases = (
|
||||
F4215B70FD6989F87745D84C /* Compile Kotlin Framework */,
|
||||
3B506EC7E4A1032BA1E06A37 /* Sources */,
|
||||
@@ -308,7 +308,7 @@
|
||||
fileSystemSynchronizedGroups = (
|
||||
E822E6B231E7783DE992578C /* iosApp */,
|
||||
);
|
||||
name = iosApp;
|
||||
name = Casera;
|
||||
packageProductDependencies = (
|
||||
);
|
||||
productName = iosApp;
|
||||
@@ -355,7 +355,7 @@
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
D4ADB376A7A4CFB73469E173 /* iosApp */,
|
||||
D4ADB376A7A4CFB73469E173 /* Casera */,
|
||||
1C07893C2EBC218B00392B46 /* CaseraExtension */,
|
||||
1C685CD12EC5539000A9669B /* CaseraTests */,
|
||||
1CBF1BEC2ECD9768001BF56C /* CaseraUITests */,
|
||||
@@ -455,12 +455,12 @@
|
||||
};
|
||||
1CBF16012ECD8AE4001BF56C /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = D4ADB376A7A4CFB73469E173 /* iosApp */;
|
||||
target = D4ADB376A7A4CFB73469E173 /* Casera */;
|
||||
targetProxy = 1CBF16002ECD8AE4001BF56C /* PBXContainerItemProxy */;
|
||||
};
|
||||
1CBF1BF42ECD9768001BF56C /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = D4ADB376A7A4CFB73469E173 /* iosApp */;
|
||||
target = D4ADB376A7A4CFB73469E173 /* Casera */;
|
||||
targetProxy = 1CBF1BF32ECD9768001BF56C /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
@@ -716,6 +716,7 @@
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = Casera;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
@@ -781,6 +782,7 @@
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PRODUCT_NAME = Casera;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
@@ -849,7 +851,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
293B4412461C9407D900D07D /* Build configuration list for PBXNativeTarget "iosApp" */ = {
|
||||
293B4412461C9407D900D07D /* Build configuration list for PBXNativeTarget "Casera" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
E767E942685C7832D51FF978 /* Debug */,
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "D4ADB376A7A4CFB73469E173"
|
||||
BuildableName = "MyCrib.app"
|
||||
BlueprintName = "iosApp"
|
||||
BuildableName = "Casera.app"
|
||||
BlueprintName = "Casera"
|
||||
ReferencedContainer = "container:iosApp.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
@@ -75,8 +75,8 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "D4ADB376A7A4CFB73469E173"
|
||||
BuildableName = "MyCrib.app"
|
||||
BlueprintName = "iosApp"
|
||||
BuildableName = "Casera.app"
|
||||
BlueprintName = "Casera"
|
||||
ReferencedContainer = "container:iosApp.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
@@ -111,8 +111,8 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "D4ADB376A7A4CFB73469E173"
|
||||
BuildableName = "MyCrib.app"
|
||||
BlueprintName = "iosApp"
|
||||
BuildableName = "Casera.app"
|
||||
BlueprintName = "Casera"
|
||||
ReferencedContainer = "container:iosApp.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
||||
Reference in New Issue
Block a user