Skip to content

Commit b9ca1d3

Browse files
committed
Updating URLs
1 parent 85f0426 commit b9ca1d3

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: ../
1010

1111
SPEC CHECKSUMS:
12-
xDripG5: 28b4af83bd6794e5131a02e6d909fbf7442b5340
12+
xDripG5: 8779a4f495fd8eb81a3d75457afe9b95fb52f61d
1313

1414
PODFILE CHECKSUM: 6b30cba971694d5258509315fb52eb645c9bc5e3
1515

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# xDripG5
22

3-
[![CI Status](http://img.shields.io/travis/loudnate/xDripG5.svg?style=flat)](https://travis-ci.org/loudnate/xDripG5)
3+
[![CI Status](http://img.shields.io/travis/LoopKit/xDripG5.svg?style=flat)](https://travis-ci.org/LoopKit/xDripG5)
44
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
55
[![Version](https://img.shields.io/cocoapods/v/xDripG5.svg?style=flat)](http://cocoapods.org/pods/xDripG5)
66
[![License](https://img.shields.io/cocoapods/l/xDripG5.svg?style=flat)](http://cocoapods.org/pods/xDripG5)
@@ -21,7 +21,7 @@ This framework connects to a G5 Mobile Transmitter via Bluetooth LE. It does not
2121
xDripG5 is available through [Carthage](https://github.com/Carthage/Carthage). To install it, add the following line to your Cartfile:
2222

2323
```ruby
24-
github "loudnate/xDripG5"
24+
github "LoopKit/xDripG5"
2525
```
2626

2727
Note that you'll need to confgure your target to link against `CommonCrypto.framework` in addition to `xDripG5.framework`
@@ -48,7 +48,7 @@ If you plan to run your app alongside the G5 Mobile application, make sure to se
4848

4949
## Code of Conduct
5050

51-
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/loudnate/LoopKit/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
51+
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/LoopKit/LoopKit/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
5252

5353
## License
5454

xDripG5.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ By using this framework in your own app, you can get access to your glucose read
1111
Please note this project is neither created nor backed by Dexcom, Inc. Use of this software is not intended for therapy.
1212
DESC
1313

14-
s.homepage = "https://github.com/loudnate/xDripG5"
14+
s.homepage = "https://github.com/LoopKit/xDripG5"
1515
s.license = 'MIT'
1616
s.author = { "Nathan Racklyeft" => "loudnate@gmail.com" }
17-
s.source = { :git => "https://github.com/loudnate/xDripG5.git", :tag => s.version.to_s }
18-
s.social_media_url = 'https://twitter.com/loudnate'
17+
s.source = { :git => "https://github.com/LoopKit/xDripG5.git", :tag => s.version.to_s }
1918

2019
s.platform = :ios, '9.3'
2120
s.requires_arc = true

xDripG5.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
attributes = {
294294
LastSwiftUpdateCheck = 0730;
295295
LastUpgradeCheck = 0800;
296-
ORGANIZATIONNAME = "Nathan Racklyeft";
296+
ORGANIZATIONNAME = "LoopKit Authors";
297297
TargetAttributes = {
298298
43CABDF21C3506F100005705 = {
299299
CreatedOnToolsVersion = 7.2;

0 commit comments

Comments
 (0)