Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit 5c485aa

Browse files
author
Firdavs Khaydarov
authored
Merge pull request #11 from Recouse/dev
Version 1.1 with new animation
2 parents 72abc2b + 4bb2098 commit 5c485aa

30 files changed

+682
-148
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2
1+
5.0

Assets/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>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// LinearProgressBar.h
3+
// LinearProgressBar
4+
//
5+
// Created by Firdavs Khaydarov on 09/03/18.
6+
// Copyright © 2018 Firdavs Khaydarov. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
//! Project version number for LinearProgressBar.
12+
FOUNDATION_EXPORT double LinearProgressBarVersionNumber;
13+
14+
//! Project version string for LinearProgressBar.
15+
FOUNDATION_EXPORT const unsigned char LinearProgressBarVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <LinearProgressBar/PublicHeader.h>
18+
19+

0 commit comments

Comments
 (0)