Skip to content

Commit

Permalink
Merge pull request #15 from Pimine/denis_release_1_6_2
Browse files Browse the repository at this point in the history
Release 1.6.2
  • Loading branch information
denandreychuk authored Nov 15, 2021
2 parents e3bb4c6 + 34d8b45 commit c82596f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion EasySwiftLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EasySwiftLayout'
s.version = '1.6.1'
s.version = '1.6.2'
s.license = 'MIT'
s.summary = 'Lightweight Swift framework for Auto-Layout. Helps you write readable and compact UI code using simple API.'
s.homepage = 'https://github.com/denandreychuk/EasySwiftLayout'
Expand Down
16 changes: 8 additions & 8 deletions EasySwiftLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = F79SZ7VU87;
DEVELOPMENT_TEAM = AV7VG9QBYZ;
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -514,7 +514,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = F79SZ7VU87;
DEVELOPMENT_TEAM = AV7VG9QBYZ;
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down Expand Up @@ -671,9 +671,9 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = F7NGW4S7J5;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -699,9 +699,9 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = F7NGW4S7J5;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -725,7 +725,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 45J2X2M728;
DEVELOPMENT_TEAM = AV7VG9QBYZ;
INFOPLIST_FILE = "Example-IOS/Sources/Support files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -742,7 +742,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 45J2X2M728;
DEVELOPMENT_TEAM = AV7VG9QBYZ;
INFOPLIST_FILE = "Example-IOS/Sources/Support files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
1 change: 0 additions & 1 deletion Sources/ESLGuide.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public enum ESLGuide {

case readableContent(of: UIView)

@available(iOS 11.0, *)
case safeAreaLayout(of: UIView)

// MARK: - Properties
Expand Down

0 comments on commit c82596f

Please sign in to comment.