Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: point to stable releases #348

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Apps/APN/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ target 'SampleApp' do
# Flags change depending on the env values.
flags = get_default_flags()

# TODO: Remove this once iOS Native SDK is released and revert to original code
install_non_production_ios_sdk_git_branch(branch_name: 'feature/react-native-cdp', is_app_extension: false, push_service: "apn")
# pod 'customerio-reactnative/apn', :path => '../node_modules/customerio-reactnative'
pod 'customerio-reactnative/apn', :path => '../node_modules/customerio-reactnative'
# install_non_production_ios_sdk_local_path(local_path: '~/code/customerio-ios/', is_app_extension: false, push_service: "apn")
# install_non_production_ios_sdk_git_branch(branch_name: 'main', is_app_extension: false, push_service: "apn")

Expand Down
120 changes: 47 additions & 73 deletions Apps/APN/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,42 @@ PODS:
- boost (1.83.0)
- customerio-reactnative (3.9.1):
- customerio-reactnative/nopush (= 3.9.1)
- CustomerIO/DataPipelines (= 3.4.1)
- CustomerIO/MessagingInApp (= 3.4.1)
- CustomerIO/DataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (= 3.5.0)
- React-Core
- customerio-reactnative-richpush/apn (3.9.1):
- CustomerIO/MessagingPushAPN (= 3.4.1)
- CustomerIO/MessagingPushAPN (= 3.5.0)
- customerio-reactnative/apn (3.9.1):
- CustomerIO/DataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (= 3.5.0)
- CustomerIO/MessagingPushAPN (= 3.5.0)
- React-Core
- customerio-reactnative/nopush (3.9.1):
- CustomerIO/DataPipelines (= 3.4.1)
- CustomerIO/MessagingInApp (= 3.4.1)
- CustomerIO/MessagingPush (= 3.4.1)
- CustomerIO/DataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (= 3.5.0)
- CustomerIO/MessagingPush (= 3.5.0)
- React-Core
- CustomerIO/DataPipelines (3.4.1):
- CustomerIODataPipelines (= 3.4.1)
- CustomerIO/MessagingInApp (3.4.1):
- CustomerIOMessagingInApp (= 3.4.1)
- CustomerIO/MessagingPush (3.4.1):
- CustomerIOMessagingPush (= 3.4.1)
- CustomerIO/MessagingPushAPN (3.4.1):
- CustomerIOMessagingPushAPN (= 3.4.1)
- CustomerIOCommon (3.4.1)
- CustomerIODataPipelines (3.4.1):
- CustomerIO/DataPipelines (3.5.0):
- CustomerIODataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (3.5.0):
- CustomerIOMessagingInApp (= 3.5.0)
- CustomerIO/MessagingPush (3.5.0):
- CustomerIOMessagingPush (= 3.5.0)
- CustomerIO/MessagingPushAPN (3.5.0):
- CustomerIOMessagingPushAPN (= 3.5.0)
- CustomerIOCommon (3.5.0)
- CustomerIODataPipelines (3.5.0):
- "AnalyticsSwiftCIO (= 1.5.14+cio.1)"
- CustomerIOCommon (= 3.4.1)
- CustomerIOTrackingMigration (= 3.4.1)
- CustomerIOMessagingInApp (3.4.1):
- CustomerIOCommon (= 3.4.1)
- CustomerIOMessagingPush (3.4.1):
- CustomerIOCommon (= 3.4.1)
- CustomerIOMessagingPushAPN (3.4.1):
- CustomerIOMessagingPush (= 3.4.1)
- CustomerIOTrackingMigration (3.4.1):
- CustomerIOCommon (= 3.4.1)
- CustomerIOCommon (= 3.5.0)
- CustomerIOTrackingMigration (= 3.5.0)
- CustomerIOMessagingInApp (3.5.0):
- CustomerIOCommon (= 3.5.0)
- CustomerIOMessagingPush (3.5.0):
- CustomerIOCommon (= 3.5.0)
- CustomerIOMessagingPushAPN (3.5.0):
- CustomerIOMessagingPush (= 3.5.0)
- CustomerIOTrackingMigration (3.5.0):
- CustomerIOCommon (= 3.5.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.73.6)
- FBReactNativeSpec (0.73.6):
Expand Down Expand Up @@ -1121,11 +1126,7 @@ DEPENDENCIES:
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
- customerio-reactnative (from `../node_modules/customerio-reactnative`)
- customerio-reactnative-richpush/apn (from `../node_modules/customerio-reactnative`)
- CustomerIOCommon (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIODataPipelines (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIOMessagingInApp (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIOMessagingPush (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIOMessagingPushAPN (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- customerio-reactnative/apn (from `../node_modules/customerio-reactnative`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
Expand Down Expand Up @@ -1190,6 +1191,11 @@ SPEC REPOS:
trunk:
- AnalyticsSwiftCIO
- CustomerIO
- CustomerIOCommon
- CustomerIODataPipelines
- CustomerIOMessagingInApp
- CustomerIOMessagingPush
- CustomerIOMessagingPushAPN
- CustomerIOTrackingMigration
- fmt
- JSONSafeEncoding
Expand All @@ -1204,21 +1210,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/customerio-reactnative"
customerio-reactnative-richpush:
:path: "../node_modules/customerio-reactnative"
CustomerIOCommon:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIODataPipelines:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingInApp:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPush:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPushAPN:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
FBLazyVector:
Expand Down Expand Up @@ -1333,35 +1324,18 @@ EXTERNAL SOURCES:
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

CHECKOUT OPTIONS:
CustomerIOCommon:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIODataPipelines:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingInApp:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPush:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPushAPN:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git

SPEC CHECKSUMS:
AnalyticsSwiftCIO: d03712b33e85baecc86f0d38a6d53c97f7bc5bd1
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
CustomerIO: 7563a4e69cc71940e45285b509074a0929132c46
customerio-reactnative: d558f269e5307fff3cf179b7d199a256b761a6d5
customerio-reactnative-richpush: 21f18246de845dbcceb7f7ce3cd29edea5fcf752
CustomerIOCommon: 4918263730b3e7349e9ab8fdd5d11ff577d44ae6
CustomerIODataPipelines: da9bee0a16b177b610078b72173615f2b1ddfa46
CustomerIOMessagingInApp: 3b12a3bb8b08cd426594d34cb3042ba187ac5141
CustomerIOMessagingPush: 0b270e12d1b1915d38d8627c97a9b176f2c80e8f
CustomerIOMessagingPushAPN: 64f0c6ee1f7385d4c7ef700b3e892d2cc0f655a5
CustomerIOTrackingMigration: 580086b225417687beb3106c5ac955c37b5507cd
CustomerIO: f4aad2ce56f15ee2259cdc4faa4083229d83fdb0
customerio-reactnative: 6f1c87a6d19727882d42e840f8273a55059b1945
customerio-reactnative-richpush: 2e178a1c37841f3d6e9c5470988c94dd1a6ee838
CustomerIOCommon: 3ff2525259494de5800a41594ceab845183b15b5
CustomerIODataPipelines: c0c0a23db3ae303bc26b05eeb2490b5d4926ba83
CustomerIOMessagingInApp: 1e344b4306f49697669c8a74ec56b6e602f982bf
CustomerIOMessagingPush: a7c260756260cebbaa6ea5c99d6401181c41f29b
CustomerIOMessagingPushAPN: 28144174f085e0555278bc8ae8089f4886d179f1
CustomerIOTrackingMigration: 75d9c06e891b36e6b2bf294b5cfb1d85ae625823
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: f64d1e2ea739b4d8f7e4740cde18089cd97fe864
FBReactNativeSpec: 9f2b8b243131565335437dba74923a8d3015e780
Expand Down Expand Up @@ -1424,6 +1398,6 @@ SPEC CHECKSUMS:
Sovran: f8212bb3855042a24689a73ea0219ca5295235da
Yoga: 805bf71192903b20fc14babe48080582fee65a80

PODFILE CHECKSUM: c03f64c9abb4eb8f680b6d2ac5d9dc51e057a6d7
PODFILE CHECKSUM: 4fd33e739b5364991c8ac49c0c56e7b4a80e4c02

COCOAPODS: 1.15.2
3 changes: 2 additions & 1 deletion Apps/APN/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Apps/FCM/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ target 'FCMSampleApp' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

# TODO: Remove this once iOS Native SDK is released and revert to original code
install_non_production_ios_sdk_git_branch(branch_name: 'feature/react-native-cdp', is_app_extension: false, push_service: "fcm")
# pod 'customerio-reactnative/fcm', :path => '../node_modules/customerio-reactnative'
pod 'customerio-reactnative/fcm', :path => '../node_modules/customerio-reactnative'
# install_non_production_ios_sdk_local_path(local_path: '~/code/customerio-ios/', is_app_extension: false, push_service: "fcm")
# install_non_production_ios_sdk_git_branch(branch_name: 'levi/v2-multiple-push-handlers', is_app_extension: false, push_service: "fcm")

Expand Down
120 changes: 47 additions & 73 deletions Apps/FCM/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,43 @@ PODS:
- boost (1.83.0)
- customerio-reactnative (3.9.1):
- customerio-reactnative/nopush (= 3.9.1)
- CustomerIO/DataPipelines (= 3.4.1)
- CustomerIO/MessagingInApp (= 3.4.1)
- CustomerIO/DataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (= 3.5.0)
- React-Core
- customerio-reactnative-richpush/fcm (3.9.1):
- CustomerIO/MessagingPushFCM (= 3.4.1)
- CustomerIO/MessagingPushFCM (= 3.5.0)
- customerio-reactnative/fcm (3.9.1):
- CustomerIO/DataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (= 3.5.0)
- CustomerIO/MessagingPushFCM (= 3.5.0)
- React-Core
- customerio-reactnative/nopush (3.9.1):
- CustomerIO/DataPipelines (= 3.4.1)
- CustomerIO/MessagingInApp (= 3.4.1)
- CustomerIO/MessagingPush (= 3.4.1)
- CustomerIO/DataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (= 3.5.0)
- CustomerIO/MessagingPush (= 3.5.0)
- React-Core
- CustomerIO/DataPipelines (3.4.1):
- CustomerIODataPipelines (= 3.4.1)
- CustomerIO/MessagingInApp (3.4.1):
- CustomerIOMessagingInApp (= 3.4.1)
- CustomerIO/MessagingPush (3.4.1):
- CustomerIOMessagingPush (= 3.4.1)
- CustomerIO/MessagingPushFCM (3.4.1):
- CustomerIOMessagingPushFCM (= 3.4.1)
- CustomerIOCommon (3.4.1)
- CustomerIODataPipelines (3.4.1):
- CustomerIO/DataPipelines (3.5.0):
- CustomerIODataPipelines (= 3.5.0)
- CustomerIO/MessagingInApp (3.5.0):
- CustomerIOMessagingInApp (= 3.5.0)
- CustomerIO/MessagingPush (3.5.0):
- CustomerIOMessagingPush (= 3.5.0)
- CustomerIO/MessagingPushFCM (3.5.0):
- CustomerIOMessagingPushFCM (= 3.5.0)
- CustomerIOCommon (3.5.0)
- CustomerIODataPipelines (3.5.0):
- "AnalyticsSwiftCIO (= 1.5.14+cio.1)"
- CustomerIOCommon (= 3.4.1)
- CustomerIOTrackingMigration (= 3.4.1)
- CustomerIOMessagingInApp (3.4.1):
- CustomerIOCommon (= 3.4.1)
- CustomerIOMessagingPush (3.4.1):
- CustomerIOCommon (= 3.4.1)
- CustomerIOMessagingPushFCM (3.4.1):
- CustomerIOMessagingPush (= 3.4.1)
- CustomerIOCommon (= 3.5.0)
- CustomerIOTrackingMigration (= 3.5.0)
- CustomerIOMessagingInApp (3.5.0):
- CustomerIOCommon (= 3.5.0)
- CustomerIOMessagingPush (3.5.0):
- CustomerIOCommon (= 3.5.0)
- CustomerIOMessagingPushFCM (3.5.0):
- CustomerIOMessagingPush (= 3.5.0)
- FirebaseMessaging (< 12, >= 8.7.0)
- CustomerIOTrackingMigration (3.4.1):
- CustomerIOCommon (= 3.4.1)
- CustomerIOTrackingMigration (3.5.0):
- CustomerIOCommon (= 3.5.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.73.10)
- FBReactNativeSpec (0.73.10):
Expand Down Expand Up @@ -1188,11 +1193,7 @@ DEPENDENCIES:
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
- customerio-reactnative (from `../node_modules/customerio-reactnative`)
- customerio-reactnative-richpush/fcm (from `../node_modules/customerio-reactnative`)
- CustomerIOCommon (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIODataPipelines (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIOMessagingInApp (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIOMessagingPush (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- CustomerIOMessagingPushFCM (from `https://github.com/customerio/customerio-ios.git`, branch `feature/react-native-cdp`)
- customerio-reactnative/fcm (from `../node_modules/customerio-reactnative`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
Expand Down Expand Up @@ -1258,6 +1259,11 @@ SPEC REPOS:
trunk:
- AnalyticsSwiftCIO
- CustomerIO
- CustomerIOCommon
- CustomerIODataPipelines
- CustomerIOMessagingInApp
- CustomerIOMessagingPush
- CustomerIOMessagingPushFCM
- CustomerIOTrackingMigration
- Firebase
- FirebaseCore
Expand All @@ -1282,21 +1288,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/customerio-reactnative"
customerio-reactnative-richpush:
:path: "../node_modules/customerio-reactnative"
CustomerIOCommon:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIODataPipelines:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingInApp:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPush:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPushFCM:
:branch: feature/react-native-cdp
:git: https://github.com/customerio/customerio-ios.git
DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
FBLazyVector:
Expand Down Expand Up @@ -1413,35 +1404,18 @@ EXTERNAL SOURCES:
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

CHECKOUT OPTIONS:
CustomerIOCommon:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIODataPipelines:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingInApp:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPush:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git
CustomerIOMessagingPushFCM:
:commit: bbd3c38364d591f4c78486eb23769a03fdf7d876
:git: https://github.com/customerio/customerio-ios.git

SPEC CHECKSUMS:
AnalyticsSwiftCIO: d03712b33e85baecc86f0d38a6d53c97f7bc5bd1
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
CustomerIO: 7563a4e69cc71940e45285b509074a0929132c46
customerio-reactnative: d558f269e5307fff3cf179b7d199a256b761a6d5
customerio-reactnative-richpush: 21f18246de845dbcceb7f7ce3cd29edea5fcf752
CustomerIOCommon: 4918263730b3e7349e9ab8fdd5d11ff577d44ae6
CustomerIODataPipelines: da9bee0a16b177b610078b72173615f2b1ddfa46
CustomerIOMessagingInApp: 3b12a3bb8b08cd426594d34cb3042ba187ac5141
CustomerIOMessagingPush: 0b270e12d1b1915d38d8627c97a9b176f2c80e8f
CustomerIOMessagingPushFCM: 8d5f4ef94d152aa07ebd7ae77098bd0c47a274d8
CustomerIOTrackingMigration: 580086b225417687beb3106c5ac955c37b5507cd
CustomerIO: f4aad2ce56f15ee2259cdc4faa4083229d83fdb0
customerio-reactnative: 6f1c87a6d19727882d42e840f8273a55059b1945
customerio-reactnative-richpush: 2e178a1c37841f3d6e9c5470988c94dd1a6ee838
CustomerIOCommon: 3ff2525259494de5800a41594ceab845183b15b5
CustomerIODataPipelines: c0c0a23db3ae303bc26b05eeb2490b5d4926ba83
CustomerIOMessagingInApp: 1e344b4306f49697669c8a74ec56b6e602f982bf
CustomerIOMessagingPush: a7c260756260cebbaa6ea5c99d6401181c41f29b
CustomerIOMessagingPushFCM: 6255446a765d1878db75f78c8ca5b099873d8b0d
CustomerIOTrackingMigration: 75d9c06e891b36e6b2bf294b5cfb1d85ae625823
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: c039b29a5b130f817a6b07dd7bc33830a969ab27
FBReactNativeSpec: 0368d296aba294bab9067f575175422a4754db27
Expand Down Expand Up @@ -1515,6 +1489,6 @@ SPEC CHECKSUMS:
Sovran: f8212bb3855042a24689a73ea0219ca5295235da
Yoga: 66a97477b94264cc4e49990c8fe6b153260d871d

PODFILE CHECKSUM: feec050d5b34e6e33e26eca39aa7b24f157db4af
PODFILE CHECKSUM: 4c266b02aec68ff765838748180b9d08916925df

COCOAPODS: 1.15.2
3 changes: 2 additions & 1 deletion Apps/FCM/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ customerio.reactnative.kotlinVersion=1.7.21
customerio.reactnative.compileSdkVersion=33
customerio.reactnative.targetSdkVersion=33
customerio.reactnative.minSdkVersion=21
# TODO: Update snapshot version to stable version before final release
customerio.reactnative.cioSDKVersionAndroid=feature-react-native-cdp-SNAPSHOT
customerio.reactnative.cioSDKVersionAndroid=4.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-native": "src/index",
"source": "src/index",
"expoVersion": "",
"cioNativeiOSSdkVersion": "= 3.4.1",
"cioNativeiOSSdkVersion": "= 3.5.0",
"files": [
"src",
"lib",
Expand Down
Loading
Loading