fwtoolkit 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed5afbc52cfbce555d1797292a6f9f72df3869f3b109f3d20c6656ed21b4d39c
4
- data.tar.gz: 5223e8a57525eb6a3da08539a860ab44ea2954bfceef9e56e68c34866c7415b4
3
+ metadata.gz: 51eb52202a8342b76868cbec800c6206fc16c1083df3043f609bfebc7fdcd942
4
+ data.tar.gz: b581c1438eebf833d627a27d570fc8f3babcb73236661a27636f20e1f040a4e2
5
5
  SHA512:
6
- metadata.gz: 1b7537afc8ca5867894bcb687ea2743c87793d030f1c5ea58f6b0274b2606169f37b609ef25a434360825ec8683d2b6d68f2c7f290c36742c2c6e71bdf582f1f
7
- data.tar.gz: 69a8f3d8fec6e3c2cc6fa75afa9185aa2fe6989516ac6047fe17bde6798678f1e28f796bdba3adbb9d9264b2eaa9995070f5a17e5291ecf36d349b8c3682e6a3
6
+ metadata.gz: 3ec12927cbbfe8399632bfa58480366fad8f07d8713f97ec95ec94d588046b7f372062f242dcf61f6830b5f738a913bfdb4a2151352c394c50c50e42be07b93b
7
+ data.tar.gz: e9d62057ebf2005ceecbe8639c32022872714cd37825de0ce5b20a27b67cc91955d167331de9b6f638d496be1010eda5b3a2dcb3796311b7c85e35c5edefc812
@@ -19,7 +19,7 @@ Feature: Create new project
19
19
  And the following files should exist:
20
20
  | MyProject/MyProject/AAAAppDelegate.h |
21
21
  | MyProject/MyProject/AAAAppDelegate.m |
22
- | MyProject/MyProject.entitlements |
22
+ | MyProject/MyProject/Supporting Files/MyProject.entitlements |
23
23
  | MyProject/MyProject/Supporting Files/Info.plist |
24
24
  | MyProject/MyProject/Supporting Files/fw-shared.xcconfig |
25
25
  | MyProject/MyProject/Supporting Files/main.m |
@@ -1,3 +1,3 @@
1
1
  module FWToolkit
2
- VERSION = "2.6.0"
2
+ VERSION = "2.6.1"
3
3
  end
Binary file
@@ -240,7 +240,7 @@ workflows:
240
240
  echo "Final file"
241
241
  pbcopy < "$xconfig"
242
242
  pbpaste
243
- - xcode-archive:
243
+ - xcode-archive@3:
244
244
  inputs:
245
245
  - upload_bitcode: 'no'
246
246
  - compile_bitcode: 'no'
@@ -256,7 +256,7 @@ workflows:
256
256
  - export_method: "$EXPORT_TYPE"
257
257
  - custom_export_options_plist_content: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE
258
258
  plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist
259
- version=\"1.0\">\n<dict>\n\t<key>method</key>\n\t<string>$EXPORT_TYPE</string>\n\t<key>teamID</key>\n\t<string>$DEVPORTAL_TEAM</string>\n\t<key>thinning</key>\n\t<string>&lt;none&gt;</string>\n\t<key>provisioningProfiles</key>\n\t<dict>\n\t\t<key>$PRODUCT_BUNDLE_IDENTIFIER</key>\n\t\t<string>$PROVISIONING_PROFILE_NAME</string>\n\t</dict>\n</dict>\n</plist>"
259
+ version=\"1.0\">\n<dict>\n\t<key>method</key>\n\t<string>$EXPORT_TYPE</string>\n\t<key>teamID</key>\n\t<string>$DEVPORTAL_TEAM</string>\n\t<key>thinning</key>\n\t<string>&lt;none&gt;</string>\n\t<key>signingStyle</key>\n\t<string>manual</string>\n\t<key>signingCertificate</key>\n\t<string>$CODESIGN_IDENTITY</string>\n\t<key>provisioningProfiles</key>\n\t<dict>\n\t\t<key>$PRODUCT_BUNDLE_IDENTIFIER</key>\n\t\t<string>$PROVISIONING_PROFILE_NAME</string>\n\t</dict>\n</dict>\n</plist>"
260
260
  - git::https://github.com/FutureWorkshops/steps-github-status.git@master:
261
261
  title: Git Hub status
262
262
  run_if: .IsCI
@@ -240,7 +240,7 @@ workflows:
240
240
  echo "Final file"
241
241
  pbcopy < "$xconfig"
242
242
  pbpaste
243
- - xcode-archive:
243
+ - xcode-archive@3:
244
244
  inputs:
245
245
  - upload_bitcode: 'no'
246
246
  - compile_bitcode: 'no'
@@ -256,7 +256,7 @@ workflows:
256
256
  - export_method: "$EXPORT_TYPE"
257
257
  - custom_export_options_plist_content: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE
258
258
  plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist
259
- version=\"1.0\">\n<dict>\n\t<key>method</key>\n\t<string>$EXPORT_TYPE</string>\n\t<key>teamID</key>\n\t<string>$DEVPORTAL_TEAM</string>\n\t<key>thinning</key>\n\t<string>&lt;none&gt;</string>\n\t<key>provisioningProfiles</key>\n\t<dict>\n\t\t<key>$PRODUCT_BUNDLE_IDENTIFIER</key>\n\t\t<string>$PROVISIONING_PROFILE_NAME</string>\n\t</dict>\n</dict>\n</plist>"
259
+ version=\"1.0\">\n<dict>\n\t<key>method</key>\n\t<string>$EXPORT_TYPE</string>\n\t<key>teamID</key>\n\t<string>$DEVPORTAL_TEAM</string>\n\t<key>thinning</key>\n\t<string>&lt;none&gt;</string>\n\t<key>signingStyle</key>\n\t<string>manual</string>\n\t<key>signingCertificate</key>\n\t<string>$CODESIGN_IDENTITY</string>\n\t<key>provisioningProfiles</key>\n\t<dict>\n\t\t<key>$PRODUCT_BUNDLE_IDENTIFIER</key>\n\t\t<string>$PROVISIONING_PROFILE_NAME</string>\n\t</dict>\n</dict>\n</plist>"
260
260
  - git::https://github.com/FutureWorkshops/steps-github-status.git@master:
261
261
  title: Git Hub status
262
262
  run_if: .IsCI
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fwtoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Future Workshops
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-23 00:00:00.000000000 Z
11
+ date: 2021-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-rails
@@ -290,6 +290,7 @@ files:
290
290
  - spec/support/ctx_rake.rb
291
291
  - spec/support/double_helper.rb
292
292
  - spec/support/project_generator.rb
293
+ - templates/.DS_Store
293
294
  - templates/bitrise/android/bitrise.yml.tt
294
295
  - templates/bitrise/ios/bitrise.yml.tt
295
296
  - templates/default_project/bitrise/android/bitrise.yml.tt