This commit is contained in:
Nick Romano 2020-06-01 10:55:22 -07:00 коммит произвёл GitHub
Родитель 5de1804ff2
Коммит e604ed1c15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -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

8
ios/Pods/Local Podspecs/FluentIcons.podspec.json сгенерированный
Просмотреть файл

@ -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",

4
ios/Pods/Manifest.lock сгенерированный
Просмотреть файл

@ -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>