Skip to content

Commit af90379

Browse files
committed
fix(ios): use correct cocoapods repo for npaw
1 parent 923f219 commit af90379

5 files changed

Lines changed: 100 additions & 120 deletions

File tree

ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project 'Runner', {
1111
}
1212

1313
source 'https://cdn.cocoapods.org/'
14-
source 'https://repo.plugin.npaw.com/release/plugin-ios-cocoapods.git'
14+
source 'http://bitbucket.org/npaw/plugin-ios-cocoapods.git'
1515

1616
def flutter_root
1717
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
@@ -40,7 +40,7 @@ target 'Runner' do
4040
inherit! :complete
4141
end
4242

43-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '11.6.0'
43+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '11.15.0'
4444
pod 'google-cast-sdk', '4.8.3'
4545
pod 'NpawPluginPkg', '7.3.6'
4646
end

ios/Podfile.lock

Lines changed: 95 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- app_links (0.0.2):
2+
- app_links (6.4.1):
33
- Flutter
44
- AppAuth (1.7.5):
55
- AppAuth/Core (= 1.7.5)
@@ -12,74 +12,73 @@ PODS:
1212
- google-cast-sdk (= 4.8.3)
1313
- NpawPluginPkg (= 7.3.6)
1414
- Protobuf (~> 3.13)
15-
- cloud_firestore (5.6.1):
16-
- Firebase/Firestore (= 11.6.0)
15+
- cloud_firestore (5.6.12):
16+
- Firebase/Firestore (= 11.15.0)
1717
- firebase_core
1818
- Flutter
1919
- connectivity_plus (0.0.1):
2020
- Flutter
21-
- FlutterMacOS
2221
- device_info_plus (0.0.1):
2322
- Flutter
24-
- Firebase/CoreOnly (11.6.0):
25-
- FirebaseCore (~> 11.6.0)
26-
- Firebase/Firestore (11.6.0):
23+
- Firebase/CoreOnly (11.15.0):
24+
- FirebaseCore (~> 11.15.0)
25+
- Firebase/Firestore (11.15.0):
2726
- Firebase/CoreOnly
28-
- FirebaseFirestore (~> 11.6.0)
29-
- Firebase/Messaging (11.6.0):
27+
- FirebaseFirestore (~> 11.15.0)
28+
- Firebase/Messaging (11.15.0):
3029
- Firebase/CoreOnly
31-
- FirebaseMessaging (~> 11.6.0)
32-
- firebase_core (3.10.0):
33-
- Firebase/CoreOnly (= 11.6.0)
30+
- FirebaseMessaging (~> 11.15.0)
31+
- firebase_core (3.15.2):
32+
- Firebase/CoreOnly (= 11.15.0)
3433
- Flutter
35-
- firebase_messaging (15.2.0):
36-
- Firebase/Messaging (= 11.6.0)
34+
- firebase_messaging (15.2.10):
35+
- Firebase/Messaging (= 11.15.0)
3736
- firebase_core
3837
- Flutter
39-
- FirebaseCore (11.6.0):
40-
- FirebaseCoreInternal (~> 11.6.0)
41-
- GoogleUtilities/Environment (~> 8.0)
42-
- GoogleUtilities/Logger (~> 8.0)
43-
- FirebaseCoreExtension (11.6.0):
44-
- FirebaseCore (~> 11.6.0)
45-
- FirebaseCoreInternal (11.6.0):
46-
- "GoogleUtilities/NSData+zlib (~> 8.0)"
47-
- FirebaseFirestore (11.6.0):
48-
- FirebaseFirestoreBinary (= 11.6.0)
49-
- FirebaseFirestoreAbseilBinary (1.2024011602.0)
50-
- FirebaseFirestoreBinary (11.6.0):
51-
- FirebaseCore (= 11.6.0)
52-
- FirebaseCoreExtension (= 11.6.0)
53-
- FirebaseFirestoreInternalBinary (= 11.6.0)
54-
- FirebaseSharedSwift (= 11.6.0)
55-
- FirebaseFirestoreGRPCBoringSSLBinary (1.65.1)
56-
- FirebaseFirestoreGRPCCoreBinary (1.65.1):
57-
- FirebaseFirestoreAbseilBinary (= 1.2024011602.0)
58-
- FirebaseFirestoreGRPCBoringSSLBinary (= 1.65.1)
59-
- FirebaseFirestoreGRPCCPPBinary (1.65.1):
60-
- FirebaseFirestoreAbseilBinary (= 1.2024011602.0)
61-
- FirebaseFirestoreGRPCCoreBinary (= 1.65.1)
62-
- FirebaseFirestoreInternalBinary (11.6.0):
63-
- FirebaseCore (= 11.6.0)
64-
- FirebaseFirestoreAbseilBinary (= 1.2024011602.0)
65-
- FirebaseFirestoreGRPCCPPBinary (= 1.65.1)
38+
- FirebaseCore (11.15.0):
39+
- FirebaseCoreInternal (~> 11.15.0)
40+
- GoogleUtilities/Environment (~> 8.1)
41+
- GoogleUtilities/Logger (~> 8.1)
42+
- FirebaseCoreExtension (11.15.0):
43+
- FirebaseCore (~> 11.15.0)
44+
- FirebaseCoreInternal (11.15.0):
45+
- "GoogleUtilities/NSData+zlib (~> 8.1)"
46+
- FirebaseFirestore (11.15.0):
47+
- FirebaseFirestoreBinary (= 11.15.0)
48+
- FirebaseFirestoreAbseilBinary (1.2024072200.0)
49+
- FirebaseFirestoreBinary (11.15.0):
50+
- FirebaseCore (= 11.15.0)
51+
- FirebaseCoreExtension (= 11.15.0)
52+
- FirebaseFirestoreInternalBinary (= 11.15.0)
53+
- FirebaseSharedSwift (= 11.15.0)
54+
- FirebaseFirestoreGRPCBoringSSLBinary (1.69.0)
55+
- FirebaseFirestoreGRPCCoreBinary (1.69.0):
56+
- FirebaseFirestoreAbseilBinary (= 1.2024072200.0)
57+
- FirebaseFirestoreGRPCBoringSSLBinary (= 1.69.0)
58+
- FirebaseFirestoreGRPCCPPBinary (1.69.0):
59+
- FirebaseFirestoreAbseilBinary (= 1.2024072200.0)
60+
- FirebaseFirestoreGRPCCoreBinary (= 1.69.0)
61+
- FirebaseFirestoreInternalBinary (11.15.0):
62+
- FirebaseCore (= 11.15.0)
63+
- FirebaseFirestoreAbseilBinary (= 1.2024072200.0)
64+
- FirebaseFirestoreGRPCCPPBinary (= 1.69.0)
6665
- leveldb-library (~> 1.22)
6766
- nanopb (~> 3.30910.0)
68-
- FirebaseInstallations (11.6.0):
69-
- FirebaseCore (~> 11.6.0)
70-
- GoogleUtilities/Environment (~> 8.0)
71-
- GoogleUtilities/UserDefaults (~> 8.0)
67+
- FirebaseInstallations (11.15.0):
68+
- FirebaseCore (~> 11.15.0)
69+
- GoogleUtilities/Environment (~> 8.1)
70+
- GoogleUtilities/UserDefaults (~> 8.1)
7271
- PromisesObjC (~> 2.4)
73-
- FirebaseMessaging (11.6.0):
74-
- FirebaseCore (~> 11.6.0)
72+
- FirebaseMessaging (11.15.0):
73+
- FirebaseCore (~> 11.15.0)
7574
- FirebaseInstallations (~> 11.0)
7675
- GoogleDataTransport (~> 10.0)
77-
- GoogleUtilities/AppDelegateSwizzler (~> 8.0)
78-
- GoogleUtilities/Environment (~> 8.0)
79-
- GoogleUtilities/Reachability (~> 8.0)
80-
- GoogleUtilities/UserDefaults (~> 8.0)
76+
- GoogleUtilities/AppDelegateSwizzler (~> 8.1)
77+
- GoogleUtilities/Environment (~> 8.1)
78+
- GoogleUtilities/Reachability (~> 8.1)
79+
- GoogleUtilities/UserDefaults (~> 8.1)
8180
- nanopb (~> 3.30910.0)
82-
- FirebaseSharedSwift (11.6.0)
81+
- FirebaseSharedSwift (11.15.0)
8382
- Flutter (1.0.0)
8483
- flutter_appauth (0.0.1):
8584
- AppAuth (= 1.7.5)
@@ -125,9 +124,6 @@ PODS:
125124
- integration_test (0.0.1):
126125
- Flutter
127126
- leveldb-library (1.22.6)
128-
- MetricsReporter (2.0.0):
129-
- RSCrashReporter (= 1.0.1)
130-
- RudderKit (= 1.4.0)
131127
- nanopb (3.30910.0):
132128
- nanopb/decode (= 3.30910.0)
133129
- nanopb/encode (= 3.30910.0)
@@ -139,25 +135,19 @@ PODS:
139135
- Flutter
140136
- package_info_plus (0.4.5):
141137
- Flutter
142-
- path_provider_foundation (0.0.1):
143-
- Flutter
144-
- FlutterMacOS
145138
- PromisesObjC (2.4.0)
146-
- Protobuf (3.29.5)
147-
- restart_app (0.0.1):
139+
- Protobuf (3.29.6)
140+
- restart_app (1.7.3):
148141
- Flutter
149-
- RSCrashReporter (1.0.1)
150-
- Rudder (1.31.1):
151-
- MetricsReporter (= 2.0.0)
142+
- Rudder (1.32.0)
152143
- rudder_plugin_ios (0.0.1):
153144
- Flutter
154-
- Rudder (< 2.0.0, >= 1.26.3)
155-
- RudderKit (1.4.0)
156-
- Sentry/HybridSDK (8.52.1)
157-
- sentry_flutter (9.6.0):
145+
- Rudder (< 2.0.0, >= 1.31.1)
146+
- Sentry/HybridSDK (8.58.0)
147+
- sentry_flutter (9.16.0):
158148
- Flutter
159149
- FlutterMacOS
160-
- Sentry/HybridSDK (= 8.52.1)
150+
- Sentry/HybridSDK (= 8.58.0)
161151
- share_plus (0.0.1):
162152
- Flutter
163153
- shared_preferences_foundation (0.0.1):
@@ -180,11 +170,11 @@ DEPENDENCIES:
180170
- app_links (from `.symlinks/plugins/app_links/ios`)
181171
- bccm_player (from `.symlinks/plugins/bccm_player/ios`)
182172
- cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`)
183-
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/darwin`)
173+
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
184174
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
185175
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
186176
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
187-
- FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `11.6.0`)
177+
- FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `11.15.0`)
188178
- Flutter (from `Flutter`)
189179
- flutter_appauth (from `.symlinks/plugins/flutter_appauth/ios`)
190180
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
@@ -196,7 +186,6 @@ DEPENDENCIES:
196186
- NpawPluginPkg (= 7.3.6)
197187
- open_mail_app_plus (from `.symlinks/plugins/open_mail_app_plus/ios`)
198188
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
199-
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
200189
- restart_app (from `.symlinks/plugins/restart_app/ios`)
201190
- rudder_plugin_ios (from `.symlinks/plugins/rudder_plugin_ios/ios`)
202191
- sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`)
@@ -209,7 +198,7 @@ DEPENDENCIES:
209198
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`)
210199

