|
|
@@ -85,8 +85,9 @@ platform :ios do
|
|
|
app_identifier: [
|
|
|
"#{BUNDLE_ID}",
|
|
|
"#{BUNDLE_ID}.watchkitapp",
|
|
|
- "#{BUNDLE_ID}.watchkitapp.watchkitextension",
|
|
|
+ "#{BUNDLE_ID}.watchkitapp.TrioWatchComplication",
|
|
|
"#{BUNDLE_ID}.LiveActivity"
|
|
|
+
|
|
|
]
|
|
|
)
|
|
|
|
|
|
@@ -115,17 +116,18 @@ platform :ios do
|
|
|
|
|
|
update_code_signing_settings(
|
|
|
path: "#{GITHUB_WORKSPACE}/Trio.xcodeproj",
|
|
|
- profile_name: mapping["#{BUNDLE_ID}.watchkitapp.watchkitextension"],
|
|
|
+ profile_name: mapping["#{BUNDLE_ID}.watchkitapp"],
|
|
|
code_sign_identity: "iPhone Distribution",
|
|
|
- targets: ["TrioWatch WatchKit Extension"]
|
|
|
+ targets: ["Trio Watch App"]
|
|
|
)
|
|
|
-
|
|
|
+
|
|
|
update_code_signing_settings(
|
|
|
path: "#{GITHUB_WORKSPACE}/Trio.xcodeproj",
|
|
|
- profile_name: mapping["#{BUNDLE_ID}.watchkitapp"],
|
|
|
+ profile_name: mapping["#{BUNDLE_ID}.watchkitapp.TrioWatchComplication"],
|
|
|
code_sign_identity: "iPhone Distribution",
|
|
|
- targets: ["TrioWatch"]
|
|
|
+ targets: ["Trio Watch Complication Extension"]
|
|
|
)
|
|
|
+
|
|
|
update_code_signing_settings(
|
|
|
path: "#{GITHUB_WORKSPACE}/Trio.xcodeproj",
|
|
|
profile_name: mapping["#{BUNDLE_ID}.LiveActivity"],
|
|
|
@@ -191,13 +193,13 @@ platform :ios do
|
|
|
Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS
|
|
|
])
|
|
|
|
|
|
- configure_bundle_id("Trio WatchKit Extension", "#{BUNDLE_ID}.watchkitapp.watchkitextension", [
|
|
|
- Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS,
|
|
|
- Spaceship::ConnectAPI::BundleIdCapability::Type::HEALTHKIT
|
|
|
+ configure_bundle_id("Trio Watch Complication", "#{BUNDLE_ID}.watchkitapp.TrioWatchComplication", [
|
|
|
+ Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS
|
|
|
])
|
|
|
|
|
|
- configure_bundle_id("Trio Watch", "#{BUNDLE_ID}.watchkitapp", [
|
|
|
- Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS
|
|
|
+ configure_bundle_id("Trio Watch App", "#{BUNDLE_ID}.watchkitapp", [
|
|
|
+ Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS,
|
|
|
+ Spaceship::ConnectAPI::BundleIdCapability::Type::HEALTHKIT
|
|
|
])
|
|
|
|
|
|
configure_bundle_id("Trio LiveActivity", "#{BUNDLE_ID}.LiveActivity", [])
|
|
|
@@ -222,8 +224,8 @@ platform :ios do
|
|
|
git_basic_authorization: Base64.strict_encode64("#{GITHUB_REPOSITORY_OWNER}:#{GH_PAT}"),
|
|
|
app_identifier: [
|
|
|
"#{BUNDLE_ID}",
|
|
|
- "#{BUNDLE_ID}.watchkitapp.watchkitextension",
|
|
|
"#{BUNDLE_ID}.watchkitapp",
|
|
|
+ "#{BUNDLE_ID}.watchkitapp.TrioWatchComplication",
|
|
|
"#{BUNDLE_ID}.LiveActivity"
|
|
|
]
|
|
|
)
|