支持网络图片或工程内图片
parent
8b8b599f71
commit
c3017a967e
|
@ -1,6 +1,9 @@
|
|||
# Uncomment this line to define a global platform for your project
|
||||
platform :ios, '9.0'
|
||||
|
||||
source 'ssh://gitlab.finogeeks.club/finclip-ios/DevPods'
|
||||
source 'ssh://gitlab.finogeeks.club/finclip-ios/FinPods'
|
||||
|
||||
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
||||
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PODS:
|
||||
- FinApplet (2.40.9)
|
||||
- FinAppletExt (2.40.9):
|
||||
- FinApplet (= 2.40.9)
|
||||
- FinApplet (2.40.12-dev20230608v03)
|
||||
- FinAppletExt (2.40.12-dev20230608v03):
|
||||
- FinApplet (= 2.40.12-dev20230608v03)
|
||||
- Flutter (1.0.0)
|
||||
- mop (0.1.1):
|
||||
- FinApplet (= 2.40.9)
|
||||
- FinAppletExt (= 2.40.9)
|
||||
- FinApplet (= 2.40.12-dev20230608v03)
|
||||
- FinAppletExt (= 2.40.12-dev20230608v03)
|
||||
- Flutter
|
||||
|
||||
DEPENDENCIES:
|
||||
|
@ -13,7 +13,7 @@ DEPENDENCIES:
|
|||
- mop (from `.symlinks/plugins/mop/ios`)
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
ssh://gitlab.finogeeks.club/finclip-ios/DevPods:
|
||||
- FinApplet
|
||||
- FinAppletExt
|
||||
|
||||
|
@ -24,11 +24,11 @@ EXTERNAL SOURCES:
|
|||
:path: ".symlinks/plugins/mop/ios"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
FinApplet: 9dd3810fb41400c882c8c5d5f528452b0f1f0a63
|
||||
FinAppletExt: e9f418e3d11f5cf4ee42b2d64ab405fe747f51fe
|
||||
FinApplet: 65349d2bff2aa592743da609a534eff8572681e4
|
||||
FinAppletExt: 92f01be77bb89ebf500b68e7f536441f62e02670
|
||||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
|
||||
mop: 8684b0dad361ce1d9b2d4a98d65a1acb52ce4120
|
||||
mop: 51a9fa6dd85e339898d1d602572cccdc0f491b76
|
||||
|
||||
PODFILE CHECKSUM: 2317ba7584871ae8cd67fd0244fbd5e96fd06167
|
||||
PODFILE CHECKSUM: 2da0220ee5ba22a2dfcec42dfe5b17d05f3c3da9
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "minipro_list_collect@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "minipro_list_collect@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "minipro_list_service@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "minipro_list_service@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in New Issue