Skip to content

Commit

Permalink
New release: Release/63
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Feb 16, 2020
1 parent 58a6d4f commit 6238540
Show file tree
Hide file tree
Showing 86 changed files with 934 additions and 403 deletions.
Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>46</string>
<string>63</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>46</string>
<string>63</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand All @@ -39,15 +39,15 @@
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>MM3PluginCode</key>
<string>46</string>
<string>63</string>
<key>MM3PluginEnv</key>
<string></string>
<key>MM3PluginIdentifier</key>
<string>io.magicsketch.mirror</string>
<key>MM3PluginName</key>
<string>Magic Mirror 46 (46)</string>
<string>Magic Mirror 63 (63)</string>
<key>MM3SketchVersion</key>
<string>62</string>
<string>63</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 MagicSketch. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>62</string>
<string>63</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>62</string>
<string>63</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>62</string>
<string>63</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>62</string>
<string>63</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>62</string>
<string>63</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>62</string>
<string>63</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
/*
// To load this framework, add the following code in your manifest.json
"commands": [
:
:
{
"script" : "MagicMirror3Panel.framework/MagicMirror3Panel.js",
"handlers" : {
"actions" : {
"Startup" : "onStartup",
"OpenDocument":"onOpenDocument",
"SelectionChanged.finish" : "onSelectionChanged"
}
}
}
]
*/

var onStartup = function(context) {
var MagicMirror3Panel_FrameworkPath = MagicMirror3Panel_FrameworkPath || COScript.currentCOScript().env().scriptURL.path().stringByDeletingLastPathComponent().stringByDeletingLastPathComponent();
var MagicMirror3Panel_FrameworkPath = MagicMirror3Panel_FrameworkPath || COScript.currentCOScript().env().scriptURL.path().stringByDeletingLastPathComponent().stringByDeletingLastPathComponent().stringByDeletingLastPathComponent();
var MagicMirror3Panel_Log = MagicMirror3Panel_Log || log;
(function() {
var mocha = Mocha.sharedRuntime();
Expand Down Expand Up @@ -104,3 +85,27 @@ var refreshAll = function(context){
context.document.showMessage("Artboards refreshed");
}
}

var onOpenDocument = function(context) {
// do nothing
}

/*
// To load this framework, add the following code in your manifest.json
"commands": [
:
:
{
"script" : "MagicMirror3Panel.framework/Resources/MagicMirror3Panel.js",
"handlers" : {
"actions" : {
"Startup" : "onStartup",
"OpenDocument":"onOpenDocument",
"SelectionChanged.finish" : "onSelectionChanged"
}
}
}
]
*/

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.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>46</string>
<string>63</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>46</string>
<string>63</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand All @@ -39,15 +39,15 @@
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>MM3PluginCode</key>
<string>46</string>
<string>63</string>
<key>MM3PluginEnv</key>
<string></string>
<key>MM3PluginIdentifier</key>
<string>io.magicsketch.mirror</string>
<key>MM3PluginName</key>
<string>Magic Mirror 46 (46)</string>
<string>Magic Mirror 63 (63)</string>
<key>MM3SketchVersion</key>
<string>62</string>
<string>63</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 MagicSketch. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17F77</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>MSTracker</string>
<key>CFBundleIdentifier</key>
<string>io.magicsketch.MSTracker</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>MSTracker</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 MagicSketch. All rights reserved.</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17F77</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>MSTracker</string>
<key>CFBundleIdentifier</key>
<string>io.magicsketch.MSTracker</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>MSTracker</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 MagicSketch. All rights reserved.</string>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit 6238540

Please sign in to comment.