Skip to content

Commit

Permalink
Fastlane typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
stzouvaras committed Feb 14, 2025
1 parent e99a39b commit d988a38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Wallet/Wallet.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>Changelog Url</key>
<string>$(CHANGELOG_URL)</string>
<key>Core User Auth</key>
<string>$(CORE_USER_AUTH)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>Wallet Host Url</key>
<string>$(WALLET_HOST_URL)</string>
<key>Changelog Url</key>
<string>$(CHANGELOG_URL)</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ platform :ios do
},
)

upload_upstore(
upload_appstore(
connectApi: connect_api,
binaryName: ENV["APP_IPA_PATH"],
bundleId: ENV["APP_BUNDLE_ID"],
Expand Down Expand Up @@ -136,7 +136,7 @@ platform :ios do
end

desc "Reset version and build number to default"
lane :upload_upstore do |values|
lane :upload_appstore do |values|
connectApi = values[:connectApi]
binaryName = values[:binaryName]
bundleId = values[:bundleId]
Expand Down
4 changes: 2 additions & 2 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Build EUDI Wallet Demo version and upload it to AppCenter

Upload tag to remote repo

### ios upload_upstore
### ios upload_appstore

```sh
[bundle exec] fastlane ios upload_upstore
[bundle exec] fastlane ios upload_appstore
```

Reset version and build number to default
Expand Down

0 comments on commit d988a38

Please sign in to comment.