fwtoolkit 2.6.0 → 2.6.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1828c038ac163d6246ecd9ecd6fb848e19b834e3fdd445d3c7c1fc9735f3b228
|
|
4
|
+
data.tar.gz: e2562c80cd35b667705d1683b456ecc9285589a66fd538f09c9fbc69d24459eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 471a4d3a99552af37c3469207296c500ff6f90725c488f1b562d1be95184281ba23b9077bea4acf563bbf1e11537ea8b929ec6071aa5f776a7bef267d82842a0
|
|
7
|
+
data.tar.gz: edb389a701a3c70a7d620beb018ece66e0e29da930ea32e8ced4f6c11ed555eff4e02d8032cec13efaf6dd1c93fde69c9d19a5943d7eac1a64511d56bded7911
|
|
@@ -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 |
|
data/lib/fwtoolkit/version.rb
CHANGED
data/templates/.DS_Store
ADDED
|
Binary file
|
|
@@ -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
|
|
@@ -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><none></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><none></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
|
|
@@ -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
|
|
@@ -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><none></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><none></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.
|
|
4
|
+
version: 2.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Future Workshops
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec-rails
|
|
@@ -136,20 +136,20 @@ dependencies:
|
|
|
136
136
|
requirements:
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 2.
|
|
139
|
+
version: 2.3.0
|
|
140
140
|
- - "~>"
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
|
-
version: 2.
|
|
142
|
+
version: 2.3.5
|
|
143
143
|
type: :runtime
|
|
144
144
|
prerelease: false
|
|
145
145
|
version_requirements: !ruby/object:Gem::Requirement
|
|
146
146
|
requirements:
|
|
147
147
|
- - ">="
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
|
-
version: 2.
|
|
149
|
+
version: 2.3.0
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 2.
|
|
152
|
+
version: 2.3.5
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: multi_json
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|