Skip to content

Commit 5897177

Browse files
author
Mike Richter
committed
Merged PR 5442: Update README, copyrights, etc. for release
Related work items: #19526
2 parents 169f5ff + 5cbce4f commit 5897177

9 files changed

Lines changed: 29 additions & 14 deletions

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Change Log
66

77
### Enhancements:
88

9-
* Now supports Xcode 12 and iOS 14.
9+
* Now supports Xcode 12, iOS 14, and iPadOS 14.
1010

1111
### Changes:
1212

@@ -18,7 +18,7 @@ Change Log
1818

1919
### Enhancements:
2020

21-
* Now supports Xcode 11 and iOS 13.
21+
* Now supports Xcode 11, iOS 13, and iPadOS 13.
2222

2323
### Changes:
2424

@@ -116,4 +116,4 @@ Change Log
116116
Original commit [509591f](https://github.com/Polidea/ios-class-guard/commit/509591f78f37905913ba0cbd832e5e4f7b925a8a) was corrupted. This was fixed by modifying it and rewriting the commit history after it. The new repaired commit is 496ae586. The fork point in the new history is 94121d10.
117117

118118
---------------------------------------------------------------------
119-
Copyright 2016-2019 PreEmptive Solutions, LLC
119+
Copyright 2016-2020 PreEmptive Solutions, LLC

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ limitation and exclusion of damages provisions shall apply to all
66
software in this distribution.
77

88

9-
Copyright 2016-2019 PreEmptive Solutions, LLC
9+
Copyright 2016-2020 PreEmptive Solutions, LLC
1010

1111
Portions Copyright (C) 2014 Polidea.
1212
Portions Copyright (C) 1997-1998, 2000-2001, 2004-2013 Steve Nygard.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2019 PreEmptive Solutions, LLC
1+
# Copyright 2016-2020 PreEmptive Solutions, LLC
22
# See LICENSE.txt for licensing information
33

44
PROJECT_NAME=PPiOS-Rename

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ Supported Platforms
4545

4646
*PPiOS-Rename* supports apps developed for:
4747

48-
* iOS 11, iOS 12, iOS 13, iPadOS 13
48+
* iOS 12, iOS 13, iPadOS 13, iOS 14, iPadOS 14
4949
* iPhone, iPod touch, and iPad
5050

5151
Using:
5252

53-
* Xcode 10, Xcode 11
53+
* Xcode 11, Xcode 12
5454
* Objective-C
5555

5656
> Note: Swift is not supported by *PPiOS-Rename*. *PPiOS-Rename* **does not work** on projects with **any** Swift code.
@@ -543,4 +543,4 @@ ppios-rename --help
543543
```
544544

545545
---------------------------------------------------------------------
546-
Copyright 2016-2019 PreEmptive Solutions, LLC
546+
Copyright 2016-2020 PreEmptive Solutions, LLC

Source/CDMachOFile.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// -*- mode: ObjC -*-
22

3-
/********************************************
4-
Copyright 2016 PreEmptive Solutions, LLC
3+
/************************************************
4+
Copyright 2016-2020 PreEmptive Solutions, LLC
55
See LICENSE.txt for licensing information
6-
********************************************/
6+
************************************************/
77

88
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
99
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.

Source/CDMachOFileDataCursor.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2020 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDMachOFileDataCursor.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2020 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDObjectiveC2Processor.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2020 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDObjectiveC2Processor.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// -*- mode: ObjC -*-
22

3-
/********************************************
4-
Copyright 2018 PreEmptive Solutions, LLC
3+
/************************************************
4+
Copyright 2018-2020 PreEmptive Solutions, LLC
55
See LICENSE.txt for licensing information
6-
********************************************/
6+
************************************************/
77

88
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
99
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.

0 commit comments

Comments
 (0)