Skip to content

Commit c9d1b4e

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

16 files changed

+35
-25
lines changed

LICENSE

+2-2
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

+3-3
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

+3-3
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

+10
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

+2-2
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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"

macSVG/SVGDocument Classes/TargetIconView.h

+1-1
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 <Foundation/Foundation.h>

macSVG/SVGDocument Classes/TargetIconView.m

+1-1
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 "TargetIconView.h"

macSVG/SVGDocument Classes/TextIconView.h

+1-1
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/TextIconView.m

+1-1
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 "TextIconView.h"

macSVG/SVGDocument Classes/XMLOutlineController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2999,7 +2999,7 @@ - (void)selectItemsForCurrentElement:(NSXMLElement *)currentElement
29992999

30003000
- (BOOL)outlineView:(NSOutlineView *)outlineView writeItems:(NSArray *)items toPasteboard:(NSPasteboard *)pboard
30013001
{
3002-
NSLog(@"outlineView:writeItems:toPasteboard: items %@", items);
3002+
//NSLog(@"outlineView:writeItems:toPasteboard: items %@", items);
30033003

30043004
//self.draggedNodes = items;
30053005

macSVG/en.lproj/Credits.rtf

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{\rtf1\ansi\ansicpg1252\cocoartf2512
1+
{\rtf1\ansi\ansicpg1252\cocoartf2638
22
\cocoascreenfonts1\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Menlo-Regular;\f2\fswiss\fcharset0 Helvetica-Bold;
33
}
44
{\colortbl;\red255\green255\blue255;\red74\green70\blue67;\red38\green38\blue38;\red249\green249\blue249;
@@ -9,9 +9,9 @@
99
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0
1010

1111
\f0\fs24 \cf0 \
12-
macSVG 1.1.7\
12+
macSVG 1.2\
1313
\
14-
Copyright \'a92011-2020 ArkPhone LLC\
14+
Copyright \'a92011-2022 ArkPhone LLC\
1515
\
1616
Designed in Arkansas, USA.\
1717
\
@@ -38,7 +38,7 @@ macSVG is distributed under the MIT License:\
3838
\f2\b \cf2 \expnd0\expndtw0\kerning0
3939
MIT License\
4040
\
41-
Copyright (c) 2011-2020 ArkPhone, LLC\
41+
Copyright (c) 2011-2022 ArkPhone, LLC\
4242
\
4343
Permission is hereby granted, free of charge, to any person obtaining a copy\
4444
of this software and associated documentation files (the "Software"), to deal\

0 commit comments

Comments
 (0)