Skip to content

Commit ff66e52

Browse files
Daniyar SalakhutdinovDaniyar Salakhutdinov
authored andcommitted
Prepared for creating cocoa pod.
1 parent 8786373 commit ff66e52

15 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Simple progress bar control in Swift for macOS
33

44
# Example
5-
<img src="https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/RTProgressBar/Resources/determinate.gif">
6-
<img src="https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/RTProgressBar/Resources/indeterminate.gif">
5+
<img src="https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/images/determinate.gif">
6+
<img src="https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/images/indeterminate.gif">
77

88
# Usage
99
``` swift

RTProgressBar.xcodeproj/project.pbxproj renamed to example/RTProgressBar.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
children = (
146146
9DF2E34B1D4F5D390091EFF1 /* RTProgressBar.swift */,
147147
);
148-
path = RTProgressBar;
148+
name = RTProgressBar;
149+
path = ../../src;
149150
sourceTree = "<group>";
150151
};
151152
9DF2E34F1D4F5D570091EFF1 /* Resources */ = {

RTProgressBar.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to example/RTProgressBar.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.
File renamed without changes.
File renamed without changes.

RTProgressBar/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to example/RTProgressBar/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.

RTProgressBar/Resources/Base.lproj/Main.storyboard renamed to example/RTProgressBar/Resources/Base.lproj/Main.storyboard

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)