Skip to content

Commit c8fde98

Browse files
committed
2 parents 1653513 + 510ef81 commit c8fde98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fastlane/Fastfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ platform :ios do
6060
"com.#{TEAMID}.loopkit.Loop.LoopWatch.watchkitextension",
6161
"com.#{TEAMID}.loopkit.Loop.LoopWatch",
6262
"com.#{TEAMID}.loopkit.Loop.Loop-Intent-Extension",
63-
"com.#{TEAMID}.loopkit.Loop.SmallStatusWidget"
63+
"com.#{TEAMID}.loopkit.Loop.LoopWidgetExtension"
6464
]
6565
)
6666

@@ -123,9 +123,9 @@ platform :ios do
123123

124124
update_code_signing_settings(
125125
path: "#{GITHUB_WORKSPACE}/Loop/Loop.xcodeproj",
126-
profile_name: mapping["com.#{TEAMID}.loopkit.Loop.SmallStatusWidget"],
126+
profile_name: mapping["com.#{TEAMID}.loopkit.Loop.LoopWidgetExtension"],
127127
code_sign_identity: "iPhone Distribution",
128-
targets: ["SmallStatusWidgetExtension"]
128+
targets: ["Loop Widget Extension"]
129129
)
130130

131131
gym(
@@ -201,7 +201,7 @@ platform :ios do
201201
Spaceship::ConnectAPI::BundleIdCapability::Type::SIRIKIT
202202
])
203203

204-
configure_bundle_id("Small Status Widget", "com.#{TEAMID}.loopkit.Loop.SmallStatusWidget", [
204+
configure_bundle_id("Loop Widget Extension", "com.#{TEAMID}.loopkit.Loop.LoopWidgetExtension", [
205205
Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS
206206
])
207207

@@ -228,7 +228,7 @@ platform :ios do
228228
"com.#{TEAMID}.loopkit.Loop.LoopWatch.watchkitextension",
229229
"com.#{TEAMID}.loopkit.Loop.LoopWatch",
230230
"com.#{TEAMID}.loopkit.Loop.Loop-Intent-Extension",
231-
"com.#{TEAMID}.loopkit.Loop.SmallStatusWidget",
231+
"com.#{TEAMID}.loopkit.Loop.LoopWidgetExtension",
232232
]
233233
)
234234
end

0 commit comments

Comments
 (0)