Skip to content

Commit 3fe371f

Browse files
committed
Xcode8.3
1 parent 6e59516 commit 3fe371f

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

XVim.xcodeproj/project.pbxproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
A20332951B88D83D0050DD7E /* XVimVisualMode.m in Sources */ = {isa = PBXBuildFile; fileRef = A20332941B88D83D0050DD7E /* XVimVisualMode.m */; };
1616
A204814F19702F3E0064BE66 /* NSObject+XVimAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A204814E19702F3E0064BE66 /* NSObject+XVimAdditions.m */; };
1717
A212A53D1940A330002FB2CF /* XVim.xcplugin in Copy Files */ = {isa = PBXBuildFile; fileRef = A2E7E45217EF0219008F045A /* XVim.xcplugin */; };
18-
A2193E961BE56730002629FB /* IDEPlaygroundEditor+XVim.m in Sources */ = {isa = PBXBuildFile; fileRef = A2193E951BE56730002629FB /* IDEPlaygroundEditor+XVim.m */; };
1918
A2193E9A1BE73300002629FB /* IDELanguageSupportUI in Frameworks */ = {isa = PBXBuildFile; fileRef = A2193E991BE73300002629FB /* IDELanguageSupportUI */; };
20-
A2164CE91B3D823F00A8B69E /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C1BB5216CEAC7F0066F420 /* Utils.m */; };
2119
A21AEAE41B889BEA00246BFD /* XVimMotionOption.m in Sources */ = {isa = PBXBuildFile; fileRef = A21AEAE31B889BE900246BFD /* XVimMotionOption.m */; };
2220
A25032B319F805110021C34E /* IDEWorkspaceTabController+XVim.m in Sources */ = {isa = PBXBuildFile; fileRef = A25032B219F805110021C34E /* IDEWorkspaceTabController+XVim.m */; };
2321
A259E2231B3C263B006000D9 /* NSURL+XVimXcodeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A259E2221B3C263B006000D9 /* NSURL+XVimXcodeModule.m */; };
@@ -26,8 +24,8 @@
2624
A2752F5519F3E00200D1642C /* XVimTaskRunner.m in Sources */ = {isa = PBXBuildFile; fileRef = A2752F5319F3E00200D1642C /* XVimTaskRunner.m */; };
2725
A2752F5819F3E04F00D1642C /* ProcessRunner.m in Sources */ = {isa = PBXBuildFile; fileRef = A2752F5719F3E04F00D1642C /* ProcessRunner.m */; };
2826
A27EBB8719EA442000C328FB /* XVimTester+Jump.m in Sources */ = {isa = PBXBuildFile; fileRef = A27EBB8619EA442000C328FB /* XVimTester+Jump.m */; };
29-
A28275AC1C3512C900535692 /* about.xib in Resources */ = {isa = PBXBuildFile; fileRef = A28275AB1C3512C900535692 /* about.xib */; settings = {ASSET_TAGS = (); }; };
30-
A28275E81C35222500535692 /* XVimAboutDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = A28275E71C35222500535692 /* XVimAboutDialog.m */; settings = {ASSET_TAGS = (); }; };
27+
A28275AC1C3512C900535692 /* about.xib in Resources */ = {isa = PBXBuildFile; fileRef = A28275AB1C3512C900535692 /* about.xib */; };
28+
A28275E81C35222500535692 /* XVimAboutDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = A28275E71C35222500535692 /* XVimAboutDialog.m */; };
3129
A28F422817EEDBC200A3F7AE /* Logger.m in Sources */ = {isa = PBXBuildFile; fileRef = A24782B314D6F56E003B6433 /* Logger.m */; };
3230
A28F422917EEDBC200A3F7AE /* XVim.m in Sources */ = {isa = PBXBuildFile; fileRef = A24782B814D6F56E003B6433 /* XVim.m */; };
3331
A28F422A17EEDBC200A3F7AE /* XVimCommandField.m in Sources */ = {isa = PBXBuildFile; fileRef = A24782BA14D6F56E003B6433 /* XVimCommandField.m */; };
@@ -147,8 +145,6 @@
147145
A2165BFC17A3762C00AB18FD /* XVimDefs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = XVimDefs.h; path = XVim/XVimDefs.h; sourceTree = SOURCE_ROOT; };
148146
A216F39F156560FE00AD2529 /* IDEEditorArea+XVim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "IDEEditorArea+XVim.h"; path = "XVim/IDEEditorArea+XVim.h"; sourceTree = SOURCE_ROOT; };
149147
A216F3A0156560FE00AD2529 /* IDEEditorArea+XVim.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "IDEEditorArea+XVim.m"; path = "XVim/IDEEditorArea+XVim.m"; sourceTree = SOURCE_ROOT; };
150-
A2193E941BE56730002629FB /* IDEPlaygroundEditor+XVim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "IDEPlaygroundEditor+XVim.h"; path = "XVim/IDEPlaygroundEditor+XVim.h"; sourceTree = SOURCE_ROOT; };
151-
A2193E951BE56730002629FB /* IDEPlaygroundEditor+XVim.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "IDEPlaygroundEditor+XVim.m"; path = "XVim/IDEPlaygroundEditor+XVim.m"; sourceTree = SOURCE_ROOT; };
152148
A2193E991BE73300002629FB /* IDELanguageSupportUI */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = IDELanguageSupportUI; path = ../PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI; sourceTree = DEVELOPER_DIR; };
153149
A21AEAE31B889BE900246BFD /* XVimMotionOption.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XVimMotionOption.m; path = XVim/XVimMotionOption.m; sourceTree = SOURCE_ROOT; };
154150
A222B5DF1514DFCD005E8802 /* XVimOperatorEvaluator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XVimOperatorEvaluator.h; path = XVim/XVimOperatorEvaluator.h; sourceTree = SOURCE_ROOT; };
@@ -730,8 +726,6 @@
730726
A2F2621A182CEC3600AD3DC4 /* DVTSourceTextScrollView+XVim.m */,
731727
C38A5B4515272DCC00E1448D /* IDESourceCodeEditor+XVim.h */,
732728
C38A5B4615272DCD00E1448D /* IDESourceCodeEditor+XVim.m */,
733-
A2193E941BE56730002629FB /* IDEPlaygroundEditor+XVim.h */,
734-
A2193E951BE56730002629FB /* IDEPlaygroundEditor+XVim.m */,
735729
A26ACC4C154F2D6600B27D69 /* IDEEditor+XVim.h */,
736730
A26ACC4D154F2D6700B27D69 /* IDEEditor+XVim.m */,
737731
C345DDB9154CE12A009F232E /* XVimHookManager.h */,
@@ -855,7 +849,6 @@
855849
A28F423917EEDBC200A3F7AE /* XVimRegisterEvaluator.m in Sources */,
856850
A28F423A17EEDBC200A3F7AE /* XVimOperatorEvaluator.m in Sources */,
857851
A28F423B17EEDBC200A3F7AE /* XVimKeyStroke.m in Sources */,
858-
A2193E961BE56730002629FB /* IDEPlaygroundEditor+XVim.m in Sources */,
859852
A28F423C17EEDBC200A3F7AE /* DVTSourceTextView+XVim.m in Sources */,
860853
A28F423D17EEDBC200A3F7AE /* IDESourceCodeEditor+XVim.m in Sources */,
861854
A28F423E17EEDBC200A3F7AE /* XVimNumericEvaluator.m in Sources */,

XVim/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<string>1</string>
2121
<key>DVTPlugInCompatibilityUUIDs</key>
2222
<array>
23+
<string>8D080965-EABB-4445-AAB3-CDAC8EE4FFF8</string>
2324
<string>E0A62D1F-3C18-4D74-BFE5-A4167D643966</string>
2425
<string>DA4FDFD8-C509-4D8B-8B55-84A7B66AE701</string>
2526
<string>8A66E736-A720-4B3C-92F1-33D9962C69DF</string>

XVim/XVimHookManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ + (void)hookWhenPluginLoaded
5353
[DVTTextSidebarView xvim_initialize];
5454
[DVTSourceTextScrollView xvim_initialize];
5555
[IDESourceCodeEditor xvim_initialize];
56-
[IDEPlaygroundEditor xvim_initialize];
56+
//[IDEPlaygroundEditor xvim_initialize];
5757
[IDEEditor xvim_initialize];
5858
[IDEApplicationController xvim_initialize];
5959
}

0 commit comments

Comments
 (0)