Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandasRazma committed Dec 10, 2014
1 parent d43da3b commit 91cd142
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Grayed out icons for "Remove at build time" constraints
<img src="https://raw.github.com/RolandasRazma/RRConstraintsPlugin/develop/RRConstraintsPlugin/Resources/ChangeLog/Images/remove_at_build_time.png" width="244">


Keep constraints when embedding to view

<img src="https://raw.github.com/RolandasRazma/RRConstraintsPlugin/develop/RRConstraintsPlugin/Resources/ChangeLog/Images/keep_constraints_when_embedding.png" width="244">


Distribute views horizontally/vertically (for same width/height views)

<img src="https://raw.github.com/RolandasRazma/RRConstraintsPlugin/develop/RRConstraintsPlugin/Resources/ChangeLog/Images/distribute_views.png" width="244">
Expand Down
4 changes: 4 additions & 0 deletions RRConstraintsPlugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
F0D91F4418CBA4E900C95205 /* remove_at_build_time.png in Resources */ = {isa = PBXBuildFile; fileRef = F0D91F3D18CBA4E900C95205 /* remove_at_build_time.png */; };
F0E4D42C18C48AF200B2BCAA /* RRInspectorReferencingConstraintViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0E4D42B18C48AF200B2BCAA /* RRInspectorReferencingConstraintViewController.m */; };
F0E6217818CB8993004536F0 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0E6217718CB8993004536F0 /* WebKit.framework */; };
F0EE69741A38A6A9001E56B1 /* keep_constraints_when_embedding.png in Resources */ = {isa = PBXBuildFile; fileRef = F0EE69731A38A6A9001E56B1 /* keep_constraints_when_embedding.png */; };
F0EFCACE18F866EB005285CE /* RRAutolayoutConstraintAdditionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0EFCACD18F866EB005285CE /* RRAutolayoutConstraintAdditionViewController.m */; };
F0F456FD18DA093C00CD796E /* RRLayoutConstraintItemInspectorProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F456FC18DA093C00CD796E /* RRLayoutConstraintItemInspectorProperty.m */; };
F0F8206318CB71C900A99AD3 /* RRWelcomeWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F8206118CB71C900A99AD3 /* RRWelcomeWindowController.m */; };
Expand Down Expand Up @@ -107,6 +108,7 @@
F0E4D42B18C48AF200B2BCAA /* RRInspectorReferencingConstraintViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RRInspectorReferencingConstraintViewController.m; sourceTree = "<group>"; };
F0E6217718CB8993004536F0 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
F0EC52BB18F91FAA00E01BF6 /* IBLayoutConstraintMultiplier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IBLayoutConstraintMultiplier.h; sourceTree = "<group>"; };
F0EE69731A38A6A9001E56B1 /* keep_constraints_when_embedding.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = keep_constraints_when_embedding.png; sourceTree = "<group>"; };
F0EFCACD18F866EB005285CE /* RRAutolayoutConstraintAdditionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RRAutolayoutConstraintAdditionViewController.m; sourceTree = "<group>"; };
F0F456FC18DA093C00CD796E /* RRLayoutConstraintItemInspectorProperty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RRLayoutConstraintItemInspectorProperty.m; sourceTree = "<group>"; };
F0F8206018CB71C900A99AD3 /* RRWelcomeWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RRWelcomeWindowController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -347,6 +349,7 @@
F012008218F9A8AC00511F84 /* distribute_views.png */,
F0D91F3B18CBA4E900C95205 /* double_click_constraint_in_outline_attribute_inspector.png */,
F00BDA5E18DB33C7007A3B43 /* highlite_in_outline_on_hover.png */,
F0EE69731A38A6A9001E56B1 /* keep_constraints_when_embedding.png */,
F024B35E18FD32C500BA6E1A /* remove_at_build_time_gray_dash.png */,
F0D91F3D18CBA4E900C95205 /* remove_at_build_time.png */,
);
Expand Down Expand Up @@ -432,6 +435,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F0EE69741A38A6A9001E56B1 /* keep_constraints_when_embedding.png in Resources */,
F0D91F4418CBA4E900C95205 /* remove_at_build_time.png in Resources */,
F00BDA6018DB33C7007A3B43 /* highlite_in_outline_on_hover.png in Resources */,
F024B35F18FD32C500BA6E1A /* remove_at_build_time_gray_dash.png in Resources */,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion RRConstraintsPlugin/Resources/ChangeLog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@ <h1>[RR] Constraints Plugin</h1>
<p>
RRConstraintsPlugin is an <a href="https://github.com/RolandasRazma/RRConstraintsPlugin">open-source</a> plugin for Xcode 5.1+. It improves workflow for constraints based layout by adding new features to Xcode Interface Builder.
</p>


<h3>v2.2</h3>
<p>
<img src="keep_constraints_when_embedding.png">
Keep constraints when embedding to view
<br style="clear: both;" />
</p>

<h3>v2.1</h3>
<p>
<img src="color_constraints_based_on_priority.png">
Expand Down
2 changes: 1 addition & 1 deletion RRConstraintsPlugin/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1</string>
<string>2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 91cd142

Please sign in to comment.