Skip to content

Commit

Permalink
Merge pull request #87 from matt-curtis/development
Browse files Browse the repository at this point in the history
1.7.3
  • Loading branch information
matt-curtis committed Mar 1, 2016
2 parents f4f763f + e7c7ec2 commit 4e46ba1
Show file tree
Hide file tree
Showing 51 changed files with 40 additions and 31 deletions.
Expand Up @@ -3,21 +3,21 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>14F1505</string>
<string>14F1605</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>MCSketchConstraints</string>
<string>Fluid</string>
<key>CFBundleIdentifier</key>
<string>matt-curtis.MCSketchConstraints</string>
<string>matt-curtis.Fluid</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>MCSketchConstraints</string>
<string>Fluid</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.7.3</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>7C68</string>
<string>7C1002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15C43</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0720</string>
<string>0721</string>
<key>DTXcodeBuild</key>
<string>7C68</string>
<string>7C1002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Matt. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Expand Up @@ -13,6 +13,9 @@

@property (nonatomic) NSString *pluginIdentifier;

@property (nonatomic) NSString *pluginName;


- (BOOL) isNewerPluginBundleAvailableLocally:(NSString*)loadedVersion;

- (void) showUpdateRestartPrompt;
Expand Down
Expand Up @@ -240,7 +240,7 @@

@interface MSExporter : NSObject

+ (instancetype) exporterForRequest:(MSExportRequest*)exportRequest colorSpace:(NSColorSpace*)colorSpace allowSubpixelAntialiasing:(BOOL)allowSubpixelAntialiasing;
+ (instancetype) exporterForRequest:(MSExportRequest*)exportRequest colorSpace:(NSColorSpace*)colorSpace;

- (NSData*) PNGData;

Expand Down
Binary file not shown.
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>14F1505</string>
<string>14F1605</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.1</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>7C68</string>
<string>7C1002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15C43</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0720</string>
<string>0721</string>
<key>DTXcodeBuild</key>
<string>7C68</string>
<string>7C1002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Matt. All rights reserved.</string>
</dict>
Expand Down
Expand Up @@ -13,6 +13,9 @@

@property (nonatomic) NSString *pluginIdentifier;

@property (nonatomic) NSString *pluginName;


- (BOOL) isNewerPluginBundleAvailableLocally:(NSString*)loadedVersion;

- (void) showUpdateRestartPrompt;
Expand Down
Expand Up @@ -240,7 +240,7 @@

@interface MSExporter : NSObject

+ (instancetype) exporterForRequest:(MSExportRequest*)exportRequest colorSpace:(NSColorSpace*)colorSpace allowSubpixelAntialiasing:(BOOL)allowSubpixelAntialiasing;
+ (instancetype) exporterForRequest:(MSExportRequest*)exportRequest colorSpace:(NSColorSpace*)colorSpace;

- (NSData*) PNGData;

Expand Down
Binary file not shown.
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>14F1505</string>
<string>14F1605</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.1</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>7C68</string>
<string>7C1002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15C43</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0720</string>
<string>0721</string>
<key>DTXcodeBuild</key>
<string>7C68</string>
<string>7C1002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Matt. All rights reserved.</string>
</dict>
Expand Down
Expand Up @@ -13,6 +13,9 @@

@property (nonatomic) NSString *pluginIdentifier;

@property (nonatomic) NSString *pluginName;


- (BOOL) isNewerPluginBundleAvailableLocally:(NSString*)loadedVersion;

- (void) showUpdateRestartPrompt;
Expand Down
Expand Up @@ -240,7 +240,7 @@

@interface MSExporter : NSObject

+ (instancetype) exporterForRequest:(MSExportRequest*)exportRequest colorSpace:(NSColorSpace*)colorSpace allowSubpixelAntialiasing:(BOOL)allowSubpixelAntialiasing;
+ (instancetype) exporterForRequest:(MSExportRequest*)exportRequest colorSpace:(NSColorSpace*)colorSpace;

- (NSData*) PNGData;

Expand Down
Binary file not shown.
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>14F1505</string>
<string>14F1605</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.1</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>7C68</string>
<string>7C1002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15C43</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0720</string>
<string>0721</string>
<key>DTXcodeBuild</key>
<string>7C68</string>
<string>7C1002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Matt. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Fluid.sketchplugin/Contents/Sketch/main.js
Expand Up @@ -3,10 +3,10 @@
// Load Bundle

if($.runtime.classExists("MCFluidPluginController") == false){
$.runtime.loadBundle($.paths.resourcesPath+"/MCSketchConstraints.bundle");
$.runtime.loadBundle($.paths.resourcesPath+"/Fluid.bundle");

/*
Note to self and whoever else reads these (say hi on twitter :) special word: efficacy):
Note to self and whoever else reads these (say hi on twitter :) special word: loneliness):
A more robust method for detecting/identifying the existing plugin in the runtime is needed...
*/
}
Expand Down
2 changes: 1 addition & 1 deletion Fluid.sketchplugin/Contents/Sketch/manifest.json
Expand Up @@ -3,7 +3,7 @@
"description": "Auto Layout-like constraints in Sketch",
"author": "Matt Curtis",
"homepage": "https://github.com/matt-curtis/Fluid-for-Sketch",
"version": "1.7.2",
"version": "1.7.3",

"identifier": "com.matt-curtis.sketch.constraints",
"updateURL": "https://raw.githubusercontent.com/matt-curtis/Fluid-for-Sketch/master/Fluid.sketchplugin/Contents/Sketch/manifest.json",
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,10 +1,10 @@
# :droplet: Fluid for Sketch 1.7.2
# :droplet: Fluid for Sketch 1.7.3

> *A collaborative project brought to you by [Matt Curtis](https://twitter.com/matt_sven) & [Cat Noone](https://twitter.com/imcatnoone)*
Fluid is a Sketch plugin that provides a means to create more constraint-based, responsive designs. It is based on Auto Layout constraints.

:package: [Download Plugin (.zip)](https://github.com/matt-curtis/Fluid-for-Sketch/releases/download/v1.7.2/Fluid.sketchplugin.zip) | :star: [Changelog](https://github.com/matt-curtis/Fluid-for-Sketch/releases) | :arrow_down: [Download the Demo Sketch Document](https://github.com/matt-curtis/Fluid-for-Sketch/raw/master/Constraint%20Demos.sketch)
:package: [Download Plugin (.zip)](https://github.com/matt-curtis/Fluid-for-Sketch/releases/download/v1.7.3/Fluid.sketchplugin.zip) | :star: [Changelog](https://github.com/matt-curtis/Fluid-for-Sketch/releases) | :arrow_down: [Download the Demo Sketch Document](https://github.com/matt-curtis/Fluid-for-Sketch/raw/master/Constraint%20Demos.sketch)
--- | --- | ---

--
Expand Down

0 comments on commit 4e46ba1

Please sign in to comment.