Skip to content

Commit ce60f93

Browse files
committed
update readme and license.
1 parent bcc88b1 commit ce60f93

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# Xcode
32
#
43
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
@@ -20,7 +19,7 @@ DerivedData/
2019

2120
# Xcode
2221
build/
23-
>>>>>>> 938d2e6 (Initial commit)
22+
2423
*.pbxuser
2524
!default.pbxuser
2625
*.mode1v3
@@ -29,7 +28,7 @@ build/
2928
!default.mode2v3
3029
*.perspectivev3
3130
!default.perspectivev3
32-
<<<<<<< HEAD
31+
3332

3433
## Obj-C/Swift specific
3534
*.hmap
@@ -97,7 +96,7 @@ fastlane/test_output
9796
# https://github.com/johnno1962/injectionforxcode
9897

9998
iOSInjectionProject/
100-
=======
99+
101100
xcuserdata/
102101
*.xccheckout
103102
*.moved-aside
@@ -121,4 +120,4 @@ Carthage/Build
121120
# `pod install` in .travis.yml
122121
#
123122
# Pods/
124-
>>>>>>> 938d2e6 (Initial commit)
123+

LICENSE

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
<<<<<<< HEAD
21
MIT License
32

4-
Copyright (c) 2022 Wu Shangkun
5-
=======
63
Copyright (c) 2022 Xcoder1011 <shangkunwu@msn.com>
7-
>>>>>>> 938d2e6 (Initial commit)
84

95
Permission is hereby granted, free of charge, to any person obtaining a copy
106
of this software and associated documentation files (the "Software"), to deal
@@ -13,23 +9,12 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
139
copies of the Software, and to permit persons to whom the Software is
1410
furnished to do so, subject to the following conditions:
1511

16-
<<<<<<< HEAD
17-
The above copyright notice and this permission notice shall be included in all
18-
copies or substantial portions of the Software.
19-
=======
2012
The above copyright notice and this permission notice shall be included in
2113
all copies or substantial portions of the Software.
22-
>>>>>>> 938d2e6 (Initial commit)
2314

2415
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2516
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2617
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2718
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2819
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29-
<<<<<<< HEAD
30-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31-
SOFTWARE.
32-
=======
3320
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
34-
THE SOFTWARE.
35-
>>>>>>> 938d2e6 (Initial commit)

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# SKApmTools
2-
<<<<<<< HEAD
3-
APM性能优化相关(swift版本 ):ANR卡顿监测、网络优化、内存监控、启动优化、常见crash防护、crash监控上报
4-
=======
2+
53

64
[![CI Status](https://img.shields.io/travis/Xcoder1011/SKApmTools.svg?style=flat)](https://travis-ci.org/Xcoder1011/SKApmTools)
75
[![Version](https://img.shields.io/cocoapods/v/SKApmTools.svg?style=flat)](https://cocoapods.org/pods/SKApmTools)
@@ -33,4 +31,3 @@ Xcoder1011, shangkunwu@msn.com
3331
## License
3432

3533
SKApmTools is available under the MIT license. See the LICENSE file for more info.
36-
>>>>>>> 938d2e6 (Initial commit)

0 commit comments

Comments
 (0)