Commit d9a755aa4417c279f6c3a9c9cb583d7cca1a201d

Authored by 权海
1 parent bcb5ebb1

feat(pod):更新runner pod

@@ -54,6 +54,12 @@ @@ -54,6 +54,12 @@
54 @import sqflite_darwin; 54 @import sqflite_darwin;
55 #endif 55 #endif
56 56
  57 +#if __has_include(<thinking_analytics/ThinkingAnalyticsPlugin.h>)
  58 +#import <thinking_analytics/ThinkingAnalyticsPlugin.h>
  59 +#else
  60 +@import thinking_analytics;
  61 +#endif
  62 +
57 #if __has_include(<video_thumbnail/VideoThumbnailPlugin.h>) 63 #if __has_include(<video_thumbnail/VideoThumbnailPlugin.h>)
58 #import <video_thumbnail/VideoThumbnailPlugin.h> 64 #import <video_thumbnail/VideoThumbnailPlugin.h>
59 #else 65 #else
@@ -77,6 +83,7 @@ @@ -77,6 +83,7 @@
77 [FPPSharePlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPSharePlusPlugin"]]; 83 [FPPSharePlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPSharePlusPlugin"]];
78 [SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]]; 84 [SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
79 [SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]]; 85 [SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
  86 + [ThinkingAnalyticsPlugin registerWithRegistrar:[registry registrarForPlugin:@"ThinkingAnalyticsPlugin"]];
80 [VideoThumbnailPlugin registerWithRegistrar:[registry registrarForPlugin:@"VideoThumbnailPlugin"]]; 87 [VideoThumbnailPlugin registerWithRegistrar:[registry registrarForPlugin:@"VideoThumbnailPlugin"]];
81 [WebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"WebViewFlutterPlugin"]]; 88 [WebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"WebViewFlutterPlugin"]];
82 } 89 }
@@ -33,6 +33,27 @@ PODS: @@ -33,6 +33,27 @@ PODS:
33 - sqflite_darwin (0.0.4): 33 - sqflite_darwin (0.0.4):
34 - Flutter 34 - Flutter
35 - FlutterMacOS 35 - FlutterMacOS
  36 + - TAThirdParty (0.3.5)
  37 + - thinking_analytics (3.3.2):
  38 + - Flutter
  39 + - TAThirdParty (= 0.3.5)
  40 + - ThinkingSDK (= 3.1.6)
  41 + - ThinkingDataCore (1.2.3):
  42 + - ThinkingDataCore/Main (= 1.2.3)
  43 + - ThinkingDataCore/iOS (1.2.3)
  44 + - ThinkingDataCore/Main (1.2.3):
  45 + - ThinkingDataCore/iOS
  46 + - ThinkingDataCore/OSX
  47 + - ThinkingDataCore/tvOS
  48 + - ThinkingDataCore/versionOS
  49 + - ThinkingDataCore/watchOS
  50 + - ThinkingSDK (3.1.6):
  51 + - ThinkingSDK/Main (= 3.1.6)
  52 + - ThinkingSDK/iOS (3.1.6):
  53 + - ThinkingDataCore (= 1.2.3)
  54 + - ThinkingSDK/Main (3.1.6):
  55 + - ThinkingSDK/iOS
  56 + - ThinkingSDK/OSX
36 - TOCropViewController (2.7.4) 57 - TOCropViewController (2.7.4)
37 - video_thumbnail (0.0.1): 58 - video_thumbnail (0.0.1):
38 - Flutter 59 - Flutter
@@ -52,12 +73,16 @@ DEPENDENCIES: @@ -52,12 +73,16 @@ DEPENDENCIES:
52 - share_plus (from `.symlinks/plugins/share_plus/ios`) 73 - share_plus (from `.symlinks/plugins/share_plus/ios`)
53 - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) 74 - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
54 - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) 75 - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
  76 + - thinking_analytics (from `.symlinks/plugins/thinking_analytics/ios`)
55 - video_thumbnail (from `.symlinks/plugins/video_thumbnail/ios`) 77 - video_thumbnail (from `.symlinks/plugins/video_thumbnail/ios`)
56 - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`) 78 - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`)
57 79
58 SPEC REPOS: 80 SPEC REPOS:
59 trunk: 81 trunk:
60 - libwebp 82 - libwebp
  83 + - TAThirdParty
  84 + - ThinkingDataCore
  85 + - ThinkingSDK
61 - TOCropViewController 86 - TOCropViewController
62 87
63 EXTERNAL SOURCES: 88 EXTERNAL SOURCES:
@@ -81,6 +106,8 @@ EXTERNAL SOURCES: @@ -81,6 +106,8 @@ EXTERNAL SOURCES:
81 :path: ".symlinks/plugins/shared_preferences_foundation/darwin" 106 :path: ".symlinks/plugins/shared_preferences_foundation/darwin"
82 sqflite_darwin: 107 sqflite_darwin:
83 :path: ".symlinks/plugins/sqflite_darwin/darwin" 108 :path: ".symlinks/plugins/sqflite_darwin/darwin"
  109 + thinking_analytics:
  110 + :path: ".symlinks/plugins/thinking_analytics/ios"
84 video_thumbnail: 111 video_thumbnail:
85 :path: ".symlinks/plugins/video_thumbnail/ios" 112 :path: ".symlinks/plugins/video_thumbnail/ios"
86 webview_flutter_wkwebview: 113 webview_flutter_wkwebview:
@@ -98,6 +125,10 @@ SPEC CHECKSUMS: @@ -98,6 +125,10 @@ SPEC CHECKSUMS:
98 share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a 125 share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a
99 shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7 126 shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
100 sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0 127 sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
  128 + TAThirdParty: 65db0235cd209237781535f19f9d0eef706156e5
  129 + thinking_analytics: 07ba79674bc6813262e106d7c1ae6458d671e093
  130 + ThinkingDataCore: e87a6061d82d138d8b770d04cc84521547563884
  131 + ThinkingSDK: ccc9a8a901e2fb98a8e8b41e5084b8ab4a4c82ca
101 TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654 132 TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
102 video_thumbnail: b637e0ad5f588ca9945f6e2c927f73a69a661140 133 video_thumbnail: b637e0ad5f588ca9945f6e2c927f73a69a661140
103 webview_flutter_wkwebview: 1821ceac936eba6f7984d89a9f3bcb4dea99ebb2 134 webview_flutter_wkwebview: 1821ceac936eba6f7984d89a9f3bcb4dea99ebb2
@@ -1065,6 +1065,14 @@ packages: @@ -1065,6 +1065,14 @@ packages:
1065 url: "https://pub.dev" 1065 url: "https://pub.dev"
1066 source: hosted 1066 source: hosted
1067 version: "0.7.7" 1067 version: "0.7.7"
  1068 + thinking_analytics:
  1069 + dependency: "direct main"
  1070 + description:
  1071 + name: thinking_analytics
  1072 + sha256: "0ef269a8469ff5795f581505e34af67af3d6ef9be1ce9ce80ca2269694ebb282"
  1073 + url: "https://pub.dev"
  1074 + source: hosted
  1075 + version: "3.3.2"
1068 timing: 1076 timing:
1069 dependency: transitive 1077 dependency: transitive
1070 description: 1078 description: