Skip to content

Commit

Permalink
Merge pull request #8 from Onix-Systems/release/0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0 to master
  • Loading branch information
derpoliuk authored Dec 6, 2016
2 parents b1c740e + a46f806 commit b572d44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@

Project inspired by [concept](https://dribbble.com/shots/2242263--1-Pull-to-refresh-Freebie-Weather-Concept) of [Yup Nguyen](https://dribbble.com/yupnguyen)

![capture_umbrella_refresh](gif/umbrella_refresh.gif "capture_umbrella_refresh")
![capture_umbrella_refresh](gif/umbrella_refresh.gif "capture_umbrella_refresh")

## License

RainyRefreshControl is released under the MIT license. See [LICENSE](LICENSE) for details.
4 changes: 2 additions & 2 deletions RainyRefresh.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
INFOPLIST_FILE = RainyRefresh/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.smallthings.HiredOnPhone.RainyRefresh;
PRODUCT_BUNDLE_IDENTIFIER = com.onix.RainyRefresh;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand All @@ -375,7 +375,7 @@
INFOPLIST_FILE = RainyRefresh/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.smallthings.HiredOnPhone.RainyRefresh;
PRODUCT_BUNDLE_IDENTIFIER = com.onix.RainyRefresh;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand Down
4 changes: 2 additions & 2 deletions RainyRefresh/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit b572d44

Please sign in to comment.