Skip to content

Commit

Permalink
added static build scheme for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Nov 6, 2023
1 parent 4aaeed2 commit 0be2e61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,15 @@ end
sh "rsvg-convert badge_tmp.svg > badge.png"
add_badge(custom: "fastlane/badge.png")
end

#buildScheme = "ownCloud"

buildScheme = "ownCloud without Intents"

#Create the build
build_app(
project: "ownCloud.xcodeproj",
scheme: "ownCloud",
scheme: buildScheme,
configuration: CONFIGURATION,
codesigning_identity: ENTERPRISE_IDENTITY,
output_name: ipaName,
Expand Down

0 comments on commit 0be2e61

Please sign in to comment.