fwtoolkit 2.6.1 → 2.6.2

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: 51eb52202a8342b76868cbec800c6206fc16c1083df3043f609bfebc7fdcd942
4
- data.tar.gz: b581c1438eebf833d627a27d570fc8f3babcb73236661a27636f20e1f040a4e2
3
+ metadata.gz: a55c00b823549ea7c62362e352c7e86c93cf3257321e5864d90bac1d0e332576
4
+ data.tar.gz: e923a7d60127626ea73b88776531b50f2f806b3f5b8af97be94b46d34df8204b
5
5
  SHA512:
6
- metadata.gz: 3ec12927cbbfe8399632bfa58480366fad8f07d8713f97ec95ec94d588046b7f372062f242dcf61f6830b5f738a913bfdb4a2151352c394c50c50e42be07b93b
7
- data.tar.gz: e9d62057ebf2005ceecbe8639c32022872714cd37825de0ce5b20a27b67cc91955d167331de9b6f638d496be1010eda5b3a2dcb3796311b7c85e35c5edefc812
6
+ metadata.gz: c286a2b22e2c9fe352621119c460bb1326317abf02613baccd7440882320cc58a74778bf71fa494babe412f13b442cad98c855add17ee1695cef704c010e3504
7
+ data.tar.gz: 37d956a6658b834fdcd4f5acc1a022e799775945fd4d4e74d58cbf50650a7da70214e8ddd8df3aa54368da561aab23fcac49d1bb5b1a11bd8da64a2e732bd5a3
@@ -1,3 +1,3 @@
1
1
  module FWToolkit
2
- VERSION = "2.6.1"
2
+ VERSION = "2.6.2"
3
3
  end
@@ -216,8 +216,8 @@ workflows:
216
216
  - xcode_project_path: "$FW_PROJECT_DIR/$FW_XCODEPROJ_NAME"
217
217
  - target: "$BITRISE_SCHEME"
218
218
  - configuration: Release
219
- - xcode_setting_keys: PROVISIONING_PROFILE_SPECIFIER | DEVELOPMENT_TEAM
220
- - new_values: "$PROVISIONING_PROFILE_NAME | $DEVPORTAL_TEAM"
219
+ - xcode_setting_keys: PROVISIONING_PROFILE_SPECIFIER | DEVELOPMENT_TEAM | CODE_SIGN_IDENTITY
220
+ - new_values: "$PROVISIONING_PROFILE_NAME | $DEVPORTAL_TEAM | $CODESIGN_IDENTITY"
221
221
  - cocoapods-install: {}
222
222
  - script:
223
223
  title: Set environment
@@ -216,8 +216,8 @@ workflows:
216
216
  - xcode_project_path: "$FW_PROJECT_DIR/$FW_XCODEPROJ_NAME"
217
217
  - target: "$BITRISE_SCHEME"
218
218
  - configuration: Release
219
- - xcode_setting_keys: PROVISIONING_PROFILE_SPECIFIER | DEVELOPMENT_TEAM
220
- - new_values: "$PROVISIONING_PROFILE_NAME | $DEVPORTAL_TEAM"
219
+ - xcode_setting_keys: PROVISIONING_PROFILE_SPECIFIER | DEVELOPMENT_TEAM | CODE_SIGN_IDENTITY
220
+ - new_values: "$PROVISIONING_PROFILE_NAME | $DEVPORTAL_TEAM | $CODESIGN_IDENTITY"
221
221
  - cocoapods-install: {}
222
222
  - script:
223
223
  title: Set environment
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fwtoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Future Workshops