|
9 | 9 | - name: Make flutter app |
10 | 10 | path: steps |
11 | 11 | flutter: create app --project-name dashclicker --empty --platforms android,ios |
| 12 | + - name: Strip DEVELOPMENT_TEAM |
| 13 | + strip-lines-containing: DEVELOPMENT_TEAM = |
| 14 | + path: steps/app/ios/Runner.xcodeproj/project.pbxproj |
12 | 15 | - name: Patch .gitignore |
13 | 16 | path: steps/app/.gitignore |
14 | 17 | patch-u: | |
@@ -17223,7 +17226,7 @@ steps: |
17223 | 17226 | void main() { |
17224 | 17227 | runApp(const MyApp()); |
17225 | 17228 | } |
17226 | | - @@ -67,6 +81,7 @@ class _MyHomePageState extends State<MyHomePage> { |
| 17229 | + @@ -66,6 +80,7 @@ class _MyHomePageState extends State<MyHomePage> { |
17227 | 17230 | create: (context) => DashPurchases( |
17228 | 17231 | context.read<DashCounter>(), |
17229 | 17232 | ), |
@@ -17538,7 +17541,7 @@ steps: |
17538 | 17541 | patch-u: | |
17539 | 17542 | --- b/in_app_purchases/step_09/app/lib/main.dart |
17540 | 17543 | +++ a/in_app_purchases/step_09/app/lib/main.dart |
17541 | | - @@ -80,6 +80,7 @@ class _MyHomePageState extends State<MyHomePage> { |
| 17544 | + @@ -79,6 +79,7 @@ class _MyHomePageState extends State<MyHomePage> { |
17542 | 17545 | ChangeNotifierProvider<DashPurchases>( |
17543 | 17546 | create: (context) => DashPurchases( |
17544 | 17547 | context.read<DashCounter>(), |
@@ -18160,7 +18163,7 @@ steps: |
18160 | 18163 | patch-u: | |
18161 | 18164 | --- b/in_app_purchases/step_10/app/lib/main.dart |
18162 | 18165 | +++ a/in_app_purchases/step_10/app/lib/main.dart |
18163 | | - @@ -81,6 +81,7 @@ class _MyHomePageState extends State<MyHomePage> { |
| 18166 | + @@ -80,6 +80,7 @@ class _MyHomePageState extends State<MyHomePage> { |
18164 | 18167 | create: (context) => DashPurchases( |
18165 | 18168 | context.read<DashCounter>(), |
18166 | 18169 | context.read<FirebaseNotifier>(), |
|
0 commit comments