mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Add nuget restore
This commit is contained in:
parent
f7b6c014e4
commit
dd1bba5ad2
@ -67,6 +67,7 @@ GEM
|
|||||||
fastlane-plugin-clean_testflight_testers (0.2.0)
|
fastlane-plugin-clean_testflight_testers (0.2.0)
|
||||||
fastlane-plugin-souyuz (0.8.1)
|
fastlane-plugin-souyuz (0.8.1)
|
||||||
souyuz (>= 0.8.1)
|
souyuz (>= 0.8.1)
|
||||||
|
fastlane-plugin-xamarin (0.6.3)
|
||||||
gh_inspector (1.1.3)
|
gh_inspector (1.1.3)
|
||||||
google-api-client (0.23.9)
|
google-api-client (0.23.9)
|
||||||
addressable (~> 2.5, >= 2.5.1)
|
addressable (~> 2.5, >= 2.5.1)
|
||||||
@ -166,6 +167,7 @@ DEPENDENCIES
|
|||||||
fastlane
|
fastlane
|
||||||
fastlane-plugin-clean_testflight_testers
|
fastlane-plugin-clean_testflight_testers
|
||||||
fastlane-plugin-souyuz
|
fastlane-plugin-souyuz
|
||||||
|
fastlane-plugin-xamarin
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.1
|
2.0.1
|
||||||
|
@ -37,6 +37,10 @@ platform :ios do
|
|||||||
|
|
||||||
desc 'Compile the project'
|
desc 'Compile the project'
|
||||||
lane :build do
|
lane :build do
|
||||||
|
nuget_restore(
|
||||||
|
project_path: 'osu.iOS.sln'
|
||||||
|
)
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
platform: "ios",
|
platform: "ios",
|
||||||
build_target: "osu_iOS",
|
build_target: "osu_iOS",
|
||||||
|
@ -4,3 +4,4 @@
|
|||||||
|
|
||||||
gem 'fastlane-plugin-clean_testflight_testers'
|
gem 'fastlane-plugin-clean_testflight_testers'
|
||||||
gem 'fastlane-plugin-souyuz'
|
gem 'fastlane-plugin-souyuz'
|
||||||
|
gem 'fastlane-plugin-xamarin'
|
||||||
|
Loading…
Reference in New Issue
Block a user