Skip to content

Commit

Permalink
Fixing fastlane (#768)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Cunningham <[email protected]>
  • Loading branch information
digitaldan authored Jun 28, 2024
1 parent d70b62d commit 0900997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Matchfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ storage_mode("git")

type("appstore") # The default type, can be: appstore, adhoc, enterprise or development

app_identifier(["org.openhab.app", "org.openhab.app.*", "org.openhab.app.openHABIntents"])
app_identifier(["org.openhab.app", "org.openhab.app.openHABIntents"])
# username("[email protected]") # Your Apple Developer Portal username

# For all available options run `fastlane match --help`
Expand Down

0 comments on commit 0900997

Please sign in to comment.