Skip to content

Commit f4193b8

Browse files
authored
Tweaks to iOS examples to remove ofxAccelerometer and ofxiOSAccelerometer (#7371)
#changelog #ios
1 parent bbd16d0 commit f4193b8

File tree

24 files changed

+68
-679
lines changed

24 files changed

+68
-679
lines changed

addons/ofxiOS/src/events/ofxiOSAccelerometer.mm

Lines changed: 0 additions & 114 deletions
This file was deleted.

addons/ofxiOS/src/ofxiOS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@
5050
#include "ofxiOSEAGLView.h"
5151
#include "ofxiOSApp.h"
5252
#include "ofxiOSExtras.h"
53-
#include "ofxAccelerometer.h"
5453

5554
#endif

addons/ofxiOS/src/ofxtvOS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "ofxiOSEAGLView.h"
2424
#include "ofxiOSApp.h"
2525
#include "ofxiOSExtras.h"
26-
#include "ofxAccelerometer.h"
2726

2827
#endif
2928

apps/devApps/IOS_Testing/Project.xcconfig

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
OF_PATH = ../../..
44

55
//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
6-
#include "../../../libs/openFrameworksCompiled/project/iphone/CoreOF.xcconfig"
6+
#include "../../../libs/openFrameworksCompiled/project/ios/CoreOF.xcconfig"
77

8-
OTHER_LDFLAGS = $(OF_CORE_LIBS)
8+
OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS)
99
HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
1010

11+
ENABLE_BITCODE = NO
1112
COMPRESS_PNG_FILES = NO
1213
GCC_THUMB_SUPPORT = NO
13-
IPHONEOS_DEPLOYMENT_TARGET = 3.1
14-
TARGETED_DEVICE_FAMILY = 1
14+
IPHONEOS_DEPLOYMENT_TARGET = 13.0
15+
COMPILER_INDEX_STORE_ENABLE = NO
16+
17+
PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.$(TARGET_NAME)

0 commit comments

Comments
 (0)