Fix Cocoapods validation (#7)
This commit is contained in:
Родитель
5de1804ff2
Коммит
e604ed1c15
|
@ -14,6 +14,6 @@ public extension NSImage {
|
|||
// Force unwrap here because the resource strings
|
||||
// are generated so we can be confident that the image
|
||||
// exits at runtime.
|
||||
return NSImage.fluentIconBundle.image(forResource: fluent.resourceString)!
|
||||
return NSImage.fluentIconBundle.image(forResource: NSImage.Name(fluent.resourceString))!
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PODS:
|
||||
- FluentIcons (1.0.223)
|
||||
- FluentIcons (1.1.4)
|
||||
|
||||
DEPENDENCIES:
|
||||
- FluentIcons (from `../`)
|
||||
|
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
|
|||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
FluentIcons: 56318fbd62a909db2a6a576e64c07fee75241c43
|
||||
FluentIcons: 26443873f55935ba12e05978715ac223ae579399
|
||||
|
||||
PODFILE CHECKSUM: 73d333b05344abafcb0b3687585d836673c863f9
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "FluentIcons",
|
||||
"version": "1.0.223",
|
||||
"version": "1.1.4",
|
||||
"summary": "FluentIcons",
|
||||
"description": "FluentIcons",
|
||||
"homepage": "https://dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons",
|
||||
"homepage": "https://github.com/microsoft/fluent-system-icons",
|
||||
"license": {
|
||||
"type": "Microsoft",
|
||||
"file": "LICENSE"
|
||||
|
@ -12,8 +12,8 @@
|
|||
"Microsoft, Inc.": "nicroma@microsoft.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons",
|
||||
"tag": "1.0.223"
|
||||
"git": "https://github.com/microsoft/fluent-system-icons.git",
|
||||
"tag": "1.1.4"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "8.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PODS:
|
||||
- FluentIcons (1.0.223)
|
||||
- FluentIcons (1.1.4)
|
||||
|
||||
DEPENDENCIES:
|
||||
- FluentIcons (from `../`)
|
||||
|
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
|
|||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
FluentIcons: 56318fbd62a909db2a6a576e64c07fee75241c43
|
||||
FluentIcons: 26443873f55935ba12e05978715ac223ae579399
|
||||
|
||||
PODFILE CHECKSUM: 73d333b05344abafcb0b3687585d836673c863f9
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.223</string>
|
||||
<string>1.1.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.223</string>
|
||||
<string>1.1.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Загрузка…
Ссылка в новой задаче