Skip to content

Commit 5c659d7

Browse files
github-actions[bot]khushal87dependabot[bot]santhoshvai
authored
Sync main with develop (#43)
* chore: upgrade iMessageClone react native version to 0.69.5 and related maintenance (#38) * chore: upgrade iMessageClone react native version to 0.69.5 and related maintenance * chore: upgrade @types/react-test-renderer to appropriate version 18.0.0 * chore(deps): bump stream-chat-react-native in /projects/SlackClone Bumps stream-chat-react-native from 4.10.0 to 5.3.0. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump stream-chat-react-native in /projects/iMessageClone Bumps stream-chat-react-native from 5.0.0 to 5.3.0. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump stream-chat-react-native in /projects/iMessageClone Bumps stream-chat-react-native from 5.3.0 to 5.3.1. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump stream-chat-react-native in /projects/iMessageClone Bumps stream-chat-react-native from 5.3.1 to 5.4.0. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump stream-chat-react-native in /projects/iMessageClone Bumps stream-chat-react-native from 5.4.0 to 5.4.1. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump stream-chat-react-native in /projects/SlackClone Bumps stream-chat-react-native from 5.3.0 to 5.4.1. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: add job for creating environment variables on release (#52) * chore: add workaround for testflight broken api (#53) * chore: react-native-document-picker needs update to fix android build * chore: update compileSdk version of slack clone * fix: broken signing of imessage clone * chore: update cameraroll in imessageclone Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Khushal Agarwal <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Santhosh Vaiyapuri <[email protected]> Co-authored-by: Santhosh Vaiyapuri <[email protected]>
1 parent 61ec1f8 commit 5c659d7

File tree

13 files changed

+385
-327
lines changed

13 files changed

+385
-327
lines changed

.github/workflows/release.yml

Lines changed: 315 additions & 272 deletions
Large diffs are not rendered by default.

projects/SlackClone/android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
buildscript {
44
ext {
5-
buildToolsVersion = "29.0.3"
65
minSdkVersion = 21
7-
compileSdkVersion = 29
6+
compileSdkVersion = 32
87
targetSdkVersion = 29
98
ndkVersion = "20.1.5948944"
109
}

projects/SlackClone/fastlane/Fastfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ platform :ios do
8282

8383
testflight_groups = (git_branch() == "main") ? ['Dev Testers', 'Public Testers'] : ['Dev Testers']
8484

85+
# https://github.com/fastlane/fastlane/issues/20741
86+
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
87+
8588
begin
8689
upload_to_testflight(
8790
groups: testflight_groups,

projects/SlackClone/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ PODS:
294294
- React
295295
- react-native-blur (0.8.0):
296296
- React
297-
- react-native-cameraroll (5.0.1):
297+
- react-native-cameraroll (5.0.4):
298298
- React-Core
299-
- react-native-document-picker (5.2.0):
299+
- react-native-document-picker (8.1.2):
300300
- React-Core
301301
- react-native-image-resizer (1.4.5):
302302
- React-Core
@@ -671,8 +671,8 @@ SPEC CHECKSUMS:
671671
React-logger: 1e10789cb84f99288479ba5f20822ce43ced6ffe
672672
react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa
673673
react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c
674-
react-native-cameraroll: c7b7b52aff5d3bfa10ee566020fa31c8a4c0e2f2
675-
react-native-document-picker: f1b5398801b332c77bc62ae0eae2116f49bdff26
674+
react-native-cameraroll: 38b40d9033e4077b6c603f92f95c6d05fa7907df
675+
react-native-document-picker: f5ec1a712ca2a975c233117f044817bb8393cad4
676676
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
677677
react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d
678678
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79

projects/SlackClone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-native": "0.67.3",
3131
"react-native-appearance": "^0.3.4",
3232
"react-native-autocomplete-input": "^5.0.0",
33-
"react-native-document-picker": "^5.2.0",
33+
"react-native-document-picker": "^8.1.2",
3434
"react-native-dotenv": "^2.5.5",
3535
"react-native-fs": "^2.18.0",
3636
"react-native-gesture-handler": "^1.10.3",
@@ -43,7 +43,7 @@
4343
"react-native-share": "^6.2.1",
4444
"react-native-svg": "^12.1.1",
4545
"react-native-svg-transformer": "^0.14.3",
46-
"stream-chat-react-native": "5.1.0"
46+
"stream-chat-react-native": "5.4.1"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "^7.12.9",

projects/SlackClone/yarn.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,9 +1237,9 @@
12371237
"@jridgewell/sourcemap-codec" "^1.4.10"
12381238

12391239
"@react-native-camera-roll/camera-roll@^5.0.1":
1240-
version "5.0.1"
1241-
resolved "https://registry.yarnpkg.com/@react-native-camera-roll/camera-roll/-/camera-roll-5.0.1.tgz#278a2280db9b1f1326fc9202f1b265cec89c51e6"
1242-
integrity sha512-C+6glzmhNLJV2GIZTjmd0zyNUiUVoSZ+iEWWpYTXHjqmuiAgXSfpPPKY5nv95ONLY3wL1N2O3T1vQNzdIa0O6Q==
1240+
version "5.0.4"
1241+
resolved "https://registry.yarnpkg.com/@react-native-camera-roll/camera-roll/-/camera-roll-5.0.4.tgz#341b8275363ee496b796fa58cb592697798d39e5"
1242+
integrity sha512-3kBRgW3VfmLQmQm70gPUVDu8rPSZymoPc9vmeiPLMKBqtWaqPNuPX0jQ6mZ8AEtYbBdoWC360Q4YYPalXv37zA==
12431243

12441244
"@react-native-community/async-storage@^1.12.1":
12451245
version "1.12.1"
@@ -6415,10 +6415,12 @@ react-native-codegen@^0.0.8:
64156415
jscodeshift "^0.11.0"
64166416
nullthrows "^1.1.1"
64176417

6418-
react-native-document-picker@^5.2.0:
6419-
version "5.2.0"
6420-
resolved "https://registry.yarnpkg.com/react-native-document-picker/-/react-native-document-picker-5.2.0.tgz#1fb2185a56ba6b2509acdc418a8a75906c31e58e"
6421-
integrity sha512-zXK34hW6fM0gXoo6v7edZZxKvLT7DyjOdBXi7WrxbKqZchDokTEQ/tNTeZxky+7oI8sVz8T3uXBBEW0sp+VfXQ==
6418+
react-native-document-picker@^8.1.2:
6419+
version "8.1.2"
6420+
resolved "https://registry.yarnpkg.com/react-native-document-picker/-/react-native-document-picker-8.1.2.tgz#503cce26086020c833f08a405fe2da28f735ed08"
6421+
integrity sha512-R126YsjTXBuvigRRExyAQ+yn1UGV4dGcMI9x4UAY8TBTSOt6nOQcWS/AQcbzjk9MnN8ISDGqNq9GmN51Q1aHjA==
6422+
dependencies:
6423+
invariant "^2.2.4"
64226424

64236425
react-native-dotenv@^2.5.5:
64246426
version "2.6.2"
@@ -7268,10 +7270,10 @@ stream-buffers@~2.2.0:
72687270
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
72697271
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
72707272

7271-
stream-chat-react-native-core@5.1.0:
7272-
version "5.1.0"
7273-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.1.0.tgz#65a867ad684add2fc6ec702a65d57010434f550b"
7274-
integrity sha512-jWIB5tjCPqFsnPOkB+yKD2bW18NYlt6AFMjrHIurKkdR08+8E4/wtCutZztTCTqyiJ3RXA2NL8d8vDWfBzV4zg==
7273+
stream-chat-react-native-core@5.4.1:
7274+
version "5.4.1"
7275+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.4.1.tgz#623d678c9cef0a46a0baff48a83e10c821bcf225"
7276+
integrity sha512-0E/4+Cwel7Q9hhAN+QOo7FKn304kTBGIE8MW7JhQQXt7NqPPJWz9CkEyyoVuS7UNnz4g+ViiINM/eNAomGRaTA==
72757277
dependencies:
72767278
"@babel/runtime" "^7.12.5"
72777279
"@gorhom/bottom-sheet" "^4.1.6"
@@ -7287,13 +7289,13 @@ [email protected]:
72877289
react-native-url-polyfill "^1.3.0"
72887290
stream-chat "7.0.0"
72897291

7290-
stream-chat-react-native@5.1.0:
7291-
version "5.1.0"
7292-
resolved "https://registry.yarnpkg.com/stream-chat-react-native/-/stream-chat-react-native-5.1.0.tgz#28e6e5ab778157456ba2f7d2917ec80fbb7b021f"
7293-
integrity sha512-Zpq5l1Giy18VA15L4WKXZ5nTa0fPsS5QtwkUN03FNdGiFt4Slh5QLvdA2G2vuE870lOk4BHdiMcb0CQRGn4uag==
7292+
stream-chat-react-native@5.4.1:
7293+
version "5.4.1"
7294+
resolved "https://registry.yarnpkg.com/stream-chat-react-native/-/stream-chat-react-native-5.4.1.tgz#04226352557dc2f80de0e6756ebf9a2da7f88d52"
7295+
integrity sha512-K6I9Bac5hZq8PqWUhNt58/LOC7YS8Dytr9FY4O/BFmYLofgilemThhwP3grLn12yQ4uVeyuNE5YLpGAE28mppA==
72947296
dependencies:
72957297
es6-symbol "^3.1.3"
7296-
stream-chat-react-native-core "5.1.0"
7298+
stream-chat-react-native-core "5.4.1"
72977299

72987300
72997301
version "0.1.0-beta.4"

projects/WhatsAppClone/fastlane/Fastfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ platform :ios do
8484

8585
testflight_groups = (git_branch() == "main") ? ['Dev Testers', 'Public Testers'] : ['Dev Testers']
8686

87+
# https://github.com/fastlane/fastlane/issues/20741
88+
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
89+
8790
begin
8891
upload_to_testflight(
8992
groups: testflight_groups,

projects/iMessageClone/fastlane/Fastfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ platform :ios do
8484

8585
testflight_groups = (git_branch() == "main") ? ['Dev Testers', 'Public Testers'] : ['Dev Testers']
8686

87+
# https://github.com/fastlane/fastlane/issues/20741
88+
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
89+
8790
begin
8891
upload_to_testflight(
8992
groups: testflight_groups,

projects/iMessageClone/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ PODS:
284284
- React-jsinspector (0.69.5)
285285
- React-logger (0.69.5):
286286
- glog
287-
- react-native-cameraroll (5.0.1):
287+
- react-native-cameraroll (5.0.4):
288288
- React-Core
289-
- react-native-document-picker (5.3.0):
289+
- react-native-document-picker (8.1.2):
290290
- React-Core
291291
- react-native-image-resizer (1.4.5):
292292
- React-Core
@@ -604,7 +604,7 @@ EXTERNAL SOURCES:
604604
SPEC CHECKSUMS:
605605
boost: a7c83b31436843459a1961bfd74b96033dc77234
606606
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
607-
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
607+
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
608608
FBLazyVector: 0045cf98ca4a48af3bf7108d85b1c243740fa289
609609
FBReactNativeSpec: 82e74141263f8c962e288f5cd6b5d149cdc8afe1
610610
Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0
@@ -617,10 +617,10 @@ SPEC CHECKSUMS:
617617
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
618618
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
619619
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
620-
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
620+
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
621621
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
622622
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
623-
RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
623+
RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
624624
RCTRequired: 85c60c4bde8241278be2c93420de4c65475a2151
625625
RCTTypeSafety: 15990f289215eb0fc65c5eb6e2610faeeda8d5e1
626626
React: 6cfa9367042a85f6235740420df017d51efc6494
@@ -634,8 +634,8 @@ SPEC CHECKSUMS:
634634
React-jsiexecutor: e42f0b46de293a026c2fb20e524d4fe09f81f575
635635
React-jsinspector: e385fb7a1440ae3f3b2cd1a139ca5aadaab43c10
636636
React-logger: 15c734997c06fe9c9b88e528fb7757601e7a56df
637-
react-native-cameraroll: c7b7b52aff5d3bfa10ee566020fa31c8a4c0e2f2
638-
react-native-document-picker: 226068006be4c52f8ef7f32d855ee025a12e9e64
637+
react-native-cameraroll: 38b40d9033e4077b6c603f92f95c6d05fa7907df
638+
react-native-document-picker: f5ec1a712ca2a975c233117f044817bb8393cad4
639639
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
640640
react-native-netinfo: 3d3769f0d65de15c83a9bf1346f8be71de5a24bf
641641
react-native-safe-area-context: 6c12e3859b6f27b25de4fee8201cfb858432d8de

projects/iMessageClone/ios/iMessageCloneReactNative.xcodeproj/project.pbxproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@
486486
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487487
CLANG_ENABLE_MODULES = YES;
488488
CURRENT_PROJECT_VERSION = 1;
489+
DEVELOPMENT_TEAM = EHV7XZLAHA;
489490
ENABLE_BITCODE = NO;
490491
INFOPLIST_FILE = iMessageCloneReactNative/Info.plist;
491492
LD_RUNPATH_SEARCH_PATHS = (
@@ -497,7 +498,7 @@
497498
"-ObjC",
498499
"-lc++",
499500
);
500-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
501+
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.imessageclone;
501502
PRODUCT_NAME = iMessageCloneReactNative;
502503
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
503504
SWIFT_VERSION = 5.0;
@@ -511,7 +512,10 @@
511512
buildSettings = {
512513
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513514
CLANG_ENABLE_MODULES = YES;
515+
CODE_SIGN_IDENTITY = "iPhone Distribution";
516+
CODE_SIGN_STYLE = Manual;
514517
CURRENT_PROJECT_VERSION = 1;
518+
DEVELOPMENT_TEAM = EHV7XZLAHA;
515519
INFOPLIST_FILE = iMessageCloneReactNative/Info.plist;
516520
LD_RUNPATH_SEARCH_PATHS = (
517521
"$(inherited)",
@@ -522,8 +526,9 @@
522526
"-ObjC",
523527
"-lc++",
524528
);
525-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
529+
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.imessageclone;
526530
PRODUCT_NAME = iMessageCloneReactNative;
531+
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.reactnative.imessageclone";
527532
SWIFT_VERSION = 5.0;
528533
VERSIONING_SYSTEM = "apple-generic";
529534
};

0 commit comments

Comments
 (0)