LIBRARY_NAME = librocketbootstrap_tests
librocketbootstrap_tests_FILES = tests.m
librocketbootstrap_tests_LIBRARIES = rocketbootstrap
librocketbootstrap_tests_FRAMEWORKS = Foundation UIKit

ADDITIONAL_CFLAGS = -std=c99 -I../

IPHONE_ARCHS = armv6 arm64

SDKVERSION_armv6 = 5.1
INCLUDE_SDKVERSION_armv6 = 8.4
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 4.0

TARGET_IPHONEOS_DEPLOYMENT_VERSION_armv6 = 3.0
THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode_Legacy.app/Contents/Developer

include framework/makefiles/common.mk
include framework/makefiles/library.mk
