Skip to content

Commit

Permalink
v1.0 builds (#2)
Browse files Browse the repository at this point in the history
* v1.0 builds

* Mac builds

Co-authored-by: jatinchowdhury18 <jatinchowdhury18@users.noreply.github.com>
Co-authored-by: Travis CI <travis@Traviss-Mac-6.local>
  • Loading branch information
3 people committed Jun 17, 2020
1 parent 393b089 commit 974e32c
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Bin/Mac/ChowPhaser.app/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist>
<dict>
<key>CFBundleExecutable</key>
<string>ChowPhaser</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.chowdsp.ChowPhaser</string>
<key>CFBundleName</key>
<string>ChowPhaser</string>
<key>CFBundleDisplayName</key>
<string>ChowPhaser</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Jatin Chowdhury</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
Binary file added Bin/Mac/ChowPhaser.app/Contents/MacOS/ChowPhaser
Binary file not shown.
55 changes: 55 additions & 0 deletions Bin/Mac/ChowPhaser.component/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist>
<dict>
<key>CFBundleExecutable</key>
<string>ChowPhaser</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.chowdsp.ChowPhaser</string>
<key>CFBundleName</key>
<string>ChowPhaser</string>
<key>CFBundleDisplayName</key>
<string>ChowPhaser</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Jatin Chowdhury</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>AudioComponents</key>
<array>
<dict>
<key>name</key>
<string>chowdsp: ChowPhaser</string>
<key>description</key>
<string>ChowPhaser</string>
<key>factoryFunction</key>
<string>ChowPhaserAUFactory</string>
<key>manufacturer</key>
<string>JAC</string>
<key>type</key>
<string>aufx</string>
<key>subtype</key>
<string>PEYD</string>
<key>version</key>
<integer>65536</integer>
<key>resourceUsage</key>
<dict>
<key>network.client</key>
<true/>
<key>temporary-exception.files.all.read-write</key>
<true/>
</dict>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
1 change: 1 addition & 0 deletions Bin/Mac/ChowPhaser.component/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BNDL????
Binary file not shown.
29 changes: 29 additions & 0 deletions Bin/Mac/ChowPhaser.vst3/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist>
<dict>
<key>CFBundleExecutable</key>
<string>ChowPhaser</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.chowdsp.ChowPhaser</string>
<key>CFBundleName</key>
<string>ChowPhaser</string>
<key>CFBundleDisplayName</key>
<string>ChowPhaser</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Jatin Chowdhury</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
Binary file added Bin/Mac/ChowPhaser.vst3/Contents/MacOS/ChowPhaser
Binary file not shown.
1 change: 1 addition & 0 deletions Bin/Mac/ChowPhaser.vst3/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BNDL????
Empty file added Bin/Mac/touch.txt
Empty file.
Binary file added Bin/MacBuilds.zip
Binary file not shown.
Binary file added Bin/Win/ChowPhaser.dll
Binary file not shown.
Binary file added Bin/Win/ChowPhaser.exe
Binary file not shown.
Binary file added Bin/Win/ChowPhaser.vst3
Binary file not shown.

0 comments on commit 974e32c

Please sign in to comment.