211200
SPEC REPOS:
212-
https://repo.plugin.npaw.com/release/plugin-ios-cocoapods.git:
201+
http://bitbucket.org/npaw/plugin-ios-cocoapods.git:
213202
- GCDWebServer
214203
- NpawPluginPkg
215204
trunk:
@@ -231,13 +220,10 @@ SPEC REPOS:
231220
- GoogleDataTransport
232221
- GoogleUtilities
233222
- leveldb-library
234-
- MetricsReporter
235223
- nanopb
236224
- PromisesObjC
237225
- Protobuf
238-
- RSCrashReporter
239226
- Rudder
240-
- RudderKit
241227
- Sentry
242228

243229
EXTERNAL SOURCES:
@@ -248,7 +234,7 @@ EXTERNAL SOURCES:
248234
cloud_firestore:
249235
:path: ".symlinks/plugins/cloud_firestore/ios"
250236
connectivity_plus:
251-
:path: ".symlinks/plugins/connectivity_plus/darwin"
237+
:path: ".symlinks/plugins/connectivity_plus/ios"
252238
device_info_plus:
253239
:path: ".symlinks/plugins/device_info_plus/ios"
254240
firebase_core:
@@ -257,7 +243,7 @@ EXTERNAL SOURCES:
257243
:path: ".symlinks/plugins/firebase_messaging/ios"
258244
FirebaseFirestore:
259245
:git: https://github.com/invertase/firestore-ios-sdk-frameworks.git
260-
:tag: 11.6.0
246+
:tag: 11.15.0
261247
Flutter:
262248
:path: Flutter
263249
flutter_appauth:
@@ -276,8 +262,6 @@ EXTERNAL SOURCES:
276262
:path: ".symlinks/plugins/open_mail_app_plus/ios"
277263
package_info_plus:
278264
:path: ".symlinks/plugins/package_info_plus/ios"
279-
path_provider_foundation:
280-
:path: ".symlinks/plugins/path_provider_foundation/darwin"
281265
restart_app:
282266
:path: ".symlinks/plugins/restart_app/ios"
283267
rudder_plugin_ios:
@@ -302,35 +286,35 @@ EXTERNAL SOURCES:
302286
CHECKOUT OPTIONS:
303287
FirebaseFirestore:
304288
:git: https://github.com/invertase/firestore-ios-sdk-frameworks.git
305-
:tag: 11.6.0
289+
:tag: 11.15.0
306290

