Skip to content

Commit 36c278f

Browse files
author
Nick Kibysh
committed
removed pods. added all dependencies via SPM. fixed build errors
1 parent c19f797 commit 36c278f

File tree

18 files changed

+129
-112
lines changed

18 files changed

+129
-112
lines changed

nRF Toolbox.xcodeproj/project.pbxproj

Lines changed: 111 additions & 95 deletions
Large diffs are not rendered by default.

nRF Toolbox.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nRF Toolbox/CommonViews/LoggerTableView/LoggerTableView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import UIKit
34-
import iOSDFULibrary
34+
import NordicDFU
3535

3636

3737
struct LogMessage {

nRF Toolbox/Profiles/DeviceFirmwareUpdate/DFURouter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import UIKit
34-
import iOSDFULibrary
34+
import NordicDFU
3535
import CoreBluetooth
3636

3737
enum PresentationType {

nRF Toolbox/Profiles/DeviceFirmwareUpdate/Utils/DFUDocumentPicker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import UIKit
34-
import iOSDFULibrary
34+
import NordicDFU
3535

3636
class DocumentPicker<T>: NSObject, UIDocumentPickerDelegate {
3737
typealias Callback = (Result<T, Error>) -> ()

nRF Toolbox/Profiles/DeviceFirmwareUpdate/Utils/LogObserver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import Foundation
34-
import iOSDFULibrary
34+
import NordicDFU
3535

3636
extension Notification.Name {
3737
static let newMessage = Notification.Name("newMessage")

nRF Toolbox/Profiles/DeviceFirmwareUpdate/ViewConrollers/DFUFileSelector/DFUFileManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import Foundation
34-
import iOSDFULibrary
34+
import NordicDFU
3535

3636
protocol DFUPacket {
3737
var url: URL { get }

nRF Toolbox/Profiles/DeviceFirmwareUpdate/ViewConrollers/DFUFileSelector/FileSelectorViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import UIKit
34-
import iOSDFULibrary
34+
import NordicDFU
3535

3636
class FileSelectorViewController<T>: UIViewController, AlertPresenter, UITableViewDataSource, UITableViewDelegate {
3737

nRF Toolbox/Profiles/DeviceFirmwareUpdate/ViewConrollers/DFUFirmwareInfo/Cells/DFUFirmwareSizeSchemeCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import UIKit
34-
import iOSDFULibrary
34+
import NordicDFU
3535

3636
extension DFUFirmwareSize {
3737
var segments: [Segment] {

nRF Toolbox/Profiles/DeviceFirmwareUpdate/ViewConrollers/DFUFirmwareInfo/DFUFirmwareInfoViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
import UIKit
34-
import iOSDFULibrary
34+
import NordicDFU
3535

3636
class DFUFirmwareInfoViewController: UITableViewController, AlertPresenter {
3737

0 commit comments

Comments
 (0)