Skip to content

Commit 396d41c

Browse files
committed
Removed native buttons to special repo NativeUIKit.
1 parent 17bf49d commit 396d41c

File tree

8 files changed

+111
-243
lines changed

8 files changed

+111
-243
lines changed

Example Apps/SparrowKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
F43F829D26578DCA001D9B3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F43F829426578DCA001D9B3D /* Assets.xcassets */; };
1111
F43F829E26578DCA001D9B3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F43F829526578DCA001D9B3D /* LaunchScreen.storyboard */; };
1212
F43F829F26578DCA001D9B3D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F829726578DCA001D9B3D /* AppDelegate.swift */; };
13-
F43F82A126578DCA001D9B3D /* PresetsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F829B26578DCA001D9B3D /* PresetsController.swift */; };
1413
F43F82A626578E31001D9B3D /* SparrowKit in Frameworks */ = {isa = PBXBuildFile; productRef = F43F82A526578E31001D9B3D /* SparrowKit */; };
1514
F43F82AE26578F03001D9B3D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F82AD26578F03001D9B3D /* AppDelegate.swift */; };
1615
F43F82B526578F04001D9B3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F43F82B426578F04001D9B3D /* Assets.xcassets */; };
@@ -22,6 +21,7 @@
2221
F43F8332265791A3001D9B3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F43F8331265791A3001D9B3D /* Assets.xcassets */; };
2322
F43F8336265791A3001D9B3D /* watchOS Example.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = F43F831A265791A0001D9B3D /* watchOS Example.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
2423
F43F8341265791B7001D9B3D /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F833E265791B7001D9B3D /* ExtensionDelegate.swift */; };
24+
F4C33E0526C9312B001A28B1 /* RootController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C33E0426C9312B001A28B1 /* RootController.swift */; };
2525
/* End PBXBuildFile section */
2626

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

9292
/* Begin PBXFrameworksBuildPhase section */
@@ -163,7 +163,7 @@
163163
F43F829A26578DCA001D9B3D /* Scenes */ = {
164164
isa = PBXGroup;
165165
children = (
166-
F43F829B26578DCA001D9B3D /* PresetsController.swift */,
166+
F4C33E0426C9312B001A28B1 /* RootController.swift */,
167167
);
168168
path = Scenes;
169169
sourceTree = "<group>";
@@ -389,8 +389,8 @@
389389
isa = PBXSourcesBuildPhase;
390390
buildActionMask = 2147483647;
391391
files = (
392-
F43F82A126578DCA001D9B3D /* PresetsController.swift in Sources */,
393392
F43F829F26578DCA001D9B3D /* AppDelegate.swift in Sources */,
393+
F4C33E0526C9312B001A28B1 /* RootController.swift in Sources */,
394394
);
395395
runOnlyForDeploymentPostprocessing = 0;
396396
};
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1250"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
18+
BuildableName = "watchOS Example.app"
19+
BlueprintName = "watchOS Example"
20+
ReferencedContainer = "container:SparrowKit.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "YES"
26+
buildForProfiling = "YES"
27+
buildForArchiving = "YES"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "F43F827A26578D83001D9B3D"
32+
BuildableName = "iOS Example.app"
33+
BlueprintName = "iOS Example"
34+
ReferencedContainer = "container:SparrowKit.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
</BuildActionEntries>
38+
</BuildAction>
39+
<TestAction
40+
buildConfiguration = "Debug"
41+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
42+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<Testables>
45+
</Testables>
46+
</TestAction>
47+
<LaunchAction
48+
buildConfiguration = "Debug"
49+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
50+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
51+
launchStyle = "0"
52+
useCustomWorkingDirectory = "NO"
53+
ignoresPersistentStateOnLaunch = "NO"
54+
debugDocumentVersioning = "YES"
55+
debugServiceExtension = "internal"
56+
allowLocationSimulation = "YES">
57+
<RemoteRunnable
58+
runnableDebuggingMode = "2"
59+
BundleIdentifier = "com.apple.Carousel"
60+
RemotePath = "/(null)">
61+
<BuildableReference
62+
BuildableIdentifier = "primary"
63+
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
64+
BuildableName = "watchOS Example.app"
65+
BlueprintName = "watchOS Example"
66+
ReferencedContainer = "container:SparrowKit.xcodeproj">
67+
</BuildableReference>
68+
</RemoteRunnable>
69+
</LaunchAction>
70+
<ProfileAction
71+
buildConfiguration = "Release"
72+
shouldUseLaunchSchemeArgsEnv = "YES"
73+
savedToolIdentifier = ""
74+
useCustomWorkingDirectory = "NO"
75+
debugDocumentVersioning = "YES">
76+
<RemoteRunnable
77+
runnableDebuggingMode = "2"
78+
BundleIdentifier = "com.apple.Carousel"
79+
RemotePath = "/(null)">
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
83+
BuildableName = "watchOS Example.app"
84+
BlueprintName = "watchOS Example"
85+
ReferencedContainer = "container:SparrowKit.xcodeproj">
86+
</BuildableReference>
87+
</RemoteRunnable>
88+
<MacroExpansion>
89+
<BuildableReference
90+
BuildableIdentifier = "primary"
91+
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
92+
BuildableName = "watchOS Example.app"
93+
BlueprintName = "watchOS Example"
94+
ReferencedContainer = "container:SparrowKit.xcodeproj">
95+
</BuildableReference>
96+
</MacroExpansion>
97+
</ProfileAction>
98+
<AnalyzeAction
99+
buildConfiguration = "Debug">
100+
</AnalyzeAction>
101+
<ArchiveAction
102+
buildConfiguration = "Release"
103+
revealArchiveInOrganizer = "YES">
104+
</ArchiveAction>
105+
</Scheme>

Example Apps/SparrowKit.xcodeproj/xcuserdata/ivanvorobei.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>watchOS Example.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>3</integer>
20+
<integer>2</integer>
2121
</dict>
2222
</dict>
2323
<key>SuppressBuildableAutocreation</key>

Sources/SparrowKit/UIKit/Classes/Buttons/SPLargeActionButton.swift

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)