Skip to content

Commit a1b0768

Browse files
committed
Added the DVTPlugInCompatibilityUUID for Xcode 7.0.
1 parent e1f3bc8 commit a1b0768

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

SCXcodeMinimap.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
18FE09AA1707639E00118FEB /* Project object */ = {
282282
isa = PBXProject;
283283
attributes = {
284-
LastUpgradeCheck = 0500;
284+
LastUpgradeCheck = 0700;
285285
ORGANIZATIONNAME = "Stefan Ceriu";
286286
};
287287
buildConfigurationList = 18FE09AD1707639E00118FEB /* Build configuration list for PBXProject "SCXcodeMinimap" */;
@@ -346,6 +346,7 @@
346346
CLANG_WARN_INT_CONVERSION = YES;
347347
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
348348
COPY_PHASE_STRIP = NO;
349+
ENABLE_TESTABILITY = YES;
349350
GCC_C_LANGUAGE_STANDARD = gnu99;
350351
GCC_DYNAMIC_NO_PIC = NO;
351352
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
@@ -412,6 +413,7 @@
412413
"$(inherited)",
413414
"$(SYSTEM_DEVELOPER_DIR)/../Plugins/**",
414415
);
416+
PRODUCT_BUNDLE_IDENTIFIER = "com.stefanceriu.${PRODUCT_NAME:rfc1034identifier}";
415417
PRODUCT_NAME = "$(TARGET_NAME)";
416418
WRAPPER_EXTENSION = xcplugin;
417419
};
@@ -440,6 +442,7 @@
440442
"$(inherited)",
441443
"$(SYSTEM_DEVELOPER_DIR)/../Plugins/**",
442444
);
445+
PRODUCT_BUNDLE_IDENTIFIER = "com.stefanceriu.${PRODUCT_NAME:rfc1034identifier}";
443446
PRODUCT_NAME = "$(TARGET_NAME)";
444447
WRAPPER_EXTENSION = xcplugin;
445448
};

SCXcodeMinimap.xcodeproj/xcshareddata/xcschemes/SCXcodeMinimap.xcscheme

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0500"
3+
LastUpgradeVersion = "0700"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "NO"
@@ -23,22 +23,25 @@
2323
</BuildActionEntries>
2424
</BuildAction>
2525
<TestAction
26+
buildConfiguration = "Debug"
2627
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2728
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28-
shouldUseLaunchSchemeArgsEnv = "YES"
29-
buildConfiguration = "Debug">
29+
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
3234
</TestAction>
3335
<LaunchAction
36+
buildConfiguration = "Debug"
3437
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3538
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
3639
launchStyle = "0"
3740
useCustomWorkingDirectory = "NO"
38-
buildConfiguration = "Debug"
3941
ignoresPersistentStateOnLaunch = "NO"
4042
debugDocumentVersioning = "NO"
4143
debugXPCServices = "NO"
44+
debugServiceExtension = "internal"
4245
allowLocationSimulation = "NO"
4346
viewDebuggingEnabled = "No">
4447
<PathRunnable
@@ -59,10 +62,10 @@
5962
</AdditionalOptions>
6063
</LaunchAction>
6164
<ProfileAction
65+
buildConfiguration = "Release"
6266
shouldUseLaunchSchemeArgsEnv = "YES"
6367
savedToolIdentifier = ""
6468
useCustomWorkingDirectory = "NO"
65-
buildConfiguration = "Release"
6669
debugDocumentVersioning = "YES">
6770
</ProfileAction>
6871
<AnalyzeAction

SCXcodeMinimap/SCXcodeMinimap-Info.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleIconFile</key>
1010
<string></string>
1111
<key>CFBundleIdentifier</key>
12-
<string>com.stefanceriu.${PRODUCT_NAME:rfc1034identifier}</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
@@ -40,6 +40,7 @@
4040
<string>7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90</string>
4141
<string>AABB7188-E14E-4433-AD3B-5CD791EAD9A3</string>
4242
<string>CC0D0F4F-05B3-431A-8F33-F84AFCB2C651</string>
43+
<string>0420B86A-AA43-4792-9ED0-6FE0F2B16A13</string>
4344
</array>
4445
<key>LSMinimumSystemVersion</key>
4546
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>

0 commit comments

Comments
 (0)