Skip to content

Commit c7990a9

Browse files
committed
naming and local testing done, works locally -> testing: clone this repo, in repo root dir, brew install --cask ./Casks/scorebar.rb
1 parent 159c0a6 commit c7990a9

File tree

8 files changed

+244
-1
lines changed

8 files changed

+244
-1
lines changed

Casks/config.rb renamed to Casks/scorebar.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cask "scorebar" do
22
version "1.0.0"
33
sha256 "2b4f612f685c2ab4f2c8055c1513794538dc15075106560c9980fb749716c794" # this is the sha256 of the zip file of the app.
4-
url "<git hub release link to be added here>"
4+
url "https://github.com/csgulati09/scorebar/releases/download/v1.0.0/ScoreBar.zip"
55
name "ScoreBar"
66
desc "A sleek macOS app for tracking scores and stats directly from your menu bar."
77
homepage "https://github.com/csgulati09/scorebar.git"

ScoreBar.app/Contents/Info.plist

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>24B91</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleDisplayName</key>
10+
<string>ScoreBar</string>
11+
<key>CFBundleExecutable</key>
12+
<string>ScoreBar</string>
13+
<key>CFBundleIconFile</key>
14+
<string>AppIcon</string>
15+
<key>CFBundleIconName</key>
16+
<string>AppIcon</string>
17+
<key>CFBundleIdentifier</key>
18+
<string>Chandeep.ScoreBar</string>
19+
<key>CFBundleInfoDictionaryVersion</key>
20+
<string>6.0</string>
21+
<key>CFBundleName</key>
22+
<string>ScoreBar</string>
23+
<key>CFBundlePackageType</key>
24+
<string>APPL</string>
25+
<key>CFBundleShortVersionString</key>
26+
<string>1.0</string>
27+
<key>CFBundleSupportedPlatforms</key>
28+
<array>
29+
<string>MacOSX</string>
30+
</array>
31+
<key>CFBundleVersion</key>
32+
<string>1</string>
33+
<key>DTCompiler</key>
34+
<string>com.apple.compilers.llvm.clang.1_0</string>
35+
<key>DTPlatformBuild</key>
36+
<string>24C94</string>
37+
<key>DTPlatformName</key>
38+
<string>macosx</string>
39+
<key>DTPlatformVersion</key>
40+
<string>15.2</string>
41+
<key>DTSDKBuild</key>
42+
<string>24C94</string>
43+
<key>DTSDKName</key>
44+
<string>macosx15.2</string>
45+
<key>DTXcode</key>
46+
<string>1620</string>
47+
<key>DTXcodeBuild</key>
48+
<string>16C5032a</string>
49+
<key>LSApplicationCategoryType</key>
50+
<string>public.app-category.entertainment</string>
51+
<key>LSMinimumSystemVersion</key>
52+
<string>13.5</string>
53+
<key>LSUIElement</key>
54+
<true/>
55+
</dict>
56+
</plist>

ScoreBar.app/Contents/MacOS/ScoreBar

394 KB
Binary file not shown.

