File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 302
302
18FE09AA1707639E00118FEB /* Project object */ = {
303
303
isa = PBXProject;
304
304
attributes = {
305
- LastUpgradeCheck = 0500 ;
305
+ LastUpgradeCheck = 0700 ;
306
306
ORGANIZATIONNAME = "Stefan Ceriu";
307
307
};
308
308
buildConfigurationList = 18FE09AD1707639E00118FEB /* Build configuration list for PBXProject "SCXcodeMinimap" */;
368
368
CLANG_WARN_INT_CONVERSION = YES;
369
369
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
370
370
COPY_PHASE_STRIP = NO;
371
+ ENABLE_TESTABILITY = YES;
371
372
GCC_C_LANGUAGE_STANDARD = gnu99;
372
373
GCC_DYNAMIC_NO_PIC = NO;
373
374
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
434
435
"$(inherited)",
435
436
"$(SYSTEM_DEVELOPER_DIR)/../Plugins/**",
436
437
);
438
+ PRODUCT_BUNDLE_IDENTIFIER = "com.stefanceriu.${PRODUCT_NAME:rfc1034identifier}";
437
439
PRODUCT_NAME = "$(TARGET_NAME)";
438
440
WRAPPER_EXTENSION = xcplugin;
439
441
};
462
464
"$(inherited)",
463
465
"$(SYSTEM_DEVELOPER_DIR)/../Plugins/**",
464
466
);
467
+ PRODUCT_BUNDLE_IDENTIFIER = "com.stefanceriu.${PRODUCT_NAME:rfc1034identifier}";
465
468
PRODUCT_NAME = "$(TARGET_NAME)";
466
469
WRAPPER_EXTENSION = xcplugin;
467
470
};
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 0500 "
3
+ LastUpgradeVersion = " 0700 "
4
4
version = " 2.0" >
5
5
<BuildAction
6
6
parallelizeBuildables = " NO"
23
23
</BuildActionEntries >
24
24
</BuildAction >
25
25
<TestAction
26
+ buildConfiguration = " Debug"
26
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
27
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
28
- shouldUseLaunchSchemeArgsEnv = " YES"
29
- buildConfiguration = " Debug" >
29
+ shouldUseLaunchSchemeArgsEnv = " YES" >
30
30
<Testables >
31
31
</Testables >
32
+ <AdditionalOptions >
33
+ </AdditionalOptions >
32
34
</TestAction >
33
35
<LaunchAction
36
+ buildConfiguration = " Debug"
34
37
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
35
38
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
36
39
launchStyle = " 0"
37
40
useCustomWorkingDirectory = " NO"
38
- buildConfiguration = " Debug"
39
41
ignoresPersistentStateOnLaunch = " NO"
40
42
debugDocumentVersioning = " NO"
41
43
debugXPCServices = " NO"
44
+ debugServiceExtension = " internal"
42
45
allowLocationSimulation = " NO"
43
46
viewDebuggingEnabled = " No" >
44
47
<PathRunnable
59
62
</AdditionalOptions >
60
63
</LaunchAction >
61
64
<ProfileAction
65
+ buildConfiguration = " Release"
62
66
shouldUseLaunchSchemeArgsEnv = " YES"
63
67
savedToolIdentifier = " "
64
68
useCustomWorkingDirectory = " NO"
65
- buildConfiguration = " Release"
66
69
debugDocumentVersioning = " YES" >
67
70
</ProfileAction >
68
71
<AnalyzeAction
Original file line number Diff line number Diff line change 9
9
<key >CFBundleIconFile </key >
10
10
<string ></string >
11
11
<key >CFBundleIdentifier </key >
12
- <string >com.stefanceriu.${PRODUCT_NAME:rfc1034identifier} </string >
12
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
13
13
<key >CFBundleInfoDictionaryVersion </key >
14
14
<string >6.0 </string >
15
15
<key >CFBundleName </key >
39
39
<string >8DC44374-2B35-4C57-A6FE-2AD66A36AAD9 </string >
40
40
<string >7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90 </string >
41
41
<string >AABB7188-E14E-4433-AD3B-5CD791EAD9A3 </string >
42
+ <string >CC0D0F4F-05B3-431A-8F33-F84AFCB2C651 </string >
43
+ <string >0420B86A-AA43-4792-9ED0-6FE0F2B16A13 </string >
42
44
</array >
43
45
<key >LSMinimumSystemVersion </key >
44
46
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
Original file line number Diff line number Diff line change @@ -509,6 +509,11 @@ - (void)layoutManagerDidRequestSelectedSymbolInstancesHighlight:(DVTLayoutManage
509
509
[self invalidateHighligtedSymbols ];
510
510
}
511
511
512
+ - (id ) foldingTokenTypesForLayoutManager : (DVTLayoutManager *)layoutManager
513
+ {
514
+ return nil ;
515
+ }
516
+
512
517
#pragma mark - IDESourceCodeEditorSearchResultsDelegate
513
518
514
519
- (void )sourceCodeEditorDidUpdateSearchResults : (IDESourceCodeEditor *)editor
You can’t perform that action at this time.
0 commit comments