Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
orarbel committed Jul 10, 2018
1 parent 604c67d commit b3426de
Show file tree
Hide file tree
Showing 204 changed files with 81 additions and 41 deletions.
Binary file modified AnimaToolkitPlugin.sketchplugin.zip
Binary file not shown.
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17E160e</string>
<string>18A314h</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.13.8</string>
<string>0.14.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9C40b</string>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17C76</string>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0920</string>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9C40b</string>
<string>9F2000</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Anima App. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -144,20 +144,20 @@
var toggle_colors = function() {
var links_color = "#ddd";
if (is_white) {
document.getElementsByTagName("body")[0].style.color = "#ddd";
document.getElementsByTagName("body")[0].style.backgroundColor = "#111";
document.getElementsByTagName("body")[0].apStyle.color = "#ddd";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#111";
is_white = false;
}
else {
links_color = "#333";
document.getElementsByTagName("body")[0].style.color = "#333";
document.getElementsByTagName("body")[0].style.backgroundColor = "#fff";
document.getElementsByTagName("body")[0].apStyle.color = "#333";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#fff";
is_white = true;
}

links = document.getElementsByTagName("a");
for (index = 0; index < links.length; ++index) {
links[index].style.color = links_color;
links[index].apStyle.color = links_color;
}
}
</script>
Expand Down
Expand Up @@ -165,7 +165,13 @@
"identifier" : "com.animaapp.timeline-tutorial",
"isRoot" : false
},

