Skip to content

Commit

Permalink
Added the UILabelBuilder, NSAttributedStringBuilder and the UILabel e…
Browse files Browse the repository at this point in the history
…xtension. Updated podspec.
  • Loading branch information
fabioalmeida committed Nov 13, 2017
1 parent 5211681 commit edcc61d
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 146 deletions.
18 changes: 11 additions & 7 deletions Example/LabelConfigurator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/* Begin PBXFileReference section */
0421EC3F8234E10541F1216B /* Pods_LabelConfigurator_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LabelConfigurator_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
191D3E4F2ACE4532F207D5C2 /* Pods_LabelConfigurator_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LabelConfigurator_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
40D27FFCA4F7CCB6A59BBB2B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
40D27FFCA4F7CCB6A59BBB2B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
415C584FA32087130A683C5A /* Pods-LabelConfigurator_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LabelConfigurator_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LabelConfigurator_Example/Pods-LabelConfigurator_Example.debug.xcconfig"; sourceTree = "<group>"; };
607FACD01AFB9204008FA782 /* LabelConfigurator_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LabelConfigurator_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand All @@ -42,11 +42,11 @@
607FACE51AFB9204008FA782 /* LabelConfigurator_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LabelConfigurator_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
6098F51071747D0039238E3E /* LabelConfigurator.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = LabelConfigurator.podspec; path = ../LabelConfigurator.podspec; sourceTree = "<group>"; };
6098F51071747D0039238E3E /* LabelConfigurator.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LabelConfigurator.podspec; path = ../LabelConfigurator.podspec; sourceTree = "<group>"; };
6F1188B12FD2691C659B28D0 /* Pods-LabelConfigurator_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LabelConfigurator_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-LabelConfigurator_Tests/Pods-LabelConfigurator_Tests.release.xcconfig"; sourceTree = "<group>"; };
7827A5EDAD5FD5362FE148AE /* Pods-LabelConfigurator_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LabelConfigurator_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LabelConfigurator_Tests/Pods-LabelConfigurator_Tests.debug.xcconfig"; sourceTree = "<group>"; };
7ABC6A551991980CF3B788E6 /* Pods-LabelConfigurator_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LabelConfigurator_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-LabelConfigurator_Example/Pods-LabelConfigurator_Example.release.xcconfig"; sourceTree = "<group>"; };
BCB3ED5542E7533581FB0A55 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
BCB3ED5542E7533581FB0A55 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -466,6 +466,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand Down Expand Up @@ -511,6 +512,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand All @@ -521,12 +523,13 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = LabelConfigurator/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -536,12 +539,13 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = LabelConfigurator/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand All @@ -562,7 +566,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -579,7 +583,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down
Loading

0 comments on commit edcc61d

Please sign in to comment.