-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update deps and fix code sign settings Signed-off-by: weak <[email protected]> * disable `increment_version_if_required` as no live version is available yet Signed-off-by: weak <[email protected]> * committed version bump: 1.0.0 (4) Signed-off-by: Anka <[email protected]> * fix `screenshots` lane Signed-off-by: weak <[email protected]> --------- Signed-off-by: weak <[email protected]> Signed-off-by: Anka <[email protected]> Co-authored-by: openhab-bot <[email protected]>
- Loading branch information
Showing
9 changed files
with
190 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.openHABIntents"]) | ||
app_identifier(["org.openhab.app", "org.openhab.app.openHABIntents", "org.openhab.app.watchkitapp", "org.openhab.app.NotificationService"]) | ||
# username("[email protected]") # Your Apple Developer Portal username | ||
|
||
# For all available options run `fastlane match --help` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.