Skip to content

Commit 87c9a13

Browse files
committed
Updated archive and podspec for 2.2.0 release
1 parent 90bcf53 commit 87c9a13

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

LICENSE

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Modified MIT License
22

3-
Copyright 2015 OneSignal
3+
Copyright 2016 OneSignal
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -24,23 +24,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
THE SOFTWARE.
2525

2626

27-
28-
Includes Portions Copyright 2014 StackMob:
29-
Copyright 2014 StackMob
30-
31-
Licensed under the Apache License, Version 2.0 (the "License");
32-
you may not use this file except in compliance with the License.
33-
You may obtain a copy of the License at
34-
35-
http://www.apache.org/licenses/LICENSE-2.0
36-
37-
Unless required by applicable law or agreed to in writing, software
38-
distributed under the License is distributed on an "AS IS" BASIS,
39-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40-
See the License for the specific language governing permissions and
41-
limitations under the License.
42-
43-
4427
Includes portions from DTTJailbreakDetection:
4528
The MIT License (MIT)
4629

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "2.1.16"
3+
s.version = "2.2.0"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
-1.81 KB
Binary file not shown.

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
@implementation OneSignal
7979

80-
NSString* const ONESIGNAL_VERSION = @"020116";
80+
NSString* const ONESIGNAL_VERSION = @"020200";
8181
static NSString* mSDKType = @"native";
8282
static BOOL coldStartFromTapOnNotification = NO;
8383
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.

0 commit comments

Comments
 (0)