Skip to content

Commit ba532b0

Browse files
[wasm] Add a stub for bundleIdentifier property
1 parent 660624d commit ba532b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Foundation/Bundle.swift

+1
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ open class Bundle: NSObject {
440440

441441
open class Bundle {
442442
public let bundlePath: String
443+
public var bundleIdentifier: String? { return nil }
443444

444445
public static let main = Bundle(path: "")!
445446

0 commit comments

Comments
 (0)