Skip to content

Commit 27623d2

Browse files
Merge pull request #4 from BeeWise/develop
Develop
2 parents 5f88b5a + 68f062f commit 27623d2

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

CheckmarkView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
2-
s.name = 'CheckmarkView'
3-
s.version = '0.0.1'
2+
s.name = 'CheckmarkView-iOS'
3+
s.version = '0.0.2'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'Pixel perfect checkmark view for iOS'
66
s.homepage = 'https://beewisedevelopment.com'

CheckmarkView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@
695695
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
696696
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
697697
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
698+
MARKETING_VERSION = 0.0.2;
698699
PRODUCT_BUNDLE_IDENTIFIER = com.bee.wise.development.checkmark.view.ios;
699700
PRODUCT_NAME = CheckmarkView;
700701
SKIP_INSTALL = YES;
@@ -716,6 +717,7 @@
716717
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
717718
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
718719
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
720+
MARKETING_VERSION = 0.0.2;
719721
PRODUCT_BUNDLE_IDENTIFIER = com.bee.wise.development.checkmark.view.ios;
720722
PRODUCT_NAME = CheckmarkView;
721723
SKIP_INSTALL = YES;

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pixel perfect checkmark view for iOS, for any size you want
1414

1515
## Screenshots
1616

17-
<img src="https://user-images.githubusercontent.com/6670019/69714216-ae514f00-110e-11ea-8d3c-2ea3ded2ac48.png" width="75%"></img>
17+
<img src="https://user-images.githubusercontent.com/6670019/69714216-ae514f00-110e-11ea-8d3c-2ea3ded2ac48.png" width="50%"></img>
1818

1919
## Requirements
2020

@@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git'
4040
platform :ios, '10.0'
4141
use_frameworks!
4242

43-
pod 'CheckmarkView', '~> 0.0.1'
43+
pod 'CheckmarkView-iOS', '~> 0.0.2'
4444
```
4545

4646
Then, run the following command:
@@ -66,7 +66,7 @@ $ brew install carthage
6666
To integrate **CheckmarkView** into your Xcode project using Carthage, specify it in your `Cartfile`:
6767

6868
```ogdl
69-
github "BeeWise/CheckmarkView-iOS" ~> 0.0.1
69+
github "BeeWise/CheckmarkView-iOS" ~> 0.0.2
7070
```
7171

7272
</details>
@@ -84,7 +84,7 @@ import PackageDescription
8484
let package = Package(
8585
name: "HelloCheckmarkView",
8686
dependencies: [
87-
.package(url: "https://github.com/BeeWise/CheckmarkView-iOS.git", .upToNextMajor(from: "0.0.1"))
87+
.package(url: "https://github.com/BeeWise/CheckmarkView-iOS.git", .upToNextMajor(from: "0.0.2"))
8888
],
8989
targets: [
9090
.target(name: "HelloCheckmarkView", dependencies: ["CheckmarkView"])

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.1</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)