Skip to content

Commit

Permalink
Removed native buttons to special repo NativeUIKit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Aug 15, 2021
1 parent 17bf49d commit 396d41c
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 243 deletions.
8 changes: 4 additions & 4 deletions Example Apps/SparrowKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
F43F829D26578DCA001D9B3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F43F829426578DCA001D9B3D /* Assets.xcassets */; };
F43F829E26578DCA001D9B3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F43F829526578DCA001D9B3D /* LaunchScreen.storyboard */; };
F43F829F26578DCA001D9B3D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F829726578DCA001D9B3D /* AppDelegate.swift */; };
F43F82A126578DCA001D9B3D /* PresetsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F829B26578DCA001D9B3D /* PresetsController.swift */; };
F43F82A626578E31001D9B3D /* SparrowKit in Frameworks */ = {isa = PBXBuildFile; productRef = F43F82A526578E31001D9B3D /* SparrowKit */; };
F43F82AE26578F03001D9B3D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F82AD26578F03001D9B3D /* AppDelegate.swift */; };
F43F82B526578F04001D9B3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F43F82B426578F04001D9B3D /* Assets.xcassets */; };
Expand All @@ -22,6 +21,7 @@
F43F8332265791A3001D9B3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F43F8331265791A3001D9B3D /* Assets.xcassets */; };
F43F8336265791A3001D9B3D /* watchOS Example.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = F43F831A265791A0001D9B3D /* watchOS Example.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
F43F8341265791B7001D9B3D /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F833E265791B7001D9B3D /* ExtensionDelegate.swift */; };
F4C33E0526C9312B001A28B1 /* RootController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C33E0426C9312B001A28B1 /* RootController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -71,7 +71,6 @@
F43F829426578DCA001D9B3D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F43F829626578DCA001D9B3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
F43F829726578DCA001D9B3D /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
F43F829B26578DCA001D9B3D /* PresetsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PresetsController.swift; sourceTree = "<group>"; };
F43F829C26578DCA001D9B3D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F43F82A326578E28001D9B3D /* SparrowKit */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SparrowKit; path = ..; sourceTree = "<group>"; };
F43F82AB26578F03001D9B3D /* tvOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "tvOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -87,6 +86,7 @@
F43F8331265791A3001D9B3D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F43F8333265791A3001D9B3D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F43F833E265791B7001D9B3D /* ExtensionDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
F4C33E0426C9312B001A28B1 /* RootController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -163,7 +163,7 @@
F43F829A26578DCA001D9B3D /* Scenes */ = {
isa = PBXGroup;
children = (
F43F829B26578DCA001D9B3D /* PresetsController.swift */,
F4C33E0426C9312B001A28B1 /* RootController.swift */,
);
path = Scenes;
sourceTree = "<group>";
Expand Down Expand Up @@ -389,8 +389,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F43F82A126578DCA001D9B3D /* PresetsController.swift in Sources */,
F43F829F26578DCA001D9B3D /* AppDelegate.swift in Sources */,
F4C33E0526C9312B001A28B1 /* RootController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1250"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
BuildableName = "watchOS Example.app"
BlueprintName = "watchOS Example"
ReferencedContainer = "container:SparrowKit.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F43F827A26578D83001D9B3D"
BuildableName = "iOS Example.app"
BlueprintName = "iOS Example"
ReferencedContainer = "container:SparrowKit.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">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/(null)">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
BuildableName = "watchOS Example.app"
BlueprintName = "watchOS Example"
ReferencedContainer = "container:SparrowKit.xcodeproj">
</BuildableReference>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/(null)">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
BuildableName = "watchOS Example.app"
BlueprintName = "watchOS Example"
ReferencedContainer = "container:SparrowKit.xcodeproj">
</BuildableReference>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
BuildableName = "watchOS Example.app"
BlueprintName = "watchOS Example"
ReferencedContainer = "container:SparrowKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>watchOS Example.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>2</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
116 changes: 0 additions & 116 deletions Sources/SparrowKit/UIKit/Classes/Buttons/SPLargeActionButton.swift

This file was deleted.

Loading

0 comments on commit 396d41c

Please sign in to comment.