Skip to content

Commit be942d7

Browse files
authored
Merge pull request #14 from infinum/feature/rollback-to-alpha-release
Feature/rollback to alpha release
2 parents 7742a29 + 8ab9cd6 commit be942d7

File tree

99 files changed

+1047
-1264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1047
-1264
lines changed

.travis.yml

-14
This file was deleted.

Example/Podfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
use_frameworks!
22
platform :ios, '10.0'
33

4-
target 'ToolBox_Example' do
5-
pod 'ToolBox', :path => '../'
4+
target 'Sentinel_Example' do
5+
pod 'Sentinel', :path => '../'
66

7-
target 'ToolBox_Tests' do
7+
target 'Sentinel_Tests' do
88
inherit! :search_paths
99
end
1010
end

Example/Podfile.lock

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
PODS:
2-
- ToolBox (0.1.0):
3-
- ToolBox/Default (= 0.1.0)
4-
- ToolBox/Core (0.1.0)
5-
- ToolBox/CustomInfo (0.1.0):
6-
- ToolBox/Core
7-
- ToolBox/CustomLocation (0.1.0):
8-
- ToolBox/Core
9-
- ToolBox/Default (0.1.0):
10-
- ToolBox/Core
11-
- ToolBox/CustomInfo
12-
- ToolBox/CustomLocation
13-
- ToolBox/GeneralInfo
14-
- ToolBox/OptionSwitch
15-
- ToolBox/PerformanceInfo
16-
- ToolBox/TextEditing
17-
- ToolBox/UserDefaults
18-
- ToolBox/GeneralInfo (0.1.0):
19-
- ToolBox/CustomInfo
20-
- ToolBox/OptionSwitch (0.1.0):
21-
- ToolBox/Core
22-
- ToolBox/PerformanceInfo (0.1.0):
23-
- ToolBox/Core
24-
- ToolBox/TextEditing (0.1.0):
25-
- ToolBox/Core
26-
- ToolBox/UserDefaults (0.1.0):
27-
- ToolBox/Core
2+
- Sentinel (0.9.0):
3+
- Sentinel/Default (= 0.9.0)
4+
- Sentinel/Core (0.9.0)
5+
- Sentinel/CustomInfo (0.9.0):
6+
- Sentinel/Core
7+
- Sentinel/CustomLocation (0.9.0):
8+
- Sentinel/Core
9+
- Sentinel/Default (0.9.0):
10+
- Sentinel/Core
11+
- Sentinel/CustomInfo
12+
- Sentinel/CustomLocation
13+
- Sentinel/GeneralInfo
14+
- Sentinel/OptionSwitch
15+
- Sentinel/PerformanceInfo
16+
- Sentinel/TextEditing
17+
- Sentinel/UserDefaults
18+
- Sentinel/GeneralInfo (0.9.0):
19+
- Sentinel/CustomInfo
20+
- Sentinel/OptionSwitch (0.9.0):
21+
- Sentinel/Core
22+
- Sentinel/PerformanceInfo (0.9.0):
23+
- Sentinel/Core
24+
- Sentinel/TextEditing (0.9.0):
25+
- Sentinel/Core
26+
- Sentinel/UserDefaults (0.9.0):
27+
- Sentinel/Core
2828

2929
DEPENDENCIES:
30-
- ToolBox (from `../`)
30+
- Sentinel (from `../`)
3131

3232
EXTERNAL SOURCES:
33-
ToolBox:
33+
Sentinel:
3434
:path: "../"
3535

3636
SPEC CHECKSUMS:
37-
ToolBox: 244261ce5b87d23be568b6ba5e997bdfa010108f
37+
Sentinel: af74edfd482fda424c0a5e5736240658431dda0b
3838

39-
PODFILE CHECKSUM: 9b72e3f79370eb248d8d9886c14fbef37beef631
39+
PODFILE CHECKSUM: e10a3a2088aa5a9d18babe53feee8f6ae6fbb221
4040

4141
COCOAPODS: 1.10.1

Example/Pods/Local Podspecs/Sentinel.podspec.json

+159
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)