Skip to content

Commit

Permalink
Completely renamed the Xcode-Project
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMisfit68 committed Feb 18, 2021
1 parent 01d69e6 commit 80b1db5
Show file tree
Hide file tree
Showing 27 changed files with 185 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ZStack(alignment: .bottom){


## Example Project
Check out the __neumorphic-ios-example__ XCode project to see how to build neumorphic UI and buttons. If you use the default shadow colors of Neumorphic, you can also get dark mode support for free.
Check out the __neumorphic-examples__ XCode project to see how to build neumorphic UI and buttons. If you use the default shadow colors of Neumorphic, you can also get dark mode support for free.


## Soft Button Style Customization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.swift
// neumorphic-ios-example
// neumorphic-examples
//
// Created by Costa Chung on 2/3/2020.
// Copyright © 2020 Costa Chung. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ContentView.swift
// neumorphic-ios-example
// neumorphic-examples
//
// Created by Costa Chung on 2/3/2020.
// Copyright © 2020 Costa Chung. All rights reserved.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SceneDelegate.swift
// neumorphic-ios-example
// neumorphic-examples
//
// Created by Costa Chung on 2/3/2020.
// Copyright © 2020 Costa Chung. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SoftButtonDemoView.swift
// neumorphic-ios-example
// neumorphic-examples
//
// Created by Costa Chung on 10/8/2020.
// Copyright © 2020 Costa Chung. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SoftSwitchToggleDemoView.swift
// neumorphic-ios-example
// neumorphic-examples
//
// Created by Costa Chung on 12/12/2020.
// Copyright © 2020 Costa Chung. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SoftToggleDemoView.swift
// neumorphic-ios-example
// neumorphic-examples
//
// Created by Costa Chung on 11/12/2020.
// Copyright © 2020 Costa Chung. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ContentView.swift
// mac-example
// neumorphic-examples
//
// Created by Costa Chung on 14/2/2021.
// Copyright © 2021 Costa Chung. All rights reserved.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// mac_exampleApp.swift
// mac-example
// neumorphic-examples
//
// Created by Costa Chung on 14/2/2021.
// Copyright © 2021 Costa Chung. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
AA1C8438240CDD090082F452 /* neumorphic-ios-example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "neumorphic-ios-example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
AA1C8438240CDD090082F452 /* ios-example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ios-example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
AA1C843B240CDD090082F452 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
AA1C843D240CDD090082F452 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
AA1C843F240CDD090082F452 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -70,7 +70,7 @@
isa = PBXGroup;
children = (
AAB9DDA62480D03B0047A0DC /* neumorphic */,
AA1C843A240CDD090082F452 /* neumorphic-ios-example */,
AA1C843A240CDD090082F452 /* ios-example */,
AA24DA5A25D8E2B2009C17C8 /* mac-example */,
AA1C8439240CDD090082F452 /* Products */,
AA1C844F240CDFC20082F452 /* Frameworks */,
Expand All @@ -80,13 +80,13 @@
AA1C8439240CDD090082F452 /* Products */ = {
isa = PBXGroup;
children = (
AA1C8438240CDD090082F452 /* neumorphic-ios-example.app */,
AA1C8438240CDD090082F452 /* ios-example.app */,
AA24DA5925D8E2B2009C17C8 /* mac-example.app */,
);
name = Products;
sourceTree = "<group>";
};
AA1C843A240CDD090082F452 /* neumorphic-ios-example */ = {
AA1C843A240CDD090082F452 /* ios-example */ = {
isa = PBXGroup;
children = (
AA1C843B240CDD090082F452 /* AppDelegate.swift */,
Expand All @@ -100,7 +100,7 @@
AA1C8449240CDD090082F452 /* Info.plist */,
AA1C8443240CDD090082F452 /* Preview Content */,
);
path = "neumorphic-ios-example";
path = "ios-example";
sourceTree = "<group>";
};
AA1C8443240CDD090082F452 /* Preview Content */ = {
Expand Down Expand Up @@ -142,9 +142,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
AA1C8437240CDD090082F452 /* neumorphic-ios-example */ = {
AA1C8437240CDD090082F452 /* ios-example */ = {
isa = PBXNativeTarget;
buildConfigurationList = AA1C844C240CDD090082F452 /* Build configuration list for PBXNativeTarget "neumorphic-ios-example" */;
buildConfigurationList = AA1C844C240CDD090082F452 /* Build configuration list for PBXNativeTarget "ios-example" */;
buildPhases = (
AA1C8434240CDD090082F452 /* Sources */,
AA1C8435240CDD090082F452 /* Frameworks */,
Expand All @@ -154,12 +154,12 @@
);
dependencies = (
);
name = "neumorphic-ios-example";
name = "ios-example";
packageProductDependencies = (
AAB9DDA72480D0500047A0DC /* Neumorphic */,
);
productName = "neumorphic-ios-example";
productReference = AA1C8438240CDD090082F452 /* neumorphic-ios-example.app */;
productReference = AA1C8438240CDD090082F452 /* ios-example.app */;
productType = "com.apple.product-type.application";
};
AA24DA5825D8E2B2009C17C8 /* mac-example */ = {
Expand Down Expand Up @@ -200,7 +200,7 @@
};
};
};
buildConfigurationList = AA1C8433240CDD090082F452 /* Build configuration list for PBXProject "neumorphic-ios-example" */;
buildConfigurationList = AA1C8433240CDD090082F452 /* Build configuration list for PBXProject "neumorphic-examples" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -213,7 +213,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
AA1C8437240CDD090082F452 /* neumorphic-ios-example */,
AA1C8437240CDD090082F452 /* ios-example */,
AA24DA5825D8E2B2009C17C8 /* mac-example */,
);
};
Expand Down Expand Up @@ -397,15 +397,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_ASSET_PATHS = "\"neumorphic-ios-example/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"ios-example/Preview Content\"";
ENABLE_PREVIEWS = YES;
FRAMEWORK_SEARCH_PATHS = "";
INFOPLIST_FILE = "neumorphic-ios-example/Info.plist";
INFOPLIST_FILE = "ios-example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "neumorphic-ios-example";
PRODUCT_BUNDLE_IDENTIFIER = "neumorphic.ios-example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -417,15 +417,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_ASSET_PATHS = "\"neumorphic-ios-example/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"ios-example/Preview Content\"";
ENABLE_PREVIEWS = YES;
FRAMEWORK_SEARCH_PATHS = "";
INFOPLIST_FILE = "neumorphic-ios-example/Info.plist";
INFOPLIST_FILE = "ios-example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "neumorphic-ios-example";
PRODUCT_BUNDLE_IDENTIFIER = "neumorphic.ios-example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -487,7 +487,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
AA1C8433240CDD090082F452 /* Build configuration list for PBXProject "neumorphic-ios-example" */ = {
AA1C8433240CDD090082F452 /* Build configuration list for PBXProject "neumorphic-examples" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AA1C844A240CDD090082F452 /* Debug */,
Expand All @@ -496,7 +496,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA1C844C240CDD090082F452 /* Build configuration list for PBXNativeTarget "neumorphic-ios-example" */ = {
AA1C844C240CDD090082F452 /* Build configuration list for PBXNativeTarget "ios-example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AA1C844D240CDD090082F452 /* Debug */,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA1C8437240CDD090082F452"
BuildableName = "ios-example.app"
BlueprintName = "ios-example"
ReferencedContainer = "container:neumorphic-examples.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 = "AA1C8437240CDD090082F452"
BuildableName = "ios-example.app"
BlueprintName = "ios-example"
ReferencedContainer = "container:neumorphic-examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA1C8437240CDD090082F452"
BuildableName = "ios-example.app"
BlueprintName = "ios-example"
ReferencedContainer = "container:neumorphic-examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA24DA5825D8E2B2009C17C8"
BuildableName = "mac-example.app"
BlueprintName = "mac-example"
ReferencedContainer = "container:neumorphic-examples.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 = "AA24DA5825D8E2B2009C17C8"
BuildableName = "mac-example.app"
BlueprintName = "mac-example"
ReferencedContainer = "container:neumorphic-examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA24DA5825D8E2B2009C17C8"
BuildableName = "mac-example.app"
BlueprintName = "mac-example"
ReferencedContainer = "container:neumorphic-examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit 80b1db5

Please sign in to comment.