-
Notifications
You must be signed in to change notification settings - Fork 2
/
iCanHazMusic.pbp
60 lines (59 loc) · 2.63 KB
/
iCanHazMusic.pbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 6.00 LTS - C Backend (MacOS X - arm64)">
<section name="config">
<options closefiles="1" openmode="0" name="iCanHazMusic"/>
</section>
<section name="data">
<explorer view="/Applications/PureBasic.app/Contents/Resources/Examples/" pattern="0"/>
<log show="1"/>
<lastopen date="2022-08-02 10:33" user="deseven" host="d7mba.local"/>
</section>
<section name="files">
<file name="const.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="ac9b2be329c4866ef5eedf4d3d19afd8"/>
</file>
<file name="helpers.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="d5335233c11261750dce526a18623dc4"/>
</file>
<file name="interface.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="e44e5592e2cb86ae9df4bafc44875b08"/>
</file>
<file name="main.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="fafd7604315b107e3195273cd2fdd4dd"/>
</file>
<file name="proc.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="c7a95982802af78afabf9ecbb1c12de5"/>
</file>
<file name="../pb-httprequest-manager/httprequest-manager.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
<fingerprint md5="d70eae180fa52bde1fd4d39c88610074"/>
</file>
<file name="../pb-macos-audioplayer/audioplayer.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
<fingerprint md5="ace933d544280e527d6b039cc3000308"/>
</file>
<file name="../pb-macos-globalhotkeys/ghk.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
<fingerprint md5="84360602992a51bea59ca1c7147b339b"/>
</file>
<file name="../pb-macos-task/task.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
<fingerprint md5="8924bfc923ac0cc11c8027c1c4dd3409"/>
</file>
</section>
<section name="targets">
<target name="Default Target" enabled="1" default="1">
<inputfile value="main.pb"/>
<outputfile value="iCanHazMusic.app"/>
<options thread="1" xpskin="1" debug="1" optimizer="1"/>
<temporaryexe value="source"/>
<icon enable="1">build/Contents/Resources/main.icns</icon>
<tools>ICHM_INJECT,ICHM_INJECT_BUILD</tools>
</target>
</section>
</project>