Skip to content

Commit 5eb4d3a

Browse files
committed
Rename to EasyAnchor
1 parent 3fcfabd commit 5eb4d3a

18 files changed

+140
-229
lines changed

Anchors-tvOS/Anchors_tvOS.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

Anchors.podspec renamed to EasyAnchor.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
2-
s.name = "Anchors"
2+
s.name = "EasyAnchor"
33
s.summary = "Declarative, extensible, powerful Auto Layout for iOS and macOS"
4-
s.version = "2.5.0"
5-
s.homepage = "https://github.com/onmyway133/Anchors"
4+
s.version = "3.0.0"
5+
s.homepage = "https://github.com/onmyway133/EasyAnchor"
66
s.license = 'MIT'
77
s.author = { "Khoa Pham" => "[email protected]" }
88
s.source = {
9-
:git => "https://github.com/onmyway133/Anchors.git",
9+
:git => "https://github.com/onmyway133/EasyAnchor.git",
1010
:tag => s.version.to_s
1111
}
1212
s.social_media_url = 'https://twitter.com/onmyway133'

Anchors.xcodeproj/project.pbxproj renamed to EasyAnchor.xcodeproj/project.pbxproj

Lines changed: 69 additions & 81 deletions
Large diffs are not rendered by default.

Anchors.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to EasyAnchor.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Anchors.xcodeproj/xcshareddata/xcschemes/Anchors-Mac.xcscheme renamed to EasyAnchor.xcodeproj/xcshareddata/xcschemes/EasyAnchor-Mac.xcscheme

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "D5C6293F1C3A7FAA007F7B7C"
18-
BuildableName = "Anchors.framework"
19-
BlueprintName = "Anchors-Mac"
20-
ReferencedContainer = "container:Anchors.xcodeproj">
18+
BuildableName = "EasyAnchor.framework"
19+
BlueprintName = "EasyAnchor-Mac"
20+
ReferencedContainer = "container:EasyAnchor.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -28,28 +28,7 @@
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
31-
<TestableReference
32-
skipped = "NO">
33-
<BuildableReference
34-
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "D5C629481C3A7FAA007F7B7C"
36-
BuildableName = "Anchors-Mac-Tests.xctest"
37-
BlueprintName = "Anchors-Mac-Tests"
38-
ReferencedContainer = "container:Anchors.xcodeproj">
39-
</BuildableReference>
40-
</TestableReference>
4131
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "D5C6293F1C3A7FAA007F7B7C"
46-
BuildableName = "Anchors.framework"
47-
BlueprintName = "Anchors-Mac"
48-
ReferencedContainer = "container:Anchors.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5332
</TestAction>
5433
<LaunchAction
5534
buildConfiguration = "Debug"
@@ -61,17 +40,6 @@
6140
debugDocumentVersioning = "YES"
6241
debugServiceExtension = "internal"
6342
allowLocationSimulation = "YES">
64-
<MacroExpansion>
65-
<BuildableReference
66-
BuildableIdentifier = "primary"
67-
BlueprintIdentifier = "D5C6293F1C3A7FAA007F7B7C"
68-
BuildableName = "Anchors.framework"
69-
BlueprintName = "Anchors-Mac"
70-
ReferencedContainer = "container:Anchors.xcodeproj">
71-
</BuildableReference>
72-
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7543
</LaunchAction>
7644
<ProfileAction
7745
buildConfiguration = "Release"
@@ -83,9 +51,9 @@
8351
<BuildableReference
8452
BuildableIdentifier = "primary"
8553
BlueprintIdentifier = "D5C6293F1C3A7FAA007F7B7C"
86-
BuildableName = "Anchors.framework"
87-
BlueprintName = "Anchors-Mac"
88-
ReferencedContainer = "container:Anchors.xcodeproj">
54+
BuildableName = "EasyAnchor.framework"
55+
BlueprintName = "EasyAnchor-Mac"
56+
ReferencedContainer = "container:EasyAnchor.xcodeproj">
8957
</BuildableReference>
9058
</MacroExpansion>
9159
</ProfileAction>

