Skip to content

Commit

Permalink
modified scheme to only support ios. library is now compatible with c…
Browse files Browse the repository at this point in the history
…arthage
  • Loading branch information
ThasianX committed Aug 3, 2020
1 parent f27bd73 commit c648c86
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 8 deletions.
22 changes: 14 additions & 8 deletions ElegantColorPalette.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
1ECDA0F924D7AB6D00FFD7A6 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
OBJ_11 /* Helpers */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -147,13 +154,6 @@
path = Views;
sourceTree = "<group>";
};
OBJ_39 /* Tests */ = {
isa = PBXGroup;
children = (
);
name = Tests;
sourceTree = SOURCE_ROOT;
};
OBJ_40 /* Products */ = {
isa = PBXGroup;
children = (
Expand All @@ -167,13 +167,13 @@
children = (
OBJ_6 /* Package.swift */,
OBJ_7 /* Sources */,
OBJ_39 /* Tests */,
OBJ_40 /* Products */,
OBJ_42 /* UIKitStoryboardExample */,
OBJ_43 /* SwiftUIExample */,
OBJ_44 /* UIKitProgrammaticAndXIBExample */,
OBJ_45 /* LICENSE */,
OBJ_46 /* README.md */,
1ECDA0F924D7AB6D00FFD7A6 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -224,6 +224,7 @@
isa = PBXProject;
attributes = {
LastSwiftMigration = 9999;
LastSwiftUpdateCheck = 1160;
LastUpgradeCheck = 9999;
};
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "ElegantColorPalette" */;
Expand All @@ -232,6 +233,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = OBJ_5;
productRefGroup = OBJ_40 /* Products */;
Expand Down Expand Up @@ -349,7 +351,9 @@
PRODUCT_BUNDLE_IDENTIFIER = ElegantColorPalette;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = ElegantColorPalette;
Expand Down Expand Up @@ -378,7 +382,9 @@
PRODUCT_BUNDLE_IDENTIFIER = ElegantColorPalette;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = ElegantColorPalette;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1ECDA0E424D7AB5D00FFD7A6"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:ElegantColorPalette.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</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 = "1ECDA0E424D7AB5D00FFD7A6"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:ElegantColorPalette.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1ECDA0E424D7AB5D00FFD7A6"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:ElegantColorPalette.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit c648c86

Please sign in to comment.