Skip to content

Instantly share code, notes, and snippets.

View ygorlf's full-sized avatar
🏠
Working from home

Ygor Fonseca ygorlf

🏠
Working from home
View GitHub Profile
@koingdev
koingdev / ExportOptions.plist
Last active November 8, 2023 08:23
Script to automatically upload iOS App to AppStore and TestFlight (including versioning)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>destination</key>
<string>upload</string>
<key>method</key>
<string>app-store</string>
<key>provisioningProfiles</key>
<dict>