ScoreBar.app/Contents/PkgInfo

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????
36.4 KB
Binary file not shown.
253 KB
Binary file not shown.
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>LSUIElement</key>
6+
<true/>
7+
8+
<key>NSAppTransportSecurity</key>
9+
<dict>
10+
<key>NSAllowsArbitraryLoads</key>
11+
<true/>
12+
<key>NSExceptionDomains</key>
13+
<dict>
14+
<key>cricket-score-backend.vercel.app</key>
15+
<dict>
16+
<key>NSExceptionAllowsInsecureHTTPLoads</key>
17+
<true/>
18+
<key>NSIncludesSubdomains</key>
19+
<true/>
20+
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
21+
<true/>
22+
</dict>
23+
</dict>
24+
</dict>
25+
26+
<key>com.apple.security.network.client</key>
27+
<true/>
28+
<key>com.apple.security.network.server</key>
29+
<true/>
30+
31+
<key>com.apple.security.app-sandbox</key>
32+
<true/>
33+
<key>com.apple.security.network.client</key>
34+
<true/>
35+
</dict>
36+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>files</key>
6+
<dict>
7+
<key>Resources/AppIcon.icns</key>
8+
<data>
9+
CW9sVeuIBg//cmsek1KOQfymrV0=
10+
</data>
11+
<key>Resources/Assets.car</key>
12+
<data>
13+
hByDusiK9xUaZRCuLWmU3dhcAqc=
14+
</data>
15+
<key>Resources/Info.plist</key>
16+
<data>
17+
XNrVszdqZNUlzNJ1lH89JALClRs=
18+
</data>
19+
</dict>
20+
<key>files2</key>
21+
<dict>
22+
<key>Resources/AppIcon.icns</key>
23+
<dict>
24+
<key>hash2</key>
25+
<data>
26+
jFBTrH0cIasNcVh5yf87vzgUDvOpcN4AVanDU1+8hxo=
27+
</data>
28+
</dict>
29+
<key>Resources/Assets.car</key>
30+
<dict>
31+
<key>hash2</key>
32+
<data>
33+
mORTjuDdJf2L9TVwyQiGWoafF7tIp2NMTNbqKUKgm5U=
34+
</data>
35+
</dict>
36+
<key>Resources/Info.plist</key>
37+
<dict>
38+
<key>hash2</key>
39+
<data>
40+
+MCYe0539zEtdnovs3a1s9/Ccq33n7LkIyczfxpdtRQ=
41+
</data>
42+
</dict>
43+
</dict>
44+
<key>rules</key>
45+
<dict>
46+
<key>^Resources/</key>
47+
<true/>
48+
<key>^Resources/.*\.lproj/</key>
49+
<dict>
50+
<key>optional</key>
51+
<true/>
52+
<key>weight</key>
53+
<real>1000</real>
54+
</dict>
55+
<key>^Resources/.*\.lproj/locversion.plist$</key>
56+
<dict>
57+
<key>omit</key>
58+
<true/>
59+
<key>weight</key>
60+
<real>1100</real>
61+
</dict>
62+
<key>^Resources/Base\.lproj/</key>
63+
<dict>
64+
<key>weight</key>
65+
<real>1010</real>
66+
</dict>
67+
<key>^version.plist$</key>
68+
<true/>
69+
</dict>
70+
<key>rules2</key>
71+
<dict>
72+
<key>.*\.dSYM($|/)</key>
73+
<dict>
74+
<key>weight</key>
75+
<real>11</real>
76+
</dict>
77+
<key>^(.*/)?\.DS_Store$</key>
78+
<dict>
79+
<key>omit</key>
80+
<true/>
81+
<key>weight</key>
82+
<real>2000</real>
83+
</dict>
84+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
85+
<dict>
86+
<key>nested</key>
87+
<true/>
88+
<key>weight</key>
89+
<real>10</real>
90+
</dict>
91+
<key>^.*</key>
92+
<true/>
93+
<key>^Info\.plist$</key>
94+
<dict>
95+
<key>omit</key>
96+
<true/>
97+
<key>weight</key>
98+
<real>20</real>
99+
</dict>
100+
<key>^PkgInfo$</key>
101+
<dict>
102+
<key>omit</key>
103+
<true/>
104+
<key>weight</key>
105+
<real>20</real>
106+
</dict>
107+
<key>^Resources/</key>
108+
<dict>
109+
<key>weight</key>
110+
<real>20</real>
111+
</dict>
112+
<key>^Resources/.*\.lproj/</key>
113+
<dict>
114+
<key>optional</key>
115+
<true/>
116+
<key>weight</key>
117+
<real>1000</real>
118+
</dict>
119+
<key>^Resources/.*\.lproj/locversion.plist$</key>
120+
<dict>
121+
<key>omit</key>
122+
<true/>
123+
<key>weight</key>
124+
<real>1100</real>
125+
</dict>
126+
<key>^Resources/Base\.lproj/</key>
127+
<dict>
128+
<key>weight</key>
129+
<real>1010</real>
130+
</dict>
131+
<key>^[^/]+$</key>
132+
<dict>
133+
<key>nested</key>
134+
<true/>
135+
<key>weight</key>
136+
<real>10</real>
137+
</dict>
138+
<key>^embedded\.provisionprofile$</key>
139+
<dict>
140+
<key>weight</key>
141+
<real>20</real>
142+
</dict>
143+
<key>^version\.plist$</key>
144+
<dict>
145+
<key>weight</key>
146+
<real>20</real>
147+
</dict>
148+
</dict>
149+
</dict>
150+
</plist>

0 commit comments

Comments
 (0)