Anchors.xcodeproj/xcshareddata/xcschemes/Anchors-iOS.xcscheme renamed to EasyAnchor.xcodeproj/xcshareddata/xcschemes/EasyAnchor-iOS.xcscheme

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
18-
BuildableName = "Anchors.framework"
19-
BlueprintName = "Anchors-iOS"
20-
ReferencedContainer = "container:Anchors.xcodeproj">
18+
BuildableName = "EasyAnchor.framework"
19+
BlueprintName = "EasyAnchor-iOS"
20+
ReferencedContainer = "container:EasyAnchor.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -28,28 +28,7 @@
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
31-
<TestableReference
32-
skipped = "NO">
33-
<BuildableReference
34-
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "D5B2E8A81C3A780C00C0327D"
36-
BuildableName = "Anchors-iOS-Tests.xctest"
37-
BlueprintName = "Anchors-iOS-Tests"
38-
ReferencedContainer = "container:Anchors.xcodeproj">
39-
</BuildableReference>
40-
</TestableReference>
4131
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
46-
BuildableName = "Anchors.framework"
47-
BlueprintName = "Anchors-iOS"
48-
ReferencedContainer = "container:Anchors.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5332
</TestAction>
5433
<LaunchAction
5534
buildConfiguration = "Debug"
@@ -61,17 +40,6 @@
6140
debugDocumentVersioning = "YES"
6241
debugServiceExtension = "internal"
6342
allowLocationSimulation = "YES">
64-
<MacroExpansion>
65-
<BuildableReference
66-
BuildableIdentifier = "primary"
67-
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
68-
BuildableName = "Anchors.framework"
69-
BlueprintName = "Anchors-iOS"
70-
ReferencedContainer = "container:Anchors.xcodeproj">
71-
</BuildableReference>
72-
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7543
</LaunchAction>
7644
<ProfileAction
7745
buildConfiguration = "Release"
@@ -83,9 +51,9 @@
8351
<BuildableReference
8452
BuildableIdentifier = "primary"
8553
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
86-
BuildableName = "Anchors.framework"
87-
BlueprintName = "Anchors-iOS"
88-
ReferencedContainer = "container:Anchors.xcodeproj">
54+
BuildableName = "EasyAnchor.framework"
55+
BlueprintName = "EasyAnchor-iOS"
56+
ReferencedContainer = "container:EasyAnchor.xcodeproj">
8957
</BuildableReference>
9058
</MacroExpansion>
9159
</ProfileAction>

Anchors.xcodeproj/xcshareddata/xcschemes/Anchors-tvOS.xcscheme renamed to EasyAnchor.xcodeproj/xcshareddata/xcschemes/EasyAnchor-tvOS.xcscheme

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "D23B9F241FA90E94008363A1"
18-
BuildableName = "Anchors_tvOS.framework"
19-
BlueprintName = "Anchors-tvOS"
20-
ReferencedContainer = "container:Anchors.xcodeproj">
18+
BuildableName = "EasyAnchor_tvOS.framework"
19+
BlueprintName = "EasyAnchor-tvOS"
20+
ReferencedContainer = "container:EasyAnchor.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -42,17 +40,6 @@
4240
debugDocumentVersioning = "YES"
4341
debugServiceExtension = "internal"
4442
allowLocationSimulation = "YES">
45-
<MacroExpansion>
46-
<BuildableReference
47-
BuildableIdentifier = "primary"
48-
BlueprintIdentifier = "D23B9F241FA90E94008363A1"
49-
BuildableName = "Anchors_tvOS.framework"
50-
BlueprintName = "Anchors-tvOS"
51-
ReferencedContainer = "container:Anchors.xcodeproj">
52-
</BuildableReference>
53-
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5643
</LaunchAction>
5744
<ProfileAction
5845
buildConfiguration = "Release"
@@ -64,9 +51,9 @@
6451
<BuildableReference
6552
BuildableIdentifier = "primary"
6653
BlueprintIdentifier = "D23B9F241FA90E94008363A1"
67-
BuildableName = "Anchors_tvOS.framework"
68-
BlueprintName = "Anchors-tvOS"
69-
ReferencedContainer = "container:Anchors.xcodeproj">
54+
BuildableName = "EasyAnchor_tvOS.framework"
55+
BlueprintName = "EasyAnchor-tvOS"
56+
ReferencedContainer = "container:EasyAnchor.xcodeproj">
7057
</BuildableReference>
7158
</MacroExpansion>
7259
</ProfileAction>

EasyAnchor/Anchors_tvOS.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// EasyAnchor_tvOS.h
3+
// EasyAnchor-tvOS
4+
//
5+
// Created by Khoa Pham on 31.10.2017.
6+
// Copyright © 2017 Khoa Pham. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
//! Project version number for EasyAnchor_tvOS.
12+
FOUNDATION_EXPORT double EasyAnchor_tvOSVersionNumber;
13+
14+
//! Project version string for EasyAnchor_tvOS.
15+
FOUNDATION_EXPORT const unsigned char EasyAnchor_tvOSVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <EasyAnchor_tvOS/PublicHeader.h>
18+
19+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

AnchorsTests/Tests.swift renamed to EasyAnchorTests/Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import XCTest
2-
@testable import Anchors
2+
@testable import EasyAnchor
33

44
class Tests: XCTestCase {
55

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
import PackageDescription
55

66
let package = Package(
7-
name: "Anchors",
7+
name: "EasyAnchor",
88
platforms: [
99
.macOS(.v10_11),
1010
.iOS(.v9),
1111
.tvOS(.v9)
1212
],
1313
products: [
1414
.library(
15-
name: "Anchors",
16-
targets: ["Anchors"]),
15+
name: "EasyAnchor",
16+
targets: ["EasyAnchor"]),
1717
],
1818
targets: [
1919
.target(
20-
name: "Anchors",
20+
name: "EasyAnchor",
2121
path: "Sources"
2222
),
2323
.testTarget(
24-
name: "AnchorsTests",
25-
dependencies: ["Anchors"]),
24+
name: "EasyAnchorTests",
25+
dependencies: ["EasyAnchor"]),
2626
],
2727
swiftLanguageVersions: [.v5]
2828
)

0 commit comments

Comments
 (0)