mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🏡 Update mock bundle path
This commit is contained in:
parent
d39058c7be
commit
3b7c9a47bd
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ public class MasAppLibrarySpec: QuickSpec {
|
|||
let myApp = SoftwareProductMock(
|
||||
appName: "MyApp",
|
||||
bundleIdentifier: "com.example",
|
||||
bundlePath: "",
|
||||
bundleVersion: "",
|
||||
bundlePath: "/Applications/MyApp.app",
|
||||
bundleVersion: "1.0.0",
|
||||
itemIdentifier: 1234
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue