Skip to content

Commit

Permalink
[master] - Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltron committed Oct 8, 2019
2 parents 2ed7283 + 07feb7e commit e01592e
Show file tree
Hide file tree
Showing 45 changed files with 1,048 additions and 1,825 deletions.
2 changes: 2 additions & 0 deletions Example/NotificationBanner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,14 @@
"${PODS_ROOT}/Target Support Files/Pods-NotificationBanner_Example/Pods-NotificationBanner_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/MarqueeLabel/MarqueeLabel.framework",
"${BUILT_PRODUCTS_DIR}/NotificationBannerSwift/NotificationBannerSwift.framework",
"${PODS_ROOT}/Reveal-SDK/RevealServer/iOS/RevealServer.framework",
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MarqueeLabel.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NotificationBannerSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
2 changes: 1 addition & 1 deletion Example/NotificationBanner/ExampleViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ extension ExampleViewController: ExampleViewDelegate {
// Basic Warning Notification with Custom Color
let banner = NotificationBanner(title: "Basic Notification",
subtitle: "Must Be Dismissed Manually",
style: .customView)
style: .info)
banner.delegate = self
banner.backgroundColor = blockColor(at: IndexPath(row: 5, section: 0))
banner.autoDismiss = false
Expand Down
6 changes: 1 addition & 5 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ platform :ios, '10.0'

target 'NotificationBanner_Example' do
pod 'NotificationBannerSwift', :path => '../'
pod 'Reveal-iOS-SDK', :configurations => ['Debug']

target 'NotificationBanner_Tests' do
inherit! :search_paths
end
pod 'Reveal-SDK', :configurations => ['Debug']
end
14 changes: 7 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- MarqueeLabel (4.0.0)
- NotificationBannerSwift (2.1.0):
- NotificationBannerSwift (2.6.0):
- MarqueeLabel (~> 4.0.0)
- SnapKit (~> 5.0.0)
- Reveal-iOS-SDK (1.6.2)
- Reveal-SDK (24)
- SnapKit (5.0.0)

DEPENDENCIES:
- NotificationBannerSwift (from `../`)
- Reveal-iOS-SDK
- Reveal-SDK

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- MarqueeLabel
- Reveal-iOS-SDK
- Reveal-SDK
- SnapKit

EXTERNAL SOURCES:
Expand All @@ -22,10 +22,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
MarqueeLabel: b55b26e690b6ad41faedd95cbf5eae6f1d1735b4
NotificationBannerSwift: cc8fc633c3119577a5dd06b8b7774abffdef9cb0
Reveal-iOS-SDK: e2250b3c155bcfac53ae223ddc1f76d08f206c33
NotificationBannerSwift: ea8b993a6a4949838626c016613b16ec33cb45cc
Reveal-SDK: 5d7e56b8f018c0a88b3a2c10bf68d598bbd3b071
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf

PODFILE CHECKSUM: 5df8d90f64b2772af127cf73f052ed06aca4d4ea
PODFILE CHECKSUM: 9da8a8eebe6c6fde318fed3c4233a33c797d63ad

COCOAPODS: 1.6.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,418 changes: 626 additions & 792 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e01592e

Please sign in to comment.