Skip to content

Commit

Permalink
update fastfile to match Xcode 15 changes (JohanDegraeve#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulplant authored Sep 27, 2023
1 parent bd63c7c commit 767ea94
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ platform :ios do
app_identifier: [
"com.#{TEAMID}.xdripswift",
"com.#{TEAMID}.xdripswift.xDrip4iOS-Widget",
"com.#{TEAMID}.xdripswift.watchkitapp",
"com.#{TEAMID}.xdripswift.watchkitapp.watchkitextension"
"com.#{TEAMID}.xdripswift.watchkitapp"
]
)

Expand Down Expand Up @@ -98,13 +97,6 @@ platform :ios do
code_sign_identity: "iPhone Distribution",
targets: ["Watch App"]
)

update_code_signing_settings(
path: "#{GITHUB_WORKSPACE}/xdrip.xcodeproj",
profile_name: mapping["com.#{TEAMID}.xdripswift.watchkitapp.watchkitextension"],
code_sign_identity: "iPhone Distribution",
targets: ["Watch App WatchKit Extension"]
)

gym(
export_method: "app-store",
Expand Down Expand Up @@ -169,10 +161,6 @@ platform :ios do
Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS
])

configure_bundle_id("Watch App WatchKit Extension", "com.#{TEAMID}.xdripswift.watchkitapp.watchkitextension", [
Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS,
])


end

Expand All @@ -194,8 +182,7 @@ platform :ios do
app_identifier: [
"com.#{TEAMID}.xdripswift",
"com.#{TEAMID}.xdripswift.xDrip4iOS-Widget",
"com.#{TEAMID}.xdripswift.watchkitapp.watchkitextension",
"com.#{TEAMID}.xdripswift.watchkitapp",
"com.#{TEAMID}.xdripswift.watchkitapp"
]
)
end
Expand Down

0 comments on commit 767ea94

Please sign in to comment.