Skip to content

Commit c9d1b4e

Browse files
committed
Updated to version macSVG 1.2
1 parent 0239862 commit c9d1b4e

File tree

16 files changed

+35
-25
lines changed

16 files changed

+35
-25
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
macSVG 1.1
2+
macSVG 1.2
33

4-
Copyright ©2011-2020 ArkPhone LLC
4+
Copyright ©2011-2022 ArkPhone LLC
55

66
Designed in Arkansas, USA.
77

README.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,11 @@
328328

329329
<body>
330330

331-
<h1 id="toc_0">macSVG 1.1.7</h1>
331+
<h1 id="toc_0">macSVG 1.2</h1>
332332

333333
<p><img src="https://cdn.rawgit.com/dsward2/macSVG/7cf2b09884673e1bb65a0a9ab5df184741bb7c65/README_images/macsvg-logo-animation.svg?sanitize=true" width="660" height="105"></p>
334334

335-
<p><strong>May 12, 2020 – This release of macSVG 1.1.7 contains several bug fixes, notably with copy, paste and drag commands - and improves editing for SVG paths with relative coordinates. Some improvements were made for editing animation with keyTimes/keySplines/keyPoints animate, animateMotion and animateTransform elements. The built-in HTTP server was migrated to use GCDWebServer.</strong></p>
335+
<p><strong>July 16, 2022 – This release of macSVG 1.2 adds support for Macs with Apple Silicon M1/M2 processors.</strong></p>
336336

337337
<hr>
338338

@@ -368,7 +368,7 @@ <h1 id="toc_2">Future project goals:</h1>
368368

369369
<p>We are monitoring the WebKit project concerning their plans to remove the Legacy WebView framework, which is used extensively in macSVG. </p>
370370

371-
<p>Copyright (c) 2016-2020 by ArkPhone, LLC.</p>
371+
<p>Copyright (c) 2016-2022 by ArkPhone, LLC.</p>
372372

373373
<p>All trademarks are the property of their respective holders.</p>
374374

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# macSVG 1.1.7
1+
# macSVG 1.2
22

33
<img src="https://cdn.rawgit.com/dsward2/macSVG/7cf2b09884673e1bb65a0a9ab5df184741bb7c65/README_images/macsvg-logo-animation.svg?sanitize=true" width="660" height="105">
44

5-
**May 12, 2020 – This release of macSVG 1.1.7 contains several bug fixes, notably with copy, paste and drag commands - and improves editing for SVG paths with relative coordinates. Some improvements were made for editing animation with keyTimes/keySplines/keyPoints animate, animateMotion and animateTransform elements. The built-in HTTP server was migrated to use GCDWebServer.**
5+
**July 16, 2022 – This release of macSVG 1.2 adds support for Macs with Apple Silicon M1/M2 processors.**
66

77
<hr>
88

@@ -46,6 +46,6 @@ We are monitoring the WebKit project concerning their plans to remove the Legacy
4646

4747
#
4848

49-
Copyright (c) 2016-2020 by ArkPhone, LLC.
49+
Copyright (c) 2016-2022 by ArkPhone, LLC.
5050

5151
All trademarks are the property of their respective holders.

RELEASE-NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# macSVG Release Notes
22

3+
## macSVG v1.2 - July 16, 2022
4+
5+
This release of macSVG 1.2 adds support for Macs with Apple Silicon M1/M2 processors.
6+
7+
Update build architectures for X86_64 and Apple Silicon.
8+
9+
Replace the libssh2 library with the Swift package Libssh2Prebuild.
10+
11+
Made a minor change in text_on_an_animated_path.svg to work around a WebKit animation bug.
12+
313
## macSVG v1.1.7 - May 12, 2020
414

515
This release of macSVG 1.1.7 contains several bug fixes, notably with copy, paste and drag commands. Several views containing stepper controls have bug fixes.

macSVG.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6829,7 +6829,7 @@
68296829
/usr/lib,
68306830
);
68316831
MACOSX_DEPLOYMENT_TARGET = 10.14;
6832-
MARKETING_VERSION = 1.1.7;
6832+
MARKETING_VERSION = 1.2;
68336833
OTHER_CODE_SIGN_FLAGS = "-o library";
68346834
OTHER_LDFLAGS = "";
68356835
PRODUCT_BUNDLE_IDENTIFIER = com.arkphone.macsvg;
@@ -6877,7 +6877,7 @@
68776877
/usr/lib,
68786878
);
68796879
MACOSX_DEPLOYMENT_TARGET = 10.14;
6880-
MARKETING_VERSION = 1.1.7;
6880+
MARKETING_VERSION = 1.2;
68816881
OTHER_CODE_SIGN_FLAGS = "-o library";
68826882
OTHER_LDFLAGS = "";
68836883
PRODUCT_BUNDLE_IDENTIFIER = com.arkphone.macsvg;

macSVG/MacSVG-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<key>CFBundleSignature</key>
106106
<string>????</string>
107107
<key>CFBundleVersion</key>
108-
<string>3377</string>
108+
<string>3380</string>
109109
<key>LSApplicationCategoryType</key>
110110
<string>public.app-category.graphics-design</string>
111111
<key>LSMinimumSystemVersion</key>
@@ -116,7 +116,7 @@
116116
<true/>
117117
</dict>
118118
<key>NSHumanReadableCopyright</key>
119-
<string>Copyright © 2020 ArkPhone, LLC</string>
119+
<string>Copyright © 2022 ArkPhone, LLC</string>
120120
<key>NSMainNibFile</key>
121121
<string>MainMenu</string>
122122
<key>NSPrincipalClass</key>

macSVG/SVGDocument Classes/FolderIconView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// macSVG
44
//
55
// Created by Douglas Ward on 3/25/20.
6-
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
6+
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
77
//
88

99
#import <Cocoa/Cocoa.h>

macSVG/SVGDocument Classes/FolderIconView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// macSVG
44
//
55
// Created by Douglas Ward on 3/25/20.
6-
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
6+
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
77
//
88

99
#import "FolderIconView.h"

macSVG/SVGDocument Classes/PathSegment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// macSVG
44
//
55
// Created by Douglas Ward on 4/4/20.
6-
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
6+
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

macSVG/SVGDocument Classes/PathSegment.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// macSVG
44
//
55
// Created by Douglas Ward on 4/4/20.
6-
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
6+
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
77
//
88

99
#import "PathSegment.h"

0 commit comments

Comments
 (0)