Skip to content

Commit 6573e6c

Browse files
authored
Countly iOS SDK pods removed. It's now added with source code added. Incrementing version numbers. (#42)
* Countly iOS SDK pods removed and source code added. * New release versions updated.
1 parent ded31cd commit 6573e6c

Some content is hidden

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

44 files changed

+8656
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 20.11.2
2+
* !! Due to cocoapods issue with Xcode 12, we have added the iOS SDK as source code instead of Pod. Due to that change if you have already add the reference of files "CountlyNotificationService.h/m" then you need to update these files references by adding the files from "Pods/Development Pods/CountlyReactNative" and remove the old reference files.
3+
14
## 20.11.1
25
* Added "getFeedbackWidgets" method to get a list of available feedback widgets as array of object to handle multiple widgets of same type.
36
* Added "presentFeedbackWidgetObject" to show/present a feedback widget with the combined widget object.

CountlyReactNative.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CountlyReactNative'
3-
s.version = '20.11.1'
3+
s.version = '20.11.2'
44
s.license = {
55
:type => 'COMMUNITY',
66
:text => <<-LICENSE
@@ -47,5 +47,4 @@ Pod::Spec.new do |s|
4747
end
4848

4949
s.dependency "React"
50-
s.dependency "CountlyPod", '20.11.1'
5150
end

android/src/main/java/ly/count/android/sdk/react/CountlyReactNative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public String toString(){
7474
public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {
7575

7676
public static final String TAG = "CountlyRNPlugin";
77-
private String COUNTLY_RN_SDK_VERSION_STRING = "20.11.1";
77+
private String COUNTLY_RN_SDK_VERSION_STRING = "20.11.2";
7878
private String COUNTLY_RN_SDK_NAME = "js-rnb-android";
7979

8080
private static CountlyConfig config = new CountlyConfig();

example/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ rm App.js
1111
curl https://raw.githubusercontent.com/Countly/countly-sdk-react-native-bridge/master/example/App.js --output App.js
1212
curl https://raw.githubusercontent.com/Countly/countly-sdk-react-native-bridge/master/example/Example.js --output Example.js
1313

14-
15-
npm install --save https://github.com/ijunaid/react-native-advertising-id.git
14+
1615

1716
cd ./ios
1817
pod install

ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ platform :ios, '8.0'
22

33
target 'countly-sdk-react-native-bridge' do
44
use_frameworks!
5-
pod 'CountlyPod', "20.11.1"
65
end

ios/src/Countly.h

Lines changed: 694 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)