Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 5e47f7d

Browse files
committed
添加图片步骤说明
添加图片步骤说明
1 parent e081c90 commit 5e47f7d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
# XcodePluginUpgradeCompatible-LFL
1+
#XcodePluginUpgradeCompatible-LFL
22

3-
## 中文说明
3+
##1.直接上图(很简单一步到位)
4+
5+
![frist_Pic](https://github.com/LFL2018/PicSources/blob/master/XcodePluginUpgradeCompatible-LFL/XcodePluginUpgradeCompatible-LFL1.png)
6+
7+
![Pic2](https://github.com/LFL2018/PicSources/blob/master/XcodePluginUpgradeCompatible-LFL/XcodePluginUpgradeCompatible-LFL2.png)
8+
9+
![Pic3](https://github.com/LFL2018/PicSources/blob/master/XcodePluginUpgradeCompatible-LFL/XcodePluginUpgradeCompatible-LFL3.png)
10+
11+
##2.1 中文说明
412

513
### 1.每当Xcode升级之后,都会导致原有的Xcode插件不能使用,这是因为每个插件的Info.plist中记录了该插件兼容Xcode版本的DVTPlugInCompatibilityUUID,而每个版本的Xcode的DVTPlugInCompatibilityUUID都是不同的。如果想让原来的插件继续工作,我们就得将新版Xcode的DVTPlugInCompatibilityUUID加入到每一个插件的Info文件中,手动添加的话比较费时间还可能出错
614

715
### 2.如何解决和使用本命令
816
### com + R 运行后,重启Xcode即可 tips : Xcode重启后会要求用户确认是否加载非苹果官方插件,请选择Load Bundles
917

1018

11-
## Documents in English
19+
##2.2 Documents in English
1220

1321
### 1.Whenever the Xcode after upgrading, will cause the original Xcode can not use the plugin, this is because each plugin Info. The records in the plist DVTPlugInCompatibilityUUID Xcode version of the plugin compatibility, and each version of Xcode DVTPlugInCompatibilityUUID is different.If you want to keep the original plug-in work, we will have the new Xcode DVTPlugInCompatibilityUUID added to each plugin Info file, manually add more time-consuming they might be wrong.
14-
15-
### 2. How to solve and use this commandCom + R running, restartXcode Tips:reboot Xcode will require the user to confirm whether to Load the apple official plugin, please select the Load Bundles
22+
23+
### 2.How to solve and use this commandCom + R running, restartXcode Tips:reboot Xcode will require the user to confirm whether to Load the apple official plugin, please select the Load Bundles
1624

1725
## 觉得好用,还望给个star ,谢谢呀

0 commit comments

Comments
 (0)