Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 36667a0

Browse files
author
Timmi Trinks
committed
Renaming to Spinner
1 parent 31281d1 commit 36667a0

File tree

10 files changed

+105
-105
lines changed

10 files changed

+105
-105
lines changed

ActivityIndicator/ActivityIndicator.h

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# ActivityIndicator
1+
# Spinner

ActivityIndicator.xcodeproj/project.pbxproj renamed to Spinner.xcodeproj/project.pbxproj

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
275BCA2D1C57C50A00FF3647 /* ActivityIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 275BCA2C1C57C50A00FF3647 /* ActivityIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; };
11-
275BCA341C57C50A00FF3647 /* ActivityIndicator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */; };
12-
275BCA391C57C50A00FF3647 /* ActivityIndicatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA381C57C50A00FF3647 /* ActivityIndicatorTests.swift */; };
13-
275BCA441C57C56900FF3647 /* ActivityIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA431C57C56900FF3647 /* ActivityIndicator.swift */; };
10+
275BCA2D1C57C50A00FF3647 /* Spinner.h in Headers */ = {isa = PBXBuildFile; fileRef = 275BCA2C1C57C50A00FF3647 /* Spinner.h */; settings = {ATTRIBUTES = (Public, ); }; };
11+
275BCA341C57C50A00FF3647 /* Spinner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 275BCA291C57C50A00FF3647 /* Spinner.framework */; };
12+
275BCA391C57C50A00FF3647 /* SpinnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA381C57C50A00FF3647 /* SpinnerTests.swift */; };
13+
275BCA441C57C56900FF3647 /* Spinner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA431C57C56900FF3647 /* Spinner.swift */; };
1414
/* End PBXBuildFile section */
1515

1616
/* Begin PBXContainerItemProxy section */
@@ -24,13 +24,13 @@
2424
/* End PBXContainerItemProxy section */
2525

2626
/* Begin PBXFileReference section */
27-
275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ActivityIndicator.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28-
275BCA2C1C57C50A00FF3647 /* ActivityIndicator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActivityIndicator.h; sourceTree = "<group>"; };
27+
275BCA291C57C50A00FF3647 /* Spinner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Spinner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28+
275BCA2C1C57C50A00FF3647 /* Spinner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Spinner.h; sourceTree = "<group>"; };
2929
275BCA2E1C57C50A00FF3647 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30-
275BCA331C57C50A00FF3647 /* ActivityIndicatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ActivityIndicatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31-
275BCA381C57C50A00FF3647 /* ActivityIndicatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityIndicatorTests.swift; sourceTree = "<group>"; };
30+
275BCA331C57C50A00FF3647 /* Spinner.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Spinner.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31+
275BCA381C57C50A00FF3647 /* SpinnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpinnerTests.swift; sourceTree = "<group>"; };
3232
275BCA3A1C57C50A00FF3647 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
33-
275BCA431C57C56900FF3647 /* ActivityIndicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActivityIndicator.swift; sourceTree = "<group>"; };
33+
275BCA431C57C56900FF3647 /* Spinner.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Spinner.swift; sourceTree = "<group>"; };
3434
/* End PBXFileReference section */
3535

