File tree 11 files changed +27
-18
lines changed
android/src/main/res/values
RNApptentiveModule.xcodeproj
11 files changed +27
-18
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ This document lets you know what has changed in the React Native module. For cha
5
5
- [ Android Changelog] ( https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md )
6
6
- [ iOS Changelog] ( https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md )
7
7
8
+
9
+ # 2020-09-15 - v5.5.5
10
+
11
+ - Fixed a crashing bug in Surveys for projects built with Xcode 12 and run on iOS 14.
12
+ - Increased iOS deployment target to version 10.3
13
+ - Apptentive Android SDK: 5.5.4
14
+ - Apptentive iOS SDK: 5.3.0
15
+
8
16
# 2020-09-08 - v5.5.4
9
17
10
18
- Fixed Android 11 support.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
<string name =" apptentive_distribution" >React Native</string >
4
- <string name =" apptentive_distribution_version" >5.5.4 </string >
4
+ <string name =" apptentive_distribution_version" >5.5.5 </string >
5
5
</resources >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "apptentive-react-native"
3
- s . version = "5.5.4 "
3
+ s . version = "5.5.5 "
4
4
s . summary = "Apptentive SDK module for React Native"
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ - (dispatch_queue_t)methodQueue
52
52
if (configuration) {
53
53
configuration.appID = configurationDictionary[@" appleID" ];
54
54
configuration.distributionName = @" React Native" ;
55
- configuration.distributionVersion = @" 5.5.4 " ;
55
+ configuration.distributionVersion = @" 5.5.5 " ;
56
56
[Apptentive registerWithConfiguration: configuration];
57
57
58
58
[[NSNotificationCenter defaultCenter ] addObserver: self selector: @selector (messageCenterUnreadCountChangedNotification: ) name: ApptentiveMessageCenterUnreadCountChangedNotification object: nil ];
Original file line number Diff line number Diff line change 157
157
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
158
158
GCC_WARN_UNUSED_FUNCTION = YES;
159
159
GCC_WARN_UNUSED_VARIABLE = YES;
160
- IPHONEOS_DEPLOYMENT_TARGET = 8.0 ;
160
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
161
161
MTL_ENABLE_DEBUG_INFO = YES;
162
162
ONLY_ACTIVE_ARCH = YES;
163
163
SDKROOT = iphoneos;
194
194
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
195
195
GCC_WARN_UNUSED_FUNCTION = YES;
196
196
GCC_WARN_UNUSED_VARIABLE = YES;
197
- IPHONEOS_DEPLOYMENT_TARGET = 8.0 ;
197
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
198
198
MTL_ENABLE_DEBUG_INFO = NO;
199
199
SDKROOT = iphoneos;
200
200
VALIDATE_PRODUCT = YES;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apptentive-react-native" ,
3
- "version" : " 5.5.4 " ,
3
+ "version" : " 5.5.5 " ,
4
4
"description" : " React Native Module for Apptentive SDK" ,
5
5
"main" : " js/index.js" ,
6
6
"types" : " js/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# Uncomment the next line to define a global platform for your project
2
- platform :ios , '9.0 '
2
+ platform :ios , '10.3 '
3
3
4
4
target 'sample' do
5
5
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
6
6
use_frameworks!
7
7
8
8
# Pods for sample
9
- pod 'apptentive-ios' , '5.2.14 '
9
+ pod 'apptentive-ios' , '5.3.0 '
10
10
11
11
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - apptentive-ios (5.2.14 )
2
+ - apptentive-ios (5.3.0 )
3
3
4
4
DEPENDENCIES:
5
- - apptentive-ios (= 5.2.14 )
5
+ - apptentive-ios (= 5.3.0 )
6
6
7
7
SPEC REPOS:
8
8
trunk:
9
9
- apptentive-ios
10
10
11
11
SPEC CHECKSUMS:
12
- apptentive-ios: 16951b1f9546bbae9165792679f865dc53bbe82f
12
+ apptentive-ios: 9f78b6a860afc3a64ff992bfa7a7a19897eb099b
13
13
14
- PODFILE CHECKSUM: 6054e413be9c8c5ca4dd0d946a9d8e08124d4257
14
+ PODFILE CHECKSUM: b3bcae995bfc4551ded4614aae57fb8d8a064231
15
15
16
- COCOAPODS: 1.9.3
16
+ COCOAPODS: 1.10.0.beta.2
Original file line number Diff line number Diff line change 744
744
developmentRegion = English;
745
745
hasScannedForEncodings = 0;
746
746
knownRegions = (
747
+ English,
747
748
en,
748
749
Base,
749
750
);
1491
1492
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1492
1493
GCC_WARN_UNUSED_FUNCTION = YES;
1493
1494
GCC_WARN_UNUSED_VARIABLE = YES;
1494
- IPHONEOS_DEPLOYMENT_TARGET = 9.0 ;
1495
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
1495
1496
MTL_ENABLE_DEBUG_INFO = YES;
1496
1497
ONLY_ACTIVE_ARCH = YES;
1497
1498
SDKROOT = iphoneos;
1537
1538
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1538
1539
GCC_WARN_UNUSED_FUNCTION = YES;
1539
1540
GCC_WARN_UNUSED_VARIABLE = YES;
1540
- IPHONEOS_DEPLOYMENT_TARGET = 9.0 ;
1541
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
1541
1542
MTL_ENABLE_DEBUG_INFO = NO;
1542
1543
SDKROOT = iphoneos;
1543
1544
VALIDATE_PRODUCT = YES;
Original file line number Diff line number Diff line change 1
- platform :ios , '9.0 '
1
+ platform :ios , '10.3 '
2
2
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3
3
4
4
target 'sample61' do
Original file line number Diff line number Diff line change 667
667
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
668
668
GCC_WARN_UNUSED_FUNCTION = YES;
669
669
GCC_WARN_UNUSED_VARIABLE = YES;
670
- IPHONEOS_DEPLOYMENT_TARGET = 9.0 ;
670
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
671
671
MTL_ENABLE_DEBUG_INFO = YES;
672
672
ONLY_ACTIVE_ARCH = YES;
673
673
SDKROOT = iphoneos;
713
713
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
714
714
GCC_WARN_UNUSED_FUNCTION = YES;
715
715
GCC_WARN_UNUSED_VARIABLE = YES;
716
- IPHONEOS_DEPLOYMENT_TARGET = 9.0 ;
716
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
717
717
MTL_ENABLE_DEBUG_INFO = NO;
718
718
SDKROOT = iphoneos;
719
719
VALIDATE_PRODUCT = YES;
You can’t perform that action at this time.
0 commit comments