~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
src-tauri/gen/apple/Podfile
# Uncomment the next line to define a global platform for your project
target 'website_iOS' doplatform :ios, '14.0' # Pods for website_iOSend
target 'website_macOS' doplatform :osx, '11.0' # Pods for website_macOSend
# Delete the deployment target for iOS and macOS, causing it to be inherited from the Podfilepost_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET' config.build_settings.delete 'MACOSX_DEPLOYMENT_TARGET' end endend