Skip to content

Commit

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

target '{{app.name}}_iOS' do
platform :ios, '{{apple.ios-version}}'
# Pods for {{app.name}}_iOS
{{~#each ios-pods}}
pod '{{this}}'{{/each}}
end

target '{{app.name}}_macOS' do
platform :osx, '{{apple.macos-version}}'
# Pods for {{app.name}}_macOS
{{~#each macos-pods}}
pod '{{this}}'{{/each}}
Expand Down

0 comments on commit 1be0211

Please sign in to comment.