Skip to content

Instantly share code, notes, and snippets.

View rrifafauzikomara's full-sized avatar
💻
Coding Enthusiast

R. Rifa Fauzi Komara rrifafauzikomara

💻
Coding Enthusiast
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>
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 3, 2024 01:00
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example