307291
SPEC CHECKSUMS:
308-
app_links: 76b66b60cc809390ca1ad69bfd66b998d2387ac7
292+
app_links: 3dbc685f76b1693c66a6d9dd1e9ab6f73d97dc0a
309293
AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
310294
bccm_player: 2feedff021cdc577dbe81cb93f909db733d17d66
311-
cloud_firestore: 9aa00dac1dc5d3cc93c8cb6515056b038779e06a
312-
connectivity_plus: 2256d3e20624a7749ed21653aafe291a46446fee
295+
cloud_firestore: fdcc87898326e396d6ef6df543acf9b5c2034b95
296+
connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd
313297
device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe
314-
Firebase: 374a441a91ead896215703a674d58cdb3e9d772b
315-
firebase_core: 2337982fb78ee4d8d91e608b0a3d4f44346a93c8
316-
firebase_messaging: f3bddfa28c2cad70b3341bf461e987a24efd28d6
317-
FirebaseCore: 48b0dd707581cf9c1a1220da68223fb0a562afaa
318-
FirebaseCoreExtension: 2d77d6430c16cf43ca2b04608302ed02b3598361
319-
FirebaseCoreInternal: d98ab91e2d80a56d7b246856a8885443b302c0c2
320-
FirebaseFirestore: 524de94a005218eba5ab0a4dd5edef926db79be5
321-
FirebaseFirestoreAbseilBinary: fa2ebd2ed02cadef5382e4f7c93f1b265c812c85
322-
FirebaseFirestoreBinary: 96ce9b31bec022bb3c2523a50960b1c3c45300dd
323-
FirebaseFirestoreGRPCBoringSSLBinary: d86ebbe2adc8d15d7ebf305fff7d6358385327f8
324-
FirebaseFirestoreGRPCCoreBinary: 472bd808e1886a5efb2fd03dd09b98d34641a335
325-
FirebaseFirestoreGRPCCPPBinary: db76d83d2b7517623f8426ed7f7a17bad2478084
326-
FirebaseFirestoreInternalBinary: 47b74704c71a5d37226709f70931c4f189a413d1
327-
FirebaseInstallations: efc0946fc756e4d22d8113f7c761948120322e8c
328-
FirebaseMessaging: e1aca1fcc23e8b9eddb0e33f375ff90944623021
329-
FirebaseSharedSwift: a4e5dfca3e210633bb3a3dfb94176c019211948b
298+
Firebase: d99ac19b909cd2c548339c2241ecd0d1599ab02e
299+
firebase_core: 995454a784ff288be5689b796deb9e9fa3601818
300+
firebase_messaging: f4a41dd102ac18b840eba3f39d67e77922d3f707
301+
FirebaseCore: efb3893e5b94f32b86e331e3bd6dadf18b66568e
302+
FirebaseCoreExtension: edbd30474b5ccf04e5f001470bdf6ea616af2435
303+
FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4
304+
FirebaseFirestore: 736c2099af30aed7728d5789059fee1914b4d213
305+
FirebaseFirestoreAbseilBinary: 4cfa8823cedc1b774843e04fe578ad279b387f97
306+
FirebaseFirestoreBinary: 43abe19da1cb39a10171786e5a2e18fa9d57b6af
307+
FirebaseFirestoreGRPCBoringSSLBinary: c3dfef3ff448ae2c1c85f9baf9fac5afc4db99fa
308+
FirebaseFirestoreGRPCCoreBinary: 565534e160a0415d12185f7f171c52a567382fbd
309+
FirebaseFirestoreGRPCCPPBinary: 6c0134e8d230ee58b9d51dec2a30a48efd6d5dc7
310+
FirebaseFirestoreInternalBinary: ea89c368772c8fa4c9550a464b36c25796f6182c
311+
FirebaseInstallations: 317270fec08a5d418fdbc8429282238cab3ac843
312+
FirebaseMessaging: 3b26e2cee503815e01c3701236b020aa9b576f09
313+
FirebaseSharedSwift: e17c654ef1f1a616b0b33054e663ad1035c8fd40
330314
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
331315
flutter_appauth: 273bf736e38f7d85000b1a9ac15ace5800c277f2
332316
flutter_local_notifications: ad39620c743ea4c15127860f4b5641649a988100
333-
flutter_native_splash: 6cad9122ea0fad137d23137dd14b937f3e90b145
317+
flutter_native_splash: c32d145d68aeda5502d5f543ee38c192065986cf
334318
flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13
335319
flutter_to_airplay: 8ed587ac4b07d167184d2977a8a406383ce5c371
336320
GCDWebServer: baef69ed4f6f8bd69b2be47e08797ab1b8cbad29
@@ -339,29 +323,25 @@ SPEC CHECKSUMS:
339323
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
340324
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
341325
leveldb-library: cc8b8f8e013647a295ad3f8cd2ddf49a6f19be19
342-
MetricsReporter: 364b98791e868b10e9d512eb50af28d8c11e5cdb
343326
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
344327
NpawPluginPkg: 8c758cbac896f97980065f7b9fff1f62fb093004
345328
open_mail_app_plus: 6b06ef9915403f20b72c728cc264322efacdcb9a
346329
package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499
347-
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
348330
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
349-
Protobuf: 164aea2ae380c3951abdc3e195220c01d17400e0
350-
restart_app: 9cda5378aacc5000e3f66ee76a9201534e7d3ecf
351-
RSCrashReporter: 6b8376ac729b0289ebe0908553e5f56d8171f313
352-
Rudder: 352cb3417238fb84cc083826d9a5a7cc91efaa69
353-
rudder_plugin_ios: 4361db2778b3dea839bf508ec6674fc09c5256a7
354-
RudderKit: f272f9872183946452ac94cd7bb2244a71e6ca8f
355-
Sentry: 2cbbe3592f30050c60e916c63c7f5a2fa584005e
356-
sentry_flutter: 9b1e3e6934cb7040ffb71383c95a35f73523180c
331+
Protobuf: 8d5596f7468be5400861a6bbfb2dfe9d0d1cde34
332+
restart_app: 0714144901e260eae68f7afc2fc4aacc1a323ad2
333+
Rudder: fcd39cc69aeb05880a789b6ffdaf4ea93f6448a2
334+
rudder_plugin_ios: 6eee402f8e5f8d701896d4febf0e10d7d631a91f
335+
Sentry: d587a8fe91ca13503ecd69a1905f3e8a0fcf61be
336+
sentry_flutter: 31101687061fb85211ebab09ce6eb8db4e9ba74f
357337
share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a
358-
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
338+
shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb
359339
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
360-
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
340+
url_launcher_ios: 7a95fa5b60cc718a708b8f2966718e93db0cef1b
361341
vibration: 8e2f50fc35bb736f9eecb7dd9f7047fbb6a6e888
362-
wakelock_plus: 04623e3f525556020ebd4034310f20fe7fda8b49
363-
webview_flutter_wkwebview: 44d4dee7d7056d5ad185d25b38404436d56c547c
342+
wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
343+
webview_flutter_wkwebview: 8ebf4fded22593026f7dbff1fbff31ea98573c8d
364344

365-
PODFILE CHECKSUM: 3309e78930e9d3945e111487efc0e9bbea71bf19
345+
PODFILE CHECKSUM: 3a9f05036e210698f4958a45189f0073f8463ce1
366346

367347
COCOAPODS: 1.16.2

kids/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project 'Runner', {
1111
}
1212

1313
source 'https://cdn.cocoapods.org/'
14-
source 'https://repo.plugin.npaw.com/release/plugin-ios-cocoapods.git'
14+
source 'http://bitbucket.org/npaw/plugin-ios-cocoapods.git'
1515

1616
def flutter_root
1717
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)

kids/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ DEPENDENCIES:
212212
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`)
213213

214214
SPEC REPOS:
215-
https://repo.plugin.npaw.com/release/plugin-ios-cocoapods.git:
215+
http://bitbucket.org/npaw/plugin-ios-cocoapods.git:
216216
- GCDWebServer
217217
- NpawPluginPkg
218218
trunk:

0 commit comments

Comments
 (0)