Skip to content

Commit 512fab0

Browse files
Compiled distribution (#4)
* Pyinstaller powered App, ready to launch. * Wrote out full author name. * Deleting all the extra files of the distribution. * Updating the Application Icon * Mac Executable added and folder renaming.
1 parent 2109d72 commit 512fab0

File tree

9 files changed

+153
-1
lines changed

9 files changed

+153
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Jordi
3+
Copyright (c) 2023 Jordi Spranger
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

application/.DS_Store

6 KB
Binary file not shown.

application/mac/.DS_Store

6 KB
Binary file not shown.

application/mac/GPT Coding Helper

24.5 MB
Binary file not shown.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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>CFBundleDisplayName</key>
6+
<string>GPT Coding Helper</string>
7+
<key>CFBundleExecutable</key>
8+
<string>GPT Coding Helper</string>
9+
<key>CFBundleIconFile</key>
10+
<string>generated-f5d9908dde98913ec5c039dfa765ba32fdba8eaf35bdaa836400942f23b5f1f9.icns</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>GPT Coding Helper</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>GPT Coding Helper</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>0.0.0</string>
21+
<key>NSHighResolutionCapable</key>
22+
<true/>
23+
</dict>
24+
</plist>
Binary file not shown.
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
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/generated-f5d9908dde98913ec5c039dfa765ba32fdba8eaf35bdaa836400942f23b5f1f9.icns</key>
8+
<data>
9+
GPWC41bM//OtgA4N1cHm2ujEnQg=
10+
</data>
11+
</dict>
12+
<key>files2</key>
13+
<dict>
14+
<key>Resources/generated-f5d9908dde98913ec5c039dfa765ba32fdba8eaf35bdaa836400942f23b5f1f9.icns</key>
15+
<dict>
16+
<key>hash2</key>
17+
<data>
18+
vJrrcLzDQ4s+63DP9QDDupPImIEPlgM6jkTdBdAnrKE=
19+
</data>
20+
</dict>
21+
</dict>
22+
<key>rules</key>
23+
<dict>
24+
<key>^Resources/</key>
25+
<true/>
26+
<key>^Resources/.*\.lproj/</key>
27+
<dict>
28+
<key>optional</key>
29+
<true/>
30+
<key>weight</key>
31+
<real>1000</real>
32+
</dict>
33+
<key>^Resources/.*\.lproj/locversion.plist$</key>
34+
<dict>
35+
<key>omit</key>
36+
<true/>
37+
<key>weight</key>
38+
<real>1100</real>
39+
</dict>
40+
<key>^Resources/Base\.lproj/</key>
41+
<dict>
42+
<key>weight</key>
43+
<real>1010</real>
44+
</dict>
45+
<key>^version.plist$</key>
46+
<true/>
47+
</dict>
48+
<key>rules2</key>
49+
<dict>
50+
<key>.*\.dSYM($|/)</key>
51+
<dict>
52+
<key>weight</key>
53+
<real>11</real>
54+
</dict>
55+
<key>^(.*/)?\.DS_Store$</key>
56+
<dict>
57+
<key>omit</key>
58+
<true/>
59+
<key>weight</key>
60+
<real>2000</real>
61+
</dict>
62+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
63+
<dict>
64+
<key>nested</key>
65+
<true/>
66+
<key>weight</key>
67+
<real>10</real>
68+
</dict>
69+
<key>^.*</key>
70+
<true/>
71+
<key>^Info\.plist$</key>
72+
<dict>
73+
<key>omit</key>
74+
<true/>
75+
<key>weight</key>
76+
<real>20</real>
77+
</dict>
78+
<key>^PkgInfo$</key>
79+
<dict>
80+
<key>omit</key>
81+
<true/>
82+
<key>weight</key>
83+
<real>20</real>
84+
</dict>
85+
<key>^Resources/</key>
86+
<dict>
87+
<key>weight</key>
88+
<real>20</real>
89+
</dict>
90+
<key>^Resources/.*\.lproj/</key>
91+
<dict>
92+
<key>optional</key>
93+
<true/>
94+
<key>weight</key>
95+
<real>1000</real>
96+
</dict>
97+
<key>^Resources/.*\.lproj/locversion.plist$</key>
98+
<dict>
99+
<key>omit</key>
100+
<true/>
101+
<key>weight</key>
102+
<real>1100</real>
103+
</dict>
104+
<key>^Resources/Base\.lproj/</key>
105+
<dict>
106+
<key>weight</key>
107+
<real>1010</real>
108+
</dict>
109+
<key>^[^/]+$</key>
110+
<dict>
111+
<key>nested</key>
112+
<true/>
113+
<key>weight</key>
114+
<real>10</real>
115+
</dict>
116+
<key>^embedded\.provisionprofile$</key>
117+
<dict>
118+
<key>weight</key>
119+
<real>20</real>
120+
</dict>
121+
<key>^version\.plist$</key>
122+
<dict>
123+
<key>weight</key>
124+
<real>20</real>
125+
</dict>
126+
</dict>
127+
</dict>
128+
</plist>

graphics/icon.png

913 KB
Loading

0 commit comments

Comments
 (0)