mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-03 13:30:14 +01:00
Add missing import.
This commit is contained in:
parent
18acf5919c
commit
a80acbacf1
@ -7,6 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import CoreGraphics
|
||||||
|
|
||||||
public extension Array {
|
public extension Array {
|
||||||
|
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
//
|
|
||||||
// Bundle-Extensions.swift
|
|
||||||
// NetNewsWire-iOS
|
|
||||||
//
|
|
||||||
// Created by Maurice Parker on 4/26/19.
|
|
||||||
// Copyright © 2019 Ranchero Software. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
extension Bundle {
|
|
||||||
|
|
||||||
var appName: String {
|
|
||||||
return infoDictionary?["CFBundleName"] as! String
|
|
||||||
}
|
|
||||||
|
|
||||||
var versionNumber: String {
|
|
||||||
return infoDictionary?["CFBundleShortVersionString"] as! String
|
|
||||||
}
|
|
||||||
|
|
||||||
var buildNumber: String {
|
|
||||||
return infoDictionary?["CFBundleVersion"] as! String
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user