Skip to content

entaku0818/VoiceMemo

Repository files navigation

シンプル録音

開発リソース

Fastlane

プロジェクトはFastlaneを使用して自動化されています。以下のコマンドを使用できます:

セットアップ

bundle install

使用可能なレーン

  • テスト実行:

    bundle exec fastlane tests
    
  • 開発用ビルド:

    bundle exec fastlane build
    
  • TestFlightへのアップロード:

    bundle exec fastlane beta
    
  • App Storeへのリリース:

    bundle exec fastlane release
    

Xcode Cloudと併用する場合

ビルドはXcode Cloudで行い、メタデータとスクリーンショットの更新のみFastlaneで管理する場合は以下のレーンを使用できます:

  • スクリーンショット生成:

    bundle exec fastlane screenshots
    
  • メタデータのみ更新:

    bundle exec fastlane update_metadata
    
  • スクリーンショットのみ更新:

    bundle exec fastlane update_screenshots
    
  • メタデータとスクリーンショット両方を更新:

    bundle exec fastlane update_store
    

メタデータは fastlane/metadata ディレクトリ内で管理します。各言語ごとに説明文、キーワード、リリースノートなどを編集できます。

詳細については、fastlane/Fastfileを参照してください。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages