forked from astellato/Cinder-Syphon
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcinderblock.xml
24 lines (24 loc) · 828 Bytes
/
cinderblock.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Syphon"
id="info.v002.syphon"
git="https://github.com/astellato/Cinder-Syphon.git"
author="Anthony Stellato"
summary="An implementation of the Syphon framework for Cinder"
version="Public Beta 2"
url="https://github.com/astellato/Cinder-Syphon"
library="http://syphon.v002.info"
>
<supports os="macosx" />
<headerPattern>src/*.h</headerPattern>
<sourcePattern>src/*.mm</sourcePattern>
<header>lib/SyphonNameboundClient.h</header>
<source>lib/SyphonNameboundClient.m</source>
<platform os="macosx">
<framework>lib/Syphon.framework</framework>
<buildCopy destination="Frameworks">lib/Syphon.framework</buildCopy>
<frameworkPath>lib/</frameworkPath>
</platform>
</block>
</cinder>