Skip to content

Commit fd77a4e

Browse files
author
Fraser J. Gordon
committed
Merge branch 'refactor-syntax_unicode' of https://github.com/runrev/livecode into refactor-syntax_unicode
2 parents bfb3892 + b5e3e4b commit fd77a4e

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

engine/src/osxans.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ int MCA_do_file_dialog(MCStringRef p_title, MCStringRef p_prompt, MCStringRef *p
673673
else
674674
// MAYBE BUG
675675
[t_panel setTitle: [NSString stringWithMCStringRef: p_prompt]];
676-
[t_panel setDelegate: /*(id<NSOpenSavePanelDelegate>)*/t_accessory];
676+
[t_panel setDelegate: (id<NSOpenSavePanelDelegate>)t_accessory];
677677

678678
if (p_type_count > 1)
679679

rules/Debug.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ COPY_PHASE_STRIP = NO
33
GCC_OPTIMIZATION_LEVEL = 0
44
GCC_PREPROCESSOR_DEFINITIONS = $(GLOBAL_GCC_PREPROCESSOR_DEFINITIONS) _DEBUG
55

6+
ARCHS = i386

rules/Global.xcconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "../version"
22

3-
SDKROOT = macosx10.5
3+
SDKROOT = macosx10.6
44

55
OWNER = .
66
SOLUTION_DIR = $(PROJECT_DIR)/../$(OWNER)
@@ -17,6 +17,4 @@ SHARED_PRECOMPS_DIR=$(OBJROOT)/Precompiled/$(CURRENT_ARCH)
1717
GLOBAL_GCC_PREPROCESSOR_DEFINITIONS=TARGET_PLATFORM_MACOS_X _MACOSX
1818
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS=NO
1919
ALWAYS_SEARCH_USER_PATHS = NO
20-
MACOSX_DEPLOYMENT_TARGET = 10.5
21-
GCC_VERSION =
22-
//GCC_VERSION[sdk=macosx10.4] = 4.0
20+
MACOSX_DEPLOYMENT_TARGET = 10.6

0 commit comments

Comments
 (0)