Skip to content

Commit b2e9392

Browse files
authored
fix(flutter/catalyst_key_derivation)!: catalyst key derivation native compilation fix and publishing (#1505)
* fix: add android ndk version as required by flutter_rust_bridge * chore: sync ios & macOS pods * chore: raise macos minimum deployment target as required by 'gal' pod * docs: document that catalyst_key_derivation must be initialised before catalyst_cardano_serialization * fix: add missing files for catalyst_key_derivation * chore: fix catalyst_key_derivation publishing * style: reformat * style: spelling
1 parent e2be4a0 commit b2e9392

File tree

18 files changed

+2835
-951
lines changed

18 files changed

+2835
-951
lines changed

.config/dictionaries/project.dic

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ bimap
3030
bindgen
3131
bkioshn
3232
bluefireteam
33+
bridgefor
3334
BROTLI
3435
canvaskit
3536
cardano
@@ -105,6 +106,7 @@ fmtfix
105106
fontawesome
106107
fontello
107108
Formz
109+
frbgen
108110
fuzzer
109111
gapless
110112
gcloud

catalyst_voices/apps/voices/android/app/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if (keystorePropertiesFile.exists()) {
3030

3131
android {
3232
compileSdkVersion flutter.compileSdkVersion
33+
ndkVersion = flutter.ndkVersion
3334

3435
compileOptions {
3536
sourceCompatibility JavaVersion.VERSION_1_8
@@ -46,7 +47,7 @@ android {
4647

4748
defaultConfig {
4849
applicationId "io.projectcatalyst.catalyst_voices"
49-
minSdkVersion flutter.minSdkVersion
50+
minSdkVersion 23 // required by super_native_extensions
5051
targetSdkVersion flutter.targetSdkVersion
5152
versionCode flutterVersionCode.toInteger()
5253
versionName flutterVersionName
+124-11
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,174 @@
11
PODS:
2+
- catalyst_key_derivation (0.0.1):
3+
- Flutter
4+
- device_info_plus (0.0.1):
5+
- Flutter
6+
- DKImagePickerController/Core (4.3.9):
7+
- DKImagePickerController/ImageDataManager
8+
- DKImagePickerController/Resource
9+
- DKImagePickerController/ImageDataManager (4.3.9)
10+
- DKImagePickerController/PhotoGallery (4.3.9):
11+
- DKImagePickerController/Core
12+
- DKPhotoGallery
13+
- DKImagePickerController/Resource (4.3.9)
14+
- DKPhotoGallery (0.0.19):
15+
- DKPhotoGallery/Core (= 0.0.19)
16+
- DKPhotoGallery/Model (= 0.0.19)
17+
- DKPhotoGallery/Preview (= 0.0.19)
18+
- DKPhotoGallery/Resource (= 0.0.19)
19+
- SDWebImage
20+
- SwiftyGif
21+
- DKPhotoGallery/Core (0.0.19):
22+
- DKPhotoGallery/Model
23+
- DKPhotoGallery/Preview
24+
- SDWebImage
25+
- SwiftyGif
26+
- DKPhotoGallery/Model (0.0.19):
27+
- SDWebImage
28+
- SwiftyGif
29+
- DKPhotoGallery/Preview (0.0.19):
30+
- DKPhotoGallery/Model
31+
- DKPhotoGallery/Resource
32+
- SDWebImage
33+
- SwiftyGif
34+
- DKPhotoGallery/Resource (0.0.19):
35+
- SDWebImage
36+
- SwiftyGif
37+
- file_picker (0.0.1):
38+
- DKImagePickerController/PhotoGallery
39+
- Flutter
240
- Flutter (1.0.0)
41+
- flutter_keyboard_visibility_temp_fork (0.0.1):
42+
- Flutter
343
- flutter_secure_storage (6.0.0):
444
- Flutter
45+
- gal (1.0.0):
46+
- Flutter
47+
- FlutterMacOS
48+
- image_picker_ios (0.0.1):
49+
- Flutter
550
- integration_test (0.0.1):
651
- Flutter
52+
- irondash_engine_context (0.0.1):
53+
- Flutter
754
- package_info_plus (0.4.5):
855
- Flutter
956
- path_provider_foundation (0.0.1):
1057
- Flutter
1158
- FlutterMacOS
12-
- Sentry/HybridSDK (8.35.1)
13-
- sentry_flutter (8.8.0):
59+
- quill_native_bridge_ios (0.0.1):
60+
- Flutter
61+
- SDWebImage (5.20.0):
62+
- SDWebImage/Core (= 5.20.0)
63+
- SDWebImage/Core (5.20.0)
64+
- Sentry/HybridSDK (8.40.1)
65+
- sentry_flutter (8.10.1):
66+
- Flutter
67+
- FlutterMacOS
68+
- Sentry/HybridSDK (= 8.40.1)
69+
- shared_preferences_foundation (0.0.1):
1470
- Flutter
1571
- FlutterMacOS
16-
- Sentry/HybridSDK (= 8.35.1)
72+
- super_native_extensions (0.0.1):
73+
- Flutter
74+
- SwiftyGif (5.4.5)
1775
- url_launcher_ios (0.0.1):
1876
- Flutter
77+
- video_player_avfoundation (0.0.1):
78+
- Flutter
79+
- FlutterMacOS
1980

2081
DEPENDENCIES:
82+
- catalyst_key_derivation (from `.symlinks/plugins/catalyst_key_derivation/ios`)
83+
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
84+
- file_picker (from `.symlinks/plugins/file_picker/ios`)
2185
- Flutter (from `Flutter`)
86+
- flutter_keyboard_visibility_temp_fork (from `.symlinks/plugins/flutter_keyboard_visibility_temp_fork/ios`)
2287
- flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
88+
- gal (from `.symlinks/plugins/gal/darwin`)
89+
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
2390
- integration_test (from `.symlinks/plugins/integration_test/ios`)
91+
- irondash_engine_context (from `.symlinks/plugins/irondash_engine_context/ios`)
2492
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
2593
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
94+
- quill_native_bridge_ios (from `.symlinks/plugins/quill_native_bridge_ios/ios`)
2695
- sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`)
96+
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
97+
- super_native_extensions (from `.symlinks/plugins/super_native_extensions/ios`)
2798
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
99+
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
28100

29101
SPEC REPOS:
30102
trunk:
103+
- DKImagePickerController
104+
- DKPhotoGallery
105+
- SDWebImage
31106
- Sentry
107+
- SwiftyGif
32108

33109
EXTERNAL SOURCES:
110+
catalyst_key_derivation:
111+
:path: ".symlinks/plugins/catalyst_key_derivation/ios"
112+
device_info_plus:
113+
:path: ".symlinks/plugins/device_info_plus/ios"
114+
file_picker:
115+
:path: ".symlinks/plugins/file_picker/ios"
34116
Flutter:
35117
:path: Flutter
118+
flutter_keyboard_visibility_temp_fork:
119+
:path: ".symlinks/plugins/flutter_keyboard_visibility_temp_fork/ios"
36120
flutter_secure_storage:
37121
:path: ".symlinks/plugins/flutter_secure_storage/ios"
122+
gal:
123+
:path: ".symlinks/plugins/gal/darwin"
124+
image_picker_ios:
125+
:path: ".symlinks/plugins/image_picker_ios/ios"
38126
integration_test:
39127
:path: ".symlinks/plugins/integration_test/ios"
128+
irondash_engine_context:
129+
:path: ".symlinks/plugins/irondash_engine_context/ios"
40130
package_info_plus:
41131
:path: ".symlinks/plugins/package_info_plus/ios"
42132
path_provider_foundation:
43133
:path: ".symlinks/plugins/path_provider_foundation/darwin"
134+
quill_native_bridge_ios:
135+
:path: ".symlinks/plugins/quill_native_bridge_ios/ios"
44136
sentry_flutter:
45137
:path: ".symlinks/plugins/sentry_flutter/ios"
138+
shared_preferences_foundation:
139+
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
140+
super_native_extensions:
141+
:path: ".symlinks/plugins/super_native_extensions/ios"
46142
url_launcher_ios:
47143
:path: ".symlinks/plugins/url_launcher_ios/ios"
144+
video_player_avfoundation:
145+
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
48146

49147
SPEC CHECKSUMS:
148+
catalyst_key_derivation: 4862949c59475ebcf8ba052843829e64bb9138f5
149+
device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896
150+
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
151+
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60
152+
file_picker: 9b3292d7c8bc68c8a7bf8eb78f730e49c8efc517
50153
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
51-
flutter_secure_storage: d33dac7ae2ea08509be337e775f6b59f1ff45f12
52-
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
53-
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
54-
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
55-
Sentry: 1fe34e9c2cbba1e347623610d26db121dcb569f1
56-
sentry_flutter: a39c2a2d67d5e5b9cb0b94a4985c76dd5b3fc737
57-
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
154+
flutter_keyboard_visibility_temp_fork: 95b2d534bacf6ac62e7fcbe5c2a9e2c2a17ce06f
155+
flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13
156+
gal: 44e5b10dbd347c8247a2851acee6c1fbe282c1d3
157+
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
158+
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
159+
irondash_engine_context: 8e58ca8e0212ee9d1c7dc6a42121849986c88486
160+
package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499
161+
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
162+
quill_native_bridge_ios: f47af4b14e7757968486641656c5d23250cee521
163+
SDWebImage: 73c6079366fea25fa4bb9640d5fb58f0893facd8
164+
Sentry: e9215d7b17f7902692b4f8700e061e4f853e3521
165+
sentry_flutter: ba644c90ccccb202066a5218a593d1c35584cd37
166+
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
167+
super_native_extensions: b763c02dc3a8fd078389f410bf15149179020cb4
168+
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
169+
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
170+
video_player_avfoundation: 2cef49524dd1f16c5300b9cd6efd9611ce03639b
58171

59172
PODFILE CHECKSUM: ff9ae414ffbc80ad6f9d2058e299051a15f6eca7
60173

61-
COCOAPODS: 1.15.2
174+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)