{
"script" : "framework_actions.js",
"handler" : "clearExportCache",
"name" : "Clear Cache",
"identifier" : "com.animaapp.clear-cache",
"isRoot" : false
},
{
"script":"autolayout.js",
"handlers":{
Expand Down Expand Up @@ -208,6 +214,7 @@
"items": [
"com.animaapp.edit-mata-tags",
"com.animaapp.edit-fonts-fallbacks",
"com.animaapp.clear-cache",
"-",
"com.animaapp.create-sizes-doc-autolayout",
"com.animaapp.duplicate-detach",
Expand Down Expand Up @@ -244,7 +251,7 @@
"authorEmail" : "support@animaapp.com",
"name" : "Anima Toolkit",
"homepage": "https://www.animaapp.com",
"version": "0.14.2",
"version": "2.0.5",
"manifestURL": "",
"downloadURL": "",
"compatibleVersion": 51,
Expand Down
Expand Up @@ -181,20 +181,20 @@
var toggle_colors = function() {
var links_color = "#ddd";
if (is_white) {
document.getElementsByTagName("body")[0].style.color = "#ddd";
document.getElementsByTagName("body")[0].style.backgroundColor = "#111";
document.getElementsByTagName("body")[0].apStyle.color = "#ddd";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#111";
is_white = false;
}
else {
links_color = "#333";
document.getElementsByTagName("body")[0].style.color = "#333";
document.getElementsByTagName("body")[0].style.backgroundColor = "#fff";
document.getElementsByTagName("body")[0].apStyle.color = "#333";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#fff";
is_white = true;
}

links = document.getElementsByTagName("a");
for (index = 0; index < links.length; ++index) {
links[index].style.color = links_color;
links[index].apStyle.color = links_color;
}
}
</script>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -128,3 +128,9 @@ function exportToZeplin(context) {
loadBundleIfRequired();
[APSketch runZeplinExport:context];
}

function clearExportCache(context) {
loadBundleIfRequired();
[APSketch clearExportCache];
}

11 changes: 9 additions & 2 deletions AnimaToolkitPlugin.sketchplugin/Contents/Sketch/manifest.json
Expand Up @@ -165,7 +165,13 @@
"identifier" : "com.animaapp.timeline-tutorial",
"isRoot" : false
},

{
"script" : "framework_actions.js",
"handler" : "clearExportCache",
"name" : "Clear Cache",
"identifier" : "com.animaapp.clear-cache",
"isRoot" : false
},
{
"script":"autolayout.js",
"handlers":{
Expand Down Expand Up @@ -208,6 +214,7 @@
"items": [
"com.animaapp.edit-mata-tags",
"com.animaapp.edit-fonts-fallbacks",
"com.animaapp.clear-cache",
"-",
"com.animaapp.create-sizes-doc-autolayout",
"com.animaapp.duplicate-detach",
Expand Down Expand Up @@ -244,7 +251,7 @@
"authorEmail" : "support@animaapp.com",
"name" : "Anima Toolkit",
"homepage": "https://www.animaapp.com",
"version": "0.14.2",
"version": "2.0.5",
"manifestURL": "",
"downloadURL": "",
"compatibleVersion": 51,
Expand Down
Binary file modified AnimaToolkitPlugin.zip
Binary file not shown.
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17E160e</string>
<string>18A314h</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.13.8</string>
<string>0.14.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9C40b</string>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17C76</string>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0920</string>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9C40b</string>
<string>9F2000</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Anima App. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -144,20 +144,20 @@
var toggle_colors = function() {
var links_color = "#ddd";
if (is_white) {
document.getElementsByTagName("body")[0].style.color = "#ddd";
document.getElementsByTagName("body")[0].style.backgroundColor = "#111";
document.getElementsByTagName("body")[0].apStyle.color = "#ddd";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#111";
is_white = false;
}
else {
links_color = "#333";
document.getElementsByTagName("body")[0].style.color = "#333";
document.getElementsByTagName("body")[0].style.backgroundColor = "#fff";
document.getElementsByTagName("body")[0].apStyle.color = "#333";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#fff";
is_white = true;
}

links = document.getElementsByTagName("a");
for (index = 0; index < links.length; ++index) {
links[index].style.color = links_color;
links[index].apStyle.color = links_color;
}
}
</script>
Expand Down
Expand Up @@ -165,7 +165,13 @@
"identifier" : "com.animaapp.timeline-tutorial",
"isRoot" : false
},

{
"script" : "framework_actions.js",
"handler" : "clearExportCache",
"name" : "Clear Cache",
"identifier" : "com.animaapp.clear-cache",
"isRoot" : false
},
{
"script":"autolayout.js",
"handlers":{
Expand Down Expand Up @@ -208,6 +214,7 @@
"items": [
"com.animaapp.edit-mata-tags",
"com.animaapp.edit-fonts-fallbacks",
"com.animaapp.clear-cache",
"-",
"com.animaapp.create-sizes-doc-autolayout",
"com.animaapp.duplicate-detach",
Expand Down Expand Up @@ -244,7 +251,7 @@
"authorEmail" : "support@animaapp.com",
"name" : "Anima Toolkit",
"homepage": "https://www.animaapp.com",
"version": "0.14.2",
"version": "2.0.5",
"manifestURL": "",
"downloadURL": "",
"compatibleVersion": 51,
Expand Down
Expand Up @@ -181,20 +181,20 @@
var toggle_colors = function() {
var links_color = "#ddd";
if (is_white) {
document.getElementsByTagName("body")[0].style.color = "#ddd";
document.getElementsByTagName("body")[0].style.backgroundColor = "#111";
document.getElementsByTagName("body")[0].apStyle.color = "#ddd";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#111";
is_white = false;
}
else {
links_color = "#333";
document.getElementsByTagName("body")[0].style.color = "#333";
document.getElementsByTagName("body")[0].style.backgroundColor = "#fff";
document.getElementsByTagName("body")[0].apStyle.color = "#333";
document.getElementsByTagName("body")[0].apStyle.backgroundColor = "#fff";
is_white = true;
}

links = document.getElementsByTagName("a");
for (index = 0; index < links.length; ++index) {
links[index].style.color = links_color;
links[index].apStyle.color = links_color;
}
}
</script>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -128,3 +128,9 @@ function exportToZeplin(context) {
loadBundleIfRequired();
[APSketch runZeplinExport:context];
}

function clearExportCache(context) {
loadBundleIfRequired();
[APSketch clearExportCache];
}

11 changes: 9 additions & 2 deletions AutoLayoutPlugin.sketchplugin/Contents/Sketch/manifest.json
Expand Up @@ -165,7 +165,13 @@
"identifier" : "com.animaapp.timeline-tutorial",
"isRoot" : false
},

{
"script" : "framework_actions.js",
"handler" : "clearExportCache",
"name" : "Clear Cache",
"identifier" : "com.animaapp.clear-cache",
"isRoot" : false
},
{
"script":"autolayout.js",
"handlers":{
Expand Down Expand Up @@ -208,6 +214,7 @@
"items": [
"com.animaapp.edit-mata-tags",
"com.animaapp.edit-fonts-fallbacks",
"com.animaapp.clear-cache",
"-",
"com.animaapp.create-sizes-doc-autolayout",
"com.animaapp.duplicate-detach",
Expand Down Expand Up @@ -244,7 +251,7 @@
"authorEmail" : "support@animaapp.com",
"name" : "Anima Toolkit",
"homepage": "https://www.animaapp.com",
"version": "0.14.2",
"version": "2.0.5",
"manifestURL": "",
"downloadURL": "",
"compatibleVersion": 51,
Expand Down
Binary file modified AutoLayoutPlugin.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -271,7 +271,7 @@
<body>
<div style="width: 100%; height: 50px; background-color: black; text-align: center; line-height: 50px;">
<a href="https://timeline.animaapp.com/?utm_medium=website&utm_source=anima&utm_content=animaapp.github.io-top-banner" style="color: white;">
<img height=40 src="https://cl.ly/1U113B36023C/logo-square.gif">Check out our new plugin Timeline for Sketch - Create timeline animations and GIFs in Sketch <img height=40 src="https://cl.ly/1U113B36023C/logo-square.gif">
<img height=40 src="https://cl.ly/1U113B36023C/logo-square.gif">Check out our new plugin Timeline 2.0 - Interaction and Animation Design and in Sketch <img height=40 src="https://cl.ly/1U113B36023C/logo-square.gif">
</a>
</div>
<nav class="navbar navbar-default">
Expand Down

0 comments on commit b3426de

Please sign in to comment.