Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
touyu committed May 14, 2017
1 parent 3b93cda commit 5a72e2e
Show file tree
Hide file tree
Showing 11 changed files with 572 additions and 10 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

269 changes: 269 additions & 0 deletions Carthage/Build/iOS/483BBF5D-3C3D-36D4-82D2-F4562DABB455.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

269 changes: 269 additions & 0 deletions Carthage/Build/iOS/FD142CDE-027C-356C-9C21-7A49B2A3E4A1.bcsymbolmap

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
32 changes: 28 additions & 4 deletions SwiftyAttributedString.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
D1C438F01EC8A86900B0C021 /* SwiftyAttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1C438E61EC8A86900B0C021 /* SwiftyAttributedString.framework */; };
D1C438F51EC8A86900B0C021 /* SwiftyAttributedStringTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C438F41EC8A86900B0C021 /* SwiftyAttributedStringTests.swift */; };
D1C438F71EC8A86900B0C021 /* SwiftyAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C438E91EC8A86900B0C021 /* SwiftyAttributedString.h */; settings = {ATTRIBUTES = (Public, ); }; };
D1C439011EC8A8A500B0C021 /* Sources in Resources */ = {isa = PBXBuildFile; fileRef = D1C439001EC8A8A500B0C021 /* Sources */; };
D1C439361EC8AC8A00B0C021 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C439331EC8AC8A00B0C021 /* Attribute.swift */; };
D1C439371EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C439341EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift */; };
D1C439381EC8AC8A00B0C021 /* String+AttributeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C439351EC8AC8A00B0C021 /* String+AttributeExtension.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -30,7 +32,9 @@
D1C438EF1EC8A86900B0C021 /* SwiftyAttributedStringTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftyAttributedStringTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
D1C438F41EC8A86900B0C021 /* SwiftyAttributedStringTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftyAttributedStringTests.swift; sourceTree = "<group>"; };
D1C438F61EC8A86900B0C021 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D1C439001EC8A8A500B0C021 /* Sources */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Sources; sourceTree = SOURCE_ROOT; };
D1C439331EC8AC8A00B0C021 /* Attribute.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Attribute.swift; path = Sources/Attribute.swift; sourceTree = "<group>"; };
D1C439341EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSMutableAttributedString+AttributeExtension.swift"; path = "Sources/NSMutableAttributedString+AttributeExtension.swift"; sourceTree = "<group>"; };
D1C439351EC8AC8A00B0C021 /* String+AttributeExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "String+AttributeExtension.swift"; path = "Sources/String+AttributeExtension.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -73,7 +77,7 @@
D1C438E81EC8A86900B0C021 /* SwiftyAttributedString */ = {
isa = PBXGroup;
children = (
D1C439001EC8A8A500B0C021 /* Sources */,
D1C439321EC8AC5100B0C021 /* Sources */,
D1C438E91EC8A86900B0C021 /* SwiftyAttributedString.h */,
D1C438EA1EC8A86900B0C021 /* Info.plist */,
);
Expand All @@ -89,6 +93,16 @@
path = SwiftyAttributedStringTests;
sourceTree = "<group>";
};
D1C439321EC8AC5100B0C021 /* Sources */ = {
isa = PBXGroup;
children = (
D1C439331EC8AC8A00B0C021 /* Attribute.swift */,
D1C439341EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift */,
D1C439351EC8AC8A00B0C021 /* String+AttributeExtension.swift */,
);
name = Sources;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -152,6 +166,7 @@
D1C438E51EC8A86900B0C021 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = V8AZ23YEL4;
LastSwiftMigration = 0820;
ProvisioningStyle = Automatic;
};
D1C438EE1EC8A86900B0C021 = {
Expand Down Expand Up @@ -184,7 +199,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D1C439011EC8A8A500B0C021 /* Sources in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -202,6 +216,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D1C439381EC8AC8A00B0C021 /* String+AttributeExtension.swift in Sources */,
D1C439361EC8AC8A00B0C021 /* Attribute.swift in Sources */,
D1C439371EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -326,6 +343,7 @@
D1C438FB1EC8A86900B0C021 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = V8AZ23YEL4;
Expand All @@ -338,13 +356,15 @@
PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.SwiftyAttributedString;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
D1C438FC1EC8A86900B0C021 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = V8AZ23YEL4;
Expand All @@ -364,6 +384,7 @@
D1C438FE1EC8A86900B0C021 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
DEVELOPMENT_TEAM = V8AZ23YEL4;
INFOPLIST_FILE = SwiftyAttributedStringTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -376,6 +397,7 @@
D1C438FF1EC8A86900B0C021 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
DEVELOPMENT_TEAM = V8AZ23YEL4;
INFOPLIST_FILE = SwiftyAttributedStringTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down Expand Up @@ -404,6 +426,7 @@
D1C438FC1EC8A86900B0C021 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D1C438FD1EC8A86900B0C021 /* Build configuration list for PBXNativeTarget "SwiftyAttributedStringTests" */ = {
isa = XCConfigurationList;
Expand All @@ -412,6 +435,7 @@
D1C438FF1EC8A86900B0C021 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
2 changes: 1 addition & 1 deletion SwiftyAttributedString/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public enum AttributeRange {
case all
case portion(of: Portion)

enum Portion {
public enum Portion {
case string(String)
case range(NSRange)
}
Expand Down
File renamed without changes.

0 comments on commit 5a72e2e

Please sign in to comment.