Skip to content

Commit

Permalink
1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
havenbarnes committed Oct 17, 2017
1 parent 69f4c62 commit 9b8c809
Show file tree
Hide file tree
Showing 165 changed files with 208 additions and 15,460 deletions.
220 changes: 18 additions & 202 deletions Example/HBStatusBarNotification.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0900"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -40,6 +40,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -69,6 +70,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
8 changes: 1 addition & 7 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ use_frameworks!
target 'HBStatusBarNotification_Example' do
pod 'HBStatusBarNotification', :path => '../'

target 'HBStatusBarNotification_Tests' do
inherit! :search_paths
platform :ios, '11.0'

pod 'Quick', '~> 1.0.0'
pod 'Nimble', '~> 5.1.1'
pod 'FBSnapshotTestCase'
pod 'Nimble-Snapshots'
end
end
25 changes: 2 additions & 23 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,37 +1,16 @@
PODS:
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- HBStatusBarNotification (0.1.0)
- Nimble (5.1.1)
- Nimble-Snapshots (4.4.0):
- Nimble-Snapshots/Core (= 4.4.0)
- Nimble-Snapshots/Core (4.4.0):
- FBSnapshotTestCase (~> 2.0)
- Nimble
- Quick
- Quick (1.0.0)

DEPENDENCIES:
- FBSnapshotTestCase
- HBStatusBarNotification (from `../`)
- Nimble (~> 5.1.1)
- Nimble-Snapshots
- Quick (~> 1.0.0)

EXTERNAL SOURCES:
HBStatusBarNotification:
:path: ../

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
HBStatusBarNotification: 84d9f4b22a86472a5d96acba8d740f5c05fdff10
Nimble: 415e3aa3267e7bc2c96b05fa814ddea7bb686a29
Nimble-Snapshots: e743439f26c2fa99d8f7e0d7c01c99bcb40aa6f2
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff
HBStatusBarNotification: e7c471d2c2695b385eca9b9ad2a2db310ce1f50a

PODFILE CHECKSUM: 2607e1274ed27a9e70a403648219030dbca66530
PODFILE CHECKSUM: 20eebfb0c208453381b0fabc642248a022d0870e

COCOAPODS: 1.3.1

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9b8c809

Please sign in to comment.