Skip to content

Commit 84f8657

Browse files
authored
Merge pull request #52 from contentsync/sketch-44-support
2.4.6 - Adds support for Sketch 44
2 parents ef8637a + 668582e commit 84f8657

File tree

10 files changed

+20
-12
lines changed

10 files changed

+20
-12
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ src/custom-presets
1010

1111
src/frameworks/ContentSync.framework/ContentSync.build
1212

13+
Contents/Sketch/frameworks/ContentSync.framework/ContentSync.js
14+
Contents/Sketch/frameworks/ContentSync.framework/Images.xcassets/
15+
Contents/Sketch/frameworks/ContentSync.framework/Versions/
16+
17+
SketchContentSync.sketchplugin/Contents/Sketch/frameworks/ContentSync.framework/ContentSync.js
18+
SketchContentSync.sketchplugin/Contents/Sketch/frameworks/ContentSync.framework/Images.xcassets/
19+
SketchContentSync.sketchplugin/Contents/Sketch/frameworks/ContentSync.framework/Versions/
20+
1321
release.sh
1422

1523

912 Bytes
Binary file not shown.

Contents/Sketch/frameworks/ContentSync.framework/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.4.5</string>
20+
<string>2.4.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>2.4.5</string>
28+
<string>2.4.6</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>

Contents/Sketch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Abstract, version, and translate your design content. Sync to Google Documents and more.",
55
"author": "Syncify",
66
"authorEmail": "support@contentsync.io",
7-
"version": "2.4.5",
7+
"version": "2.4.6",
88
"identifier": "com.syncify.sketch.contentsync",
99
"compatibleVersion": "3.7",
1010
"repository": {

Contents/Sketch/plugin.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

SketchContentSync.sketchplugin/Contents/Sketch/frameworks/ContentSync.framework/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.4.5</string>
20+
<string>2.4.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>2.4.5</string>
28+
<string>2.4.6</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>

SketchContentSync.sketchplugin/Contents/Sketch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Abstract, version, and translate your design content. Sync to Google Documents and more.",
55
"author": "Syncify",
66
"authorEmail": "support@contentsync.io",
7-
"version": "2.4.5",
7+
"version": "2.4.6",
88
"identifier": "com.syncify.sketch.contentsync",
99
"compatibleVersion": "3.7",
1010
"repository": {

SketchContentSync.sketchplugin/Contents/Sketch/plugin.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packaged/SketchContentSync.zip

1.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)