3636
/* Begin PBXFrameworksBuildPhase section */
@@ -45,7 +45,7 @@
4545
isa = PBXFrameworksBuildPhase;
4646
buildActionMask = 2147483647;
4747
files = (
48-
275BCA341C57C50A00FF3647 /* ActivityIndicator.framework in Frameworks */,
48+
275BCA341C57C50A00FF3647 /* Spinner.framework in Frameworks */,
4949
);
5050
runOnlyForDeploymentPostprocessing = 0;
5151
};
@@ -55,38 +55,38 @@
5555
275BCA1F1C57C50A00FF3647 = {
5656
isa = PBXGroup;
5757
children = (
58-
275BCA2B1C57C50A00FF3647 /* ActivityIndicator */,
59-
275BCA371C57C50A00FF3647 /* ActivityIndicatorTests */,
58+
275BCA2B1C57C50A00FF3647 /* Spinner */,
59+
275BCA371C57C50A00FF3647 /* SpinnerTests */,
6060
275BCA2A1C57C50A00FF3647 /* Products */,
6161
);
6262
sourceTree = "<group>";
6363
};
6464
275BCA2A1C57C50A00FF3647 /* Products */ = {
6565
isa = PBXGroup;
6666
children = (
67-
275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */,
68-
275BCA331C57C50A00FF3647 /* ActivityIndicatorTests.xctest */,
67+
275BCA291C57C50A00FF3647 /* Spinner.framework */,
68+
275BCA331C57C50A00FF3647 /* Spinner.xctest */,
6969
);
7070
name = Products;
7171
sourceTree = "<group>";
7272
};
73-
275BCA2B1C57C50A00FF3647 /* ActivityIndicator */ = {
73+
275BCA2B1C57C50A00FF3647 /* Spinner */ = {
7474
isa = PBXGroup;
7575
children = (
76-
275BCA431C57C56900FF3647 /* ActivityIndicator.swift */,
77-
275BCA2C1C57C50A00FF3647 /* ActivityIndicator.h */,
76+
275BCA431C57C56900FF3647 /* Spinner.swift */,
77+
275BCA2C1C57C50A00FF3647 /* Spinner.h */,
7878
275BCA2E1C57C50A00FF3647 /* Info.plist */,
7979
);
80-
path = ActivityIndicator;
80+
path = Spinner;
8181
sourceTree = "<group>";
8282
};
83-
275BCA371C57C50A00FF3647 /* ActivityIndicatorTests */ = {
83+
275BCA371C57C50A00FF3647 /* SpinnerTests */ = {
8484
isa = PBXGroup;
8585
children = (
86-
275BCA381C57C50A00FF3647 /* ActivityIndicatorTests.swift */,
86+
275BCA381C57C50A00FF3647 /* SpinnerTests.swift */,
8787
275BCA3A1C57C50A00FF3647 /* Info.plist */,
8888
);
89-
path = ActivityIndicatorTests;
89+
path = SpinnerTests;
9090
sourceTree = "<group>";
9191
};
9292
/* End PBXGroup section */
@@ -96,16 +96,16 @@
9696
isa = PBXHeadersBuildPhase;
9797
buildActionMask = 2147483647;
9898
files = (
99-
275BCA2D1C57C50A00FF3647 /* ActivityIndicator.h in Headers */,
99+
275BCA2D1C57C50A00FF3647 /* Spinner.h in Headers */,
100100
);
101101
runOnlyForDeploymentPostprocessing = 0;
102102
};
103103
/* End PBXHeadersBuildPhase section */
104104

105105
/* Begin PBXNativeTarget section */
106-
275BCA281C57C50A00FF3647 /* ActivityIndicator */ = {
106+
275BCA281C57C50A00FF3647 /* Spinner */ = {
107107
isa = PBXNativeTarget;
108-
buildConfigurationList = 275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicator" */;
108+
buildConfigurationList = 275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "Spinner" */;
109109
buildPhases = (
110110
275BCA241C57C50A00FF3647 /* Sources */,
111111
275BCA251C57C50A00FF3647 /* Frameworks */,
@@ -116,14 +116,14 @@
116116
);
117117
dependencies = (
118118
);
119-
name = ActivityIndicator;
119+
name = Spinner;
120120
productName = ActivityIndicator;
121-
productReference = 275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */;
121+
productReference = 275BCA291C57C50A00FF3647 /* Spinner.framework */;
122122
productType = "com.apple.product-type.framework";
123123
};
124-
275BCA321C57C50A00FF3647 /* ActivityIndicatorTests */ = {
124+
275BCA321C57C50A00FF3647 /* SpinnerTests */ = {
125125
isa = PBXNativeTarget;
126-
buildConfigurationList = 275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicatorTests" */;
126+
buildConfigurationList = 275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "SpinnerTests" */;
127127
buildPhases = (
128128
275BCA2F1C57C50A00FF3647 /* Sources */,
129129
275BCA301C57C50A00FF3647 /* Frameworks */,
@@ -134,9 +134,9 @@
134134
dependencies = (
135135
275BCA361C57C50A00FF3647 /* PBXTargetDependency */,
136136
);
137-
name = ActivityIndicatorTests;
137+
name = SpinnerTests;
138138
productName = ActivityIndicatorTests;
139-
productReference = 275BCA331C57C50A00FF3647 /* ActivityIndicatorTests.xctest */;
139+
productReference = 275BCA331C57C50A00FF3647 /* Spinner.xctest */;
140140
productType = "com.apple.product-type.bundle.unit-test";
141141
};
142142
/* End PBXNativeTarget section */
@@ -157,7 +157,7 @@
157157
};
158158
};
159159
};
160-
buildConfigurationList = 275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "ActivityIndicator" */;
160+
buildConfigurationList = 275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "Spinner" */;
161161
compatibilityVersion = "Xcode 3.2";
162162
developmentRegion = English;
163163
hasScannedForEncodings = 0;
@@ -169,8 +169,8 @@
169169
projectDirPath = "";
170170
projectRoot = "";
171171
targets = (
172-
275BCA281C57C50A00FF3647 /* ActivityIndicator */,
173-
275BCA321C57C50A00FF3647 /* ActivityIndicatorTests */,
172+
275BCA281C57C50A00FF3647 /* Spinner */,
173+
275BCA321C57C50A00FF3647 /* SpinnerTests */,
174174
);
175175
};
176176
/* End PBXProject section */
@@ -197,15 +197,15 @@
197197
isa = PBXSourcesBuildPhase;
198198
buildActionMask = 2147483647;
199199
files = (
200-
275BCA441C57C56900FF3647 /* ActivityIndicator.swift in Sources */,
200+
275BCA441C57C56900FF3647 /* Spinner.swift in Sources */,
201201
);
202202
runOnlyForDeploymentPostprocessing = 0;
203203
};
204204
275BCA2F1C57C50A00FF3647 /* Sources */ = {
205205
isa = PBXSourcesBuildPhase;
206206
buildActionMask = 2147483647;
207207
files = (
208-
275BCA391C57C50A00FF3647 /* ActivityIndicatorTests.swift in Sources */,
208+
275BCA391C57C50A00FF3647 /* SpinnerTests.swift in Sources */,
209209
);
210210
runOnlyForDeploymentPostprocessing = 0;
211211
};
@@ -214,7 +214,7 @@
214214
/* Begin PBXTargetDependency section */
215215
275BCA361C57C50A00FF3647 /* PBXTargetDependency */ = {
216216
isa = PBXTargetDependency;
217-
target = 275BCA281C57C50A00FF3647 /* ActivityIndicator */;
217+
target = 275BCA281C57C50A00FF3647 /* Spinner */;
218218
targetProxy = 275BCA351C57C50A00FF3647 /* PBXContainerItemProxy */;
219219
};
220220
/* End PBXTargetDependency section */
@@ -317,11 +317,11 @@
317317
DYLIB_COMPATIBILITY_VERSION = 1;
318318
DYLIB_CURRENT_VERSION = 1;
319319
DYLIB_INSTALL_NAME_BASE = "@rpath";
320-
INFOPLIST_FILE = ActivityIndicator/Info.plist;
320+
INFOPLIST_FILE = Spinner/Info.plist;
321321
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
322322
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
323-
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicator;
324-
PRODUCT_NAME = "$(TARGET_NAME)";
323+
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.Spinner;
324+
PRODUCT_NAME = Spinner;
325325
SKIP_INSTALL = YES;
326326
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
327327
};
@@ -335,39 +335,39 @@
335335
DYLIB_COMPATIBILITY_VERSION = 1;
336336
DYLIB_CURRENT_VERSION = 1;
337337
DYLIB_INSTALL_NAME_BASE = "@rpath";
338-
INFOPLIST_FILE = ActivityIndicator/Info.plist;
338+
INFOPLIST_FILE = Spinner/Info.plist;
339339
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
340340
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
341-
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicator;
342-
PRODUCT_NAME = "$(TARGET_NAME)";
341+
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.Spinner;
342+
PRODUCT_NAME = Spinner;
343343
SKIP_INSTALL = YES;
344344
};
345345
name = Release;
346346
};
347347
275BCA411C57C50A00FF3647 /* Debug */ = {
348348
isa = XCBuildConfiguration;
349349
buildSettings = {
350-
INFOPLIST_FILE = ActivityIndicatorTests/Info.plist;
350+
INFOPLIST_FILE = SpinnerTests/Info.plist;
351351
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
352352
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicatorTests;
353-
PRODUCT_NAME = "$(TARGET_NAME)";
353+
PRODUCT_NAME = Spinner;
354354
};
355355
name = Debug;
356356
};
357357
275BCA421C57C50A00FF3647 /* Release */ = {
358358
isa = XCBuildConfiguration;
359359
buildSettings = {
360-
INFOPLIST_FILE = ActivityIndicatorTests/Info.plist;
360+
INFOPLIST_FILE = SpinnerTests/Info.plist;
361361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
362362
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicatorTests;
363-
PRODUCT_NAME = "$(TARGET_NAME)";
363+
PRODUCT_NAME = Spinner;
364364
};
365365
name = Release;
366366
};
367367
/* End XCBuildConfiguration section */
368368

