Skip to content

Commit

Permalink
Merge pull request #136 from contentsync/contentsync-8.6.1
Browse files Browse the repository at this point in the history
ContentSync 8.6.1
  • Loading branch information
contentsync authored Mar 9, 2022
2 parents 873715e + 785512d commit 98ac964
Show file tree
Hide file tree
Showing 26 changed files with 749 additions and 7 deletions.
Binary file removed ContentSync_Sketch_8.6.0.dmg
Binary file not shown.
Binary file added ContentSync_Sketch_8.6.1.dmg
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Content collaboration for Sketch. Sync copy between Sketch designs and Google Spreadsheets and Microsoft 365 Exel.**

# SketchContentSync 8.6.0
# SketchContentSync 8.6.1

Sync content to Google Spreadsheets and Microsoft 365 Excel directly from within Sketch.

Expand Down Expand Up @@ -70,6 +70,10 @@ Create a github issue or contact [support@contentsync.com](mailto:support@conten

### Changelog

#### 8.6.1

- Fixes bug with partial syncing in Sketch 84

#### 8.6.0

- Universal support for Mac M1 chips
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
<?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>files</key>
<dict>
<key>Resources/Info.plist</key>
<data>
dRnb1nrJV4ejT9xVkyhxZQu8lEs=
</data>
<key>Resources/SAMKeychain.bundle/en.lproj/SAMKeychain.strings</key>
<dict>
<key>hash</key>
<data>
LlihTO/vSkU4IatcWawJIL8z1Pc=
</data>
<key>optional</key>
<true/>
</dict>
</dict>
<key>files2</key>
<dict>
<key>Headers/ContentSync.h</key>
<dict>
<key>hash2</key>
<data>
m35b+NWX0viHWGS2XpE59+/xTtDF22j45EgspLYGLcY=
</data>
</dict>
<key>Modules/module.modulemap</key>
<dict>
<key>hash2</key>
<data>
zI0J43BVi2bWtNNiSi6eIzXoW0QahykkO5DRha+/6lo=
</data>
</dict>
<key>Resources/Info.plist</key>
<dict>
<key>hash2</key>
<data>
FN87a9NKAFMzPCzO3SvMUTpNCH52TVCWmBGTSDilFC8=
</data>
</dict>
<key>Resources/SAMKeychain.bundle/en.lproj/SAMKeychain.strings</key>
<dict>
<key>hash2</key>
<data>
SO23YR2zpjwSvKBtZP5bzkFnodS9j56NVtmrtL7iy0A=
</data>
<key>optional</key>
<true/>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
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.
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>8.6.0</string>
<string>8.6.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>8.6.0</string>
<string>8.6.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Loading

0 comments on commit 98ac964

Please sign in to comment.