demo app + SDK updates:\n- Add direct ANI transfer (prepare -> transfer)\n- Add firmware update flow (fetch latest w/ x-api-key, OTA transfer)\n- Extract x-api-key to NetworkConstants\n- Rename example app to demo; move folder and entry to DemoApp\n- Switch from SPM package dependency to local framework target\n- Enable automatic Info.plist generation for framework target\n- Add placeholder test to satisfy SwiftPM test target\n- Regenerate XcodeGen project (demo.xcodeproj)
This commit is contained in:
10
Tests/DuooomiBleSDKTests/PlaceholderTests.swift
Normal file
10
Tests/DuooomiBleSDKTests/PlaceholderTests.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import XCTest
|
||||
@testable import DuooomiBleSDK
|
||||
|
||||
final class PlaceholderTests: XCTestCase {
|
||||
func testExample() throws {
|
||||
// Placeholder test to satisfy SwiftPM test target path.
|
||||
XCTAssertTrue(true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user