369369
/* Begin XCConfigurationList section */
370-
275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "ActivityIndicator" */ = {
370+
275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "Spinner" */ = {
371371
isa = XCConfigurationList;
372372
buildConfigurations = (
373373
275BCA3B1C57C50A00FF3647 /* Debug */,
@@ -376,7 +376,7 @@
376376
defaultConfigurationIsVisible = 0;
377377
defaultConfigurationName = Release;
378378
};
379-
275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicator" */ = {
379+
275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "Spinner" */ = {
380380
isa = XCConfigurationList;
381381
buildConfigurations = (
382382
275BCA3E1C57C50A00FF3647 /* Debug */,
@@ -385,7 +385,7 @@
385385
defaultConfigurationIsVisible = 0;
386386
defaultConfigurationName = Release;
387387
};
388-
275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicatorTests" */ = {
388+
275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "SpinnerTests" */ = {
389389
isa = XCConfigurationList;
390390
buildConfigurations = (
391391
275BCA411C57C50A00FF3647 /* Debug */,

ActivityIndicator.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Spinner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ActivityIndicator.xcodeproj/xcshareddata/xcschemes/ActivityIndicator.xcscheme renamed to Spinner.xcodeproj/xcshareddata/xcschemes/ActivityIndicator.xcscheme

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "275BCA281C57C50A00FF3647"
18-
BuildableName = "ActivityIndicator.framework"
19-
BlueprintName = "ActivityIndicator"
20-
ReferencedContainer = "container:ActivityIndicator.xcodeproj">
18+
BuildableName = "Spinner.framework"
19+
BlueprintName = "Spinner"
20+
ReferencedContainer = "container:Spinner.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -33,19 +33,19 @@
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
3535
BlueprintIdentifier = "275BCA321C57C50A00FF3647"
36-
BuildableName = "ActivityIndicatorTests.xctest"
37-
BlueprintName = "ActivityIndicatorTests"
38-
ReferencedContainer = "container:ActivityIndicator.xcodeproj">
36+
BuildableName = "Spinner.xctest"
37+
BlueprintName = "SpinnerTests"
38+
ReferencedContainer = "container:Spinner.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
4242
<MacroExpansion>
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "275BCA281C57C50A00FF3647"
46-
BuildableName = "ActivityIndicator.framework"
47-
BlueprintName = "ActivityIndicator"
48-
ReferencedContainer = "container:ActivityIndicator.xcodeproj">
46+
BuildableName = "Spinner.framework"
47+
BlueprintName = "Spinner"
48+
ReferencedContainer = "container:Spinner.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
<AdditionalOptions>
@@ -65,9 +65,9 @@
6565
<BuildableReference
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "275BCA281C57C50A00FF3647"
68-
BuildableName = "ActivityIndicator.framework"
69-
BlueprintName = "ActivityIndicator"
70-
ReferencedContainer = "container:ActivityIndicator.xcodeproj">
68+
BuildableName = "Spinner.framework"
69+
BlueprintName = "Spinner"
70+
ReferencedContainer = "container:Spinner.xcodeproj">
7171
</BuildableReference>
7272
</MacroExpansion>
7373
<AdditionalOptions>
@@ -83,9 +83,9 @@
8383
<BuildableReference
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "275BCA281C57C50A00FF3647"
86-
BuildableName = "ActivityIndicator.framework"
87-
BlueprintName = "ActivityIndicator"
88-
ReferencedContainer = "container:ActivityIndicator.xcodeproj">
86+
BuildableName = "Spinner.framework"
87+
BlueprintName = "Spinner"
88+
ReferencedContainer = "container:Spinner.xcodeproj">
8989
</BuildableReference>
9090
</MacroExpansion>
9191
</ProfileAction>
File renamed without changes.

Spinner/Spinner.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// Spinner.h
3+
// Spinner
4+
//
5+
// Created by Chris Combs on 26/01/16.
6+
// Copyright © 2016 Nodes. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
//! Project version number for Spinner.
12+
FOUNDATION_EXPORT double SpinnerVersionNumber;
13+
14+
//! Project version string for Spinner.
15+
FOUNDATION_EXPORT const unsigned char SpinnerVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <Spinner/PublicHeader.h>
18+
19+

0 commit comments

Comments
 (0)