mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 15:39:59 +00:00
Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
This commit is contained in:
commit
1bde12b42f
@ -1,10 +1,6 @@
|
||||
# lipoplastic setup for armv6 + arm64 compilation
|
||||
TARGET := iphone:clang
|
||||
THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode-4.4.1.app/Contents/Developer
|
||||
SDKVERSION_armv6 = 5.1
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
||||
ARCHS = armv6
|
||||
ARCHS = armv7
|
||||
|
||||
TOOL_NAME = PatchBlueTool
|
||||
|
||||
|
@ -1,10 +1,7 @@
|
||||
# lipoplastic setup for armv6 + arm64 compilation
|
||||
TARGET := iphone:clang
|
||||
THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode-4.4.1.app/Contents/Developer
|
||||
SDKVERSION_armv6 = 5.1
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
||||
ARCHS = armv6 arm64
|
||||
ARCHS = armv7 arm64
|
||||
BTSTACK_ROOT=../../..
|
||||
|
||||
BUNDLE_NAME = BTstack
|
||||
|
@ -26,9 +26,10 @@ While it's possible to use Xcode, I highly recommend to use theos to create apps
|
||||
## Compile Instructions for BTstack package
|
||||
|
||||
Install the following tools:
|
||||
* Xcode 6.4 as /Applications/Xcode.app
|
||||
* Xcode 4.4.1 as /Applications/Xcode-4.4.1.app/
|
||||
* [rpetrich's theos fork](https://github.com/rpetrich/theos) with "lippoplastic" support
|
||||
* Xcode
|
||||
* [csu-ios libraries](https://github.com/mringwal/csu-ios) for deployment targets < 6.0 (BTstack compiles againt iOS 3.0 by default)
|
||||
* [rpetrich's](https://github.com/rpetrich/theos) or [new official](https://github.com/theos/theos) theos fork with "lippoplastic" support
|
||||
|
||||
|
||||
Set the $THEOS environment variable to the location of the theos checkout, e.g. like:
|
||||
|
||||
|
@ -1,10 +1,7 @@
|
||||
# lipoplastic setup for armv6 + arm64 compilation
|
||||
TARGET := iphone:clang
|
||||
THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode-4.4.1.app/Contents/Developer
|
||||
SDKVERSION_armv6 = 5.1
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
||||
ARCHS = armv6 arm64
|
||||
ARCHS = armv7 arm64
|
||||
|
||||
TWEAK_NAME = SpringBoardAccess
|
||||
SpringBoardAccess_FILES = Tweak.xm
|
||||
|
@ -1,11 +1,6 @@
|
||||
|
||||
# lipoplastic setup for armv6 + arm64 compilation
|
||||
TARGET := iphone:clang
|
||||
THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode-4.4.1.app/Contents/Developer
|
||||
SDKVERSION_armv6 = 5.1
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
||||
ARCHS = armv6 arm64
|
||||
ARCHS = armv7
|
||||
|
||||
BTSTACK_ROOT=../../..
|
||||
# VPATH += $(BTSTACK_ROOT)/platform/daemon/example
|
||||
|
@ -1,10 +1,7 @@
|
||||
# lipoplastic setup for armv6 + arm64 compilation
|
||||
TARGET := iphone:clang
|
||||
THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode-4.4.1.app/Contents/Developer
|
||||
SDKVERSION_armv6 = 5.1
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
||||
ARCHS = armv6 arm64
|
||||
ARCHS = armv7 arm64
|
||||
|
||||
BTSTACK_ROOT=../../..
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user