#!/bin/bash

export DYLD_LIBRARY_PATH=$PWD/Photoframe.app/Contents/MacOS:$PATH
./Photoframe.app/Contents/MacOS/Photoframe


