Skip to content

Commit e01592e

Browse files
committed
[master] - Release v3.0.0
2 parents 2ed7283 + 07feb7e commit e01592e

File tree

45 files changed

+1048
-1825
lines changed

Some content is hidden

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

45 files changed

+1048
-1825
lines changed

Example/NotificationBanner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,14 @@
265265
"${PODS_ROOT}/Target Support Files/Pods-NotificationBanner_Example/Pods-NotificationBanner_Example-frameworks.sh",
266266
"${BUILT_PRODUCTS_DIR}/MarqueeLabel/MarqueeLabel.framework",
267267
"${BUILT_PRODUCTS_DIR}/NotificationBannerSwift/NotificationBannerSwift.framework",
268+
"${PODS_ROOT}/Reveal-SDK/RevealServer/iOS/RevealServer.framework",
268269
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
269270
);
270271
name = "[CP] Embed Pods Frameworks";
271272
outputPaths = (
272273
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MarqueeLabel.framework",
273274
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NotificationBannerSwift.framework",
275+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
274276
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
275277
);
276278
runOnlyForDeploymentPostprocessing = 0;

Example/NotificationBanner/ExampleViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ extension ExampleViewController: ExampleViewDelegate {
129129
// Basic Warning Notification with Custom Color
130130
let banner = NotificationBanner(title: "Basic Notification",
131131
subtitle: "Must Be Dismissed Manually",
132-
style: .customView)
132+
style: .info)
133133
banner.delegate = self
134134
banner.backgroundColor = blockColor(at: IndexPath(row: 5, section: 0))
135135
banner.autoDismiss = false

Example/Podfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ platform :ios, '10.0'
33

44
target 'NotificationBanner_Example' do
55
pod 'NotificationBannerSwift', :path => '../'
6-
pod 'Reveal-iOS-SDK', :configurations => ['Debug']
7-
8-
target 'NotificationBanner_Tests' do
9-
inherit! :search_paths
10-
end
6+
pod 'Reveal-SDK', :configurations => ['Debug']
117
end

Example/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
22
- MarqueeLabel (4.0.0)
3-
- NotificationBannerSwift (2.1.0):
3+
- NotificationBannerSwift (2.6.0):
44
- MarqueeLabel (~> 4.0.0)
55
- SnapKit (~> 5.0.0)
6-
- Reveal-iOS-SDK (1.6.2)
6+
- Reveal-SDK (24)
77
- SnapKit (5.0.0)
88

99
DEPENDENCIES:
1010
- NotificationBannerSwift (from `../`)
11-
- Reveal-iOS-SDK
11+
- Reveal-SDK
1212

1313
SPEC REPOS:
1414
https://github.com/cocoapods/specs.git:
1515
- MarqueeLabel
16-
- Reveal-iOS-SDK
16+
- Reveal-SDK
1717
- SnapKit
1818

1919
EXTERNAL SOURCES:
@@ -22,10 +22,10 @@ EXTERNAL SOURCES:
2222

2323
SPEC CHECKSUMS:
2424
MarqueeLabel: b55b26e690b6ad41faedd95cbf5eae6f1d1735b4
25-
NotificationBannerSwift: cc8fc633c3119577a5dd06b8b7774abffdef9cb0
26-
Reveal-iOS-SDK: e2250b3c155bcfac53ae223ddc1f76d08f206c33
25+
NotificationBannerSwift: ea8b993a6a4949838626c016613b16ec33cb45cc
26+
Reveal-SDK: 5d7e56b8f018c0a88b3a2c10bf68d598bbd3b071
2727
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf
2828

29-
PODFILE CHECKSUM: 5df8d90f64b2772af127cf73f052ed06aca4d4ea
29+
PODFILE CHECKSUM: 9da8a8eebe6c6fde318fed3c4233a33c797d63ad
3030

3131
COCOAPODS: 1.6.1

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 626 additions & 792 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Reveal-SDK/RevealServer/iOS/RevealServer.framework/Headers/RevealServer.h

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Example/Pods/Reveal-SDK/RevealServer/iOS/RevealServer.framework/Modules/module.modulemap

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Example/Pods/Reveal-SDK/RevealServer/iOS/RevealServer.framework/Scripts/copy_and_codesign_revealserver.sh

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Reveal-SDK/RevealServer/iOS/RevealServer.framework/_CodeSignature/CodeResources

Lines changed: 147 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Reveal-iOS-SDK/Reveal-Framework-iOS-1.6.2/Reveal.framework/Headers

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Pods/Reveal-iOS-SDK/Reveal-Framework-iOS-1.6.2/Reveal.framework/Reveal

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Pods/Reveal-iOS-SDK/Reveal-Framework-iOS-1.6.2/Reveal.framework/Versions/A/Headers/IBANetServiceTypes.h

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

Example/Pods/Reveal-iOS-SDK/Reveal-Framework-iOS-1.6.2/Reveal.framework/Versions/A/Headers/IBARevealLoader.h

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

0 commit comments

Comments
 (0)