-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
27 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
# 修改日志 | ||
|
||
## 2.2.0 | ||
|
||
修复dli_frame 造成的crash问题 | ||
|
||
## 2.1.1 | ||
|
||
修复NSMutableArray在插入索引切好为count的时候导致插入失败的bug | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
PODS: | ||
- Nimble (7.0.2) | ||
- Quick (1.2.0) | ||
- XXShield (2.1.1) | ||
- XXShield (2.2.0) | ||
|
||
DEPENDENCIES: | ||
- Nimble | ||
- Quick | ||
- XXShield (from `../`) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Nimble | ||
- Quick | ||
|
||
EXTERNAL SOURCES: | ||
XXShield: | ||
:path: ../ | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2 | ||
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08 | ||
XXShield: 841d947f821dd6979c63a7d7f8d4b856624375a1 | ||
XXShield: 31cb5badded8555e2f27f9439ca7b603c83939ce | ||
|
||
PODFILE CHECKSUM: cb0f187cc3e5c397008a335d15152f7845281ec0 | ||
|
||
COCOAPODS: 1.3.1 | ||
COCOAPODS: 1.5.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Example/XXShield.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters