Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit c3f7777

Browse files
committed
Better interoperability with objective-c
1 parent ab674ec commit c3f7777

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Customerly.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@
10191019
GCC_WARN_UNINITIALIZED_AUTOS = YES;
10201020
GCC_WARN_UNUSED_FUNCTION = YES;
10211021
GCC_WARN_UNUSED_VARIABLE = YES;
1022-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1022+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
10231023
ONLY_ACTIVE_ARCH = YES;
10241024
SWIFT_VERSION = 3.0;
10251025
};
@@ -1052,7 +1052,7 @@
10521052
GCC_WARN_UNINITIALIZED_AUTOS = YES;
10531053
GCC_WARN_UNUSED_FUNCTION = YES;
10541054
GCC_WARN_UNUSED_VARIABLE = YES;
1055-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1055+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
10561056
SWIFT_VERSION = 3.0;
10571057
};
10581058
name = Release;

CustomerlySDK.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 = "CustomerlySDK"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "customerly.io is the perfect tool to getting closer to your customers"
55
s.description = <<-DESC
66
customerly.io is the perfect tool to getting closer to your customers. Help them where they are with the customer support widget. Manage your audience based on their behaviours, build campaigns and automations.

CustomerlySDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

CustomerlySDK/Library/Customerly.swift

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

99
import Kingfisher
1010

11-
open class Customerly: NSObject {
11+
@objc @objcMembers open class Customerly: NSObject {
1212

1313
open static let sharedInstance = Customerly()
1414
var customerlyAppId: String = ""

0 commit comments

Comments
 (0)