Skip to content

Commit

Permalink
Remove disabled code
Browse files Browse the repository at this point in the history
  • Loading branch information
gestrich committed Oct 21, 2023
1 parent b0ad6f3 commit 9360a5a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ platform :ios do
git_basic_authorization: Base64.strict_encode64("#{GITHUB_REPOSITORY_OWNER}:#{GH_PAT}"),
app_identifier: [
"com.#{TEAMID}.loopkit.LoopCaregiver",
#"com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverIntentExtension",
#"com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverWidgetExtension"
]
)

Expand All @@ -84,20 +82,6 @@ platform :ios do
targets: ["LoopCaregiver"]
)

#update_code_signing_settings(
# path: "#{GITHUB_WORKSPACE}/LoopCaregiver/LoopCaregiver.xcodeproj",
# profile_name: mapping["com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverIntentExtension"],
# code_sign_identity: "iPhone Distribution",
# targets: ["LoopCaregiverIntentExtension"]
#)

#update_code_signing_settings(
# path: "#{GITHUB_WORKSPACE}/LoopCaregiver/LoopCaregiver.xcodeproj",
# profile_name: mapping["com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverWidgetExtension"],
# code_sign_identity: "iPhone Distribution",
# targets: ["LoopCaregiverWidgetExtension"]
#)

gym(
export_method: "app-store",
scheme: "LoopCaregiver",
Expand Down Expand Up @@ -148,17 +132,8 @@ platform :ios do
end

configure_bundle_id("LoopCaregiver", "com.#{TEAMID}.loopkit.LoopCaregiver", [
#Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS,
])

#configure_bundle_id("LoopCaregiverIntentExtension", "com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverIntentExtension", [
#Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS
#])

#configure_bundle_id("LoopCaregiverWidgetExtension", "com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverWidgetExtension", [
#Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS
#])

end

desc "Provision Caregiver Certificate"
Expand All @@ -178,8 +153,6 @@ platform :ios do
git_basic_authorization: Base64.strict_encode64("#{GITHUB_REPOSITORY_OWNER}:#{GH_PAT}"),
app_identifier: [
"com.#{TEAMID}.loopkit.LoopCaregiver",
#"com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverIntentExtension",
#"com.#{TEAMID}.loopkit.LoopCaregiver.LoopCaregiverWidgetExtension",
]
)
end
Expand Down

0 comments on commit 9360a5a

Please sign in to comment.