File tree Expand file tree Collapse file tree 4 files changed +3
-20
lines changed
Framework/OneSignal.framework/Versions/A Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 11Modified MIT License
22
3- Copyright 2015 OneSignal
3+ Copyright 2016 OneSignal
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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
2424THE 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-
4427Includes portions from DTTJailbreakDetection:
4528 The MIT License (MIT)
4629
Original file line number Diff line number Diff line change 11Pod ::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' }
Original file line number Diff line number Diff line change 7777
7878@implementation OneSignal
7979
80- NSString * const ONESIGNAL_VERSION = @" 020116 " ;
80+ NSString * const ONESIGNAL_VERSION = @" 020200 " ;
8181static NSString * mSDKType = @" native" ;
8282static BOOL coldStartFromTapOnNotification = NO ;
8383static BOOL registeredWithApple = NO ; // Has attempted to register for push notifications with Apple.
You can’t perform that action at this time.
0 commit comments