Skip to content

Commit

Permalink
add explicit watch profile
Browse files Browse the repository at this point in the history
Signed-off-by: weak <[email protected]>
  • Loading branch information
weakfl committed Jan 18, 2024
1 parent 44325d7 commit cd2196a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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(["es.spaphone.openhab", "es.spaphone.openhab.*", "es.spaphone.openhab.openHABIntents"])
app_identifier(["es.spaphone.openhab", "es.spaphone.openhab.*", "es.spaphone.openhab.openHABIntents", "es.spaphone.openhab.watch"])
# username("[email protected]") # Your Apple Developer Portal username

# For all available options run `fastlane match --help`
Expand Down
6 changes: 3 additions & 3 deletions openHAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@
MARKETING_VERSION = 2.4.60;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = es.spaphone.openhab.watchkitapp;
PRODUCT_BUNDLE_IDENTIFIER = es.spaphone.openhab.watch;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = watchos;
Expand Down Expand Up @@ -1764,10 +1764,10 @@
MARKETING_VERSION = 2.4.60;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = es.spaphone.openhab.watchkitapp;
PRODUCT_BUNDLE_IDENTIFIER = es.spaphone.openhab.watch;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=watchos*]" = "match AppStore es.spaphone.openhab.*";
"PROVISIONING_PROFILE_SPECIFIER[sdk=watchos*]" = "match AppStore es.spaphone.openhab.watch";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down

0 comments on commit cd2196a

Please sign in to comment.