Skip to content

Commit

Permalink
Updated to version macSVG 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsward2 committed Jul 17, 2022
1 parent 0239862 commit c9d1b4e
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 25 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

macSVG 1.1
macSVG 1.2

Copyright ©2011-2020 ArkPhone LLC
Copyright ©2011-2022 ArkPhone LLC

Designed in Arkansas, USA.

Expand Down
6 changes: 3 additions & 3 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,11 @@

<body>

<h1 id="toc_0">macSVG 1.1.7</h1>
<h1 id="toc_0">macSVG 1.2</h1>

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

<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>
<p><strong>July 16, 2022 – This release of macSVG 1.2 adds support for Macs with Apple Silicon M1/M2 processors.</strong></p>

<hr>

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# macSVG 1.1.7
# macSVG 1.2

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

**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.**
**July 16, 2022 – This release of macSVG 1.2 adds support for Macs with Apple Silicon M1/M2 processors.**

<hr>

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

#

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

All trademarks are the property of their respective holders.
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# macSVG Release Notes

## macSVG v1.2 - July 16, 2022

This release of macSVG 1.2 adds support for Macs with Apple Silicon M1/M2 processors.

Update build architectures for X86_64 and Apple Silicon.

Replace the libssh2 library with the Swift package Libssh2Prebuild.

Made a minor change in text_on_an_animated_path.svg to work around a WebKit animation bug.

## macSVG v1.1.7 - May 12, 2020

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.
Expand Down
4 changes: 2 additions & 2 deletions macSVG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6829,7 +6829,7 @@
/usr/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.1.7;
MARKETING_VERSION = 1.2;
OTHER_CODE_SIGN_FLAGS = "-o library";
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.arkphone.macsvg;
Expand Down Expand Up @@ -6877,7 +6877,7 @@
/usr/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.1.7;
MARKETING_VERSION = 1.2;
OTHER_CODE_SIGN_FLAGS = "-o library";
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.arkphone.macsvg;
Expand Down
4 changes: 2 additions & 2 deletions macSVG/MacSVG-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3377</string>
<string>3380</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.graphics-design</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -116,7 +116,7 @@
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 ArkPhone, LLC</string>
<string>Copyright © 2022 ArkPhone, LLC</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/FolderIconView.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 3/25/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/FolderIconView.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 3/25/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import "FolderIconView.h"
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/PathSegment.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 4/4/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/PathSegment.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 4/4/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import "PathSegment.h"
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/TargetIconView.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 3/25/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/TargetIconView.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 3/25/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import "TargetIconView.h"
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/TextIconView.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 3/25/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/TextIconView.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// macSVG
//
// Created by Douglas Ward on 3/25/20.
// Copyright © 2020 ArkPhone, LLC. All rights reserved.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//

#import "TextIconView.h"
Expand Down
2 changes: 1 addition & 1 deletion macSVG/SVGDocument Classes/XMLOutlineController.m
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ - (void)selectItemsForCurrentElement:(NSXMLElement *)currentElement

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

//self.draggedNodes = items;

Expand Down
8 changes: 4 additions & 4 deletions macSVG/en.lproj/Credits.rtf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf2512
{\rtf1\ansi\ansicpg1252\cocoartf2638
\cocoascreenfonts1\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Menlo-Regular;\f2\fswiss\fcharset0 Helvetica-Bold;
}
{\colortbl;\red255\green255\blue255;\red74\green70\blue67;\red38\green38\blue38;\red249\green249\blue249;
Expand All @@ -9,9 +9,9 @@
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0

\f0\fs24 \cf0 \
macSVG 1.1.7\
macSVG 1.2\
\
Copyright \'a92011-2020 ArkPhone LLC\
Copyright \'a92011-2022 ArkPhone LLC\
\
Designed in Arkansas, USA.\
\
Expand All @@ -38,7 +38,7 @@ macSVG is distributed under the MIT License:\
\f2\b \cf2 \expnd0\expndtw0\kerning0
MIT License\
\
Copyright (c) 2011-2020 ArkPhone, LLC\
Copyright (c) 2011-2022 ArkPhone, LLC\
\
Permission is hereby granted, free of charge, to any person obtaining a copy\
of this software and associated documentation files (the "Software"), to deal\
Expand Down

0 comments on commit c9d1b4e

Please sign in to comment.