See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| build-ipa | |
| ========= | |
| **Build ipa by archiving the Xcode project and then exporting it** | |
| ### Usage | |
| ```bash | |
| xcode-project build-ipa [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v] | |
| [--project XCODE_PROJECT_PATH] |
| /* eslint-disable max-classes-per-file */ | |
| /* eslint-disable @typescript-eslint/no-unused-vars */ | |
| class CC { | |
| name = ''; | |
| } | |
| class FP { | |
| name = ''; | |
| } |
| #include <bits/stdc++.h> | |
| using namespace std; | |
| #define fastIO ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0); | |
| #define pb(x) push_back(x) | |
| #define N 100005 | |
| #define MOD 1000000007 | |
| typedef vector<int> vi; | |
| typedef vector<vi> vvi; |
| #include <string> | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <stack> | |
| #include <iostream> | |
| using namespace std; | |
| int main() | |
| { | |
| string fita; |
| {"version":1,"resource":"file:///Users/tonhao/Documents/usabit/usabit%20space/usabit-space-app/src/services/SpaceData/index.ts","entries":[{"id":"CAu5.ts","source":"Renaming updateContent to updateIdentity","timestamp":1662674160846},{"id":"zbIt.ts","timestamp":1662674360889},{"id":"xsj8.ts","source":"Add import from \"@/utils/getFormData\"","timestamp":1662674380578},{"id":"3ink.ts","timestamp":1666288402455},{"id":"fm9l.ts","timestamp":1666288665584},{"id":"Eip4.ts","timestamp":1666289346916}]} |
| [ | |
| ["City", "Population"], | |
| ["São Paulo", 46289333], | |
| ["Rio de Janeiro", 6747815], | |
| ["Distrito Federal", 3055149], | |
| ["Bahia", 14930634], | |
| ["Ceará", 9187103], | |
| ["Minas Gerais", 21292666], | |
| ["Amazonas", 4207714], | |
| ["Paraná", 11516840], |