This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Helpers; | |
use GuzzleHttp\Client; | |
class WordpressHelper | |
{ | |
private $client; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Automatically generated on 2022-10-14 UTC from https://codemagic.io/app/6349e9b122ff8df4cf40df4e/settings | |
# Note that this configuration is not an exact match to UI settings. Review and adjust as necessary. | |
workflows: | |
android-workflow: | |
name: Build android release | |
max_build_duration: 60 | |
environment: | |
flutter: default | |
xcode: latest |