Skip to content

Commit

Permalink
fix version template (BrainiumLLC#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKValladares committed Dec 1, 2021
1 parent 059e222 commit 81f0309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/platforms/xcode/Podfile.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '{{apple.ios-version-double}}'
platform :osx, '{{apple.macos-version-double}}'
platform :ios, '{{apple.ios-version}}'
platform :osx, '{{apple.macos-version}}'

target '{{app.name}}_iOS' do
# Pods for {{app.name}}_iOS
Expand Down
4 changes: 2 additions & 2 deletions templates/platforms/xcode/project.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: {{app.name}}
options:
bundleIdPrefix: {{reverse-domain app.domain}}
deploymentTarget:
iOS: {{apple.ios-version-double}}
macOS: {{apple.macos-version-double}}
iOS: {{apple.ios-version}}
macOS: {{apple.macos-version}}
fileGroups: [{{join file-groups}}]
configs:
debug: debug
Expand Down

0 comments on commit 81f0309

Please sign in to comment.