Skip to content

Commit 4e7ed24

Browse files
committed
Rebuilt SDK without provisioning profile logging.
1 parent 1e69df7 commit 4e7ed24

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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 = "1.13.1"
3+
s.version = "1.13.2"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
52 KB
Binary file not shown.

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ @interface OneSignal ()
6161

6262
@implementation OneSignal
6363

64-
NSString* const ONESIGNAL_VERSION = @"011301";
64+
NSString* const ONESIGNAL_VERSION = @"011302";
6565

6666
@synthesize app_id = _GT_publicKey;
6767
@synthesize httpClient = _GT_httpRequest;

0 commit comments

Comments
 (0)