Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom committed Oct 4, 2012
1 parent d444608 commit 1b5d9c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
Binary file not shown.
1 change: 0 additions & 1 deletion WeatherKit/WeatherKit.h
Expand Up @@ -20,7 +20,6 @@ typedef void (^weatherKitCompletion) (NSError*);
@property (strong, nonatomic) CLLocation *currentLocation; @property (strong, nonatomic) CLLocation *currentLocation;
@property (strong, nonatomic) WKAddress *currentAddress; @property (strong, nonatomic) WKAddress *currentAddress;
@property (strong, nonatomic) WKObservation *currentObservation; @property (strong, nonatomic) WKObservation *currentObservation;
//@property (strong, nonatomic) WKObservation *previousObservation;


- (void)reloadWithCompletion:(weatherKitCompletion)completion; - (void)reloadWithCompletion:(weatherKitCompletion)completion;


Expand Down
16 changes: 8 additions & 8 deletions example/WeatherKitExample.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,8 @@
objects = { objects = {


/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
86350A05161CFBA300EBEE5C /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86350A04161CFBA300EBEE5C /* AddressBook.framework */; };
86350A07161CFBA800EBEE5C /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86350A06161CFBA800EBEE5C /* CoreLocation.framework */; };
86974CEB161CE1A4006D56A2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974CEA161CE1A4006D56A2 /* UIKit.framework */; }; 86974CEB161CE1A4006D56A2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974CEA161CE1A4006D56A2 /* UIKit.framework */; };
86974CED161CE1A4006D56A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974CEC161CE1A4006D56A2 /* Foundation.framework */; }; 86974CED161CE1A4006D56A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974CEC161CE1A4006D56A2 /* Foundation.framework */; };
86974CEF161CE1A4006D56A2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974CEE161CE1A4006D56A2 /* CoreGraphics.framework */; }; 86974CEF161CE1A4006D56A2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974CEE161CE1A4006D56A2 /* CoreGraphics.framework */; };
Expand All @@ -20,8 +22,6 @@
86974D07161CE1A4006D56A2 /* WKEViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 86974D06161CE1A4006D56A2 /* WKEViewController.m */; }; 86974D07161CE1A4006D56A2 /* WKEViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 86974D06161CE1A4006D56A2 /* WKEViewController.m */; };
86974D3B161CE3E1006D56A2 /* logo in Resources */ = {isa = PBXBuildFile; fileRef = 86974D3A161CE3E1006D56A2 /* logo */; }; 86974D3B161CE3E1006D56A2 /* logo in Resources */ = {isa = PBXBuildFile; fileRef = 86974D3A161CE3E1006D56A2 /* logo */; };
86974D5D161CE879006D56A2 /* libWeatherKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974D4E161CE7B9006D56A2 /* libWeatherKit.a */; }; 86974D5D161CE879006D56A2 /* libWeatherKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974D4E161CE7B9006D56A2 /* libWeatherKit.a */; };
86974D5F161CE887006D56A2 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974D5E161CE887006D56A2 /* CoreLocation.framework */; };
86974D61161CE893006D56A2 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86974D60161CE893006D56A2 /* AddressBook.framework */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */


/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
Expand All @@ -42,6 +42,8 @@
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */


/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
86350A04161CFBA300EBEE5C /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; };
86350A06161CFBA800EBEE5C /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
86974CE6161CE1A4006D56A2 /* WeatherKitExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WeatherKitExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 86974CE6161CE1A4006D56A2 /* WeatherKitExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WeatherKitExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
86974CEA161CE1A4006D56A2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 86974CEA161CE1A4006D56A2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
86974CEC161CE1A4006D56A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 86974CEC161CE1A4006D56A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand All @@ -60,17 +62,15 @@
86974D06161CE1A4006D56A2 /* WKEViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WKEViewController.m; sourceTree = "<group>"; }; 86974D06161CE1A4006D56A2 /* WKEViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WKEViewController.m; sourceTree = "<group>"; };
86974D3A161CE3E1006D56A2 /* logo */ = {isa = PBXFileReference; lastKnownFileType = file; name = logo; path = WeatherKitExample/logo; sourceTree = "<group>"; }; 86974D3A161CE3E1006D56A2 /* logo */ = {isa = PBXFileReference; lastKnownFileType = file; name = logo; path = WeatherKitExample/logo; sourceTree = "<group>"; };
86974D46161CE7B9006D56A2 /* WeatherKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WeatherKit.xcodeproj; path = WeatherKit/WeatherKit.xcodeproj; sourceTree = "<group>"; }; 86974D46161CE7B9006D56A2 /* WeatherKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WeatherKit.xcodeproj; path = WeatherKit/WeatherKit.xcodeproj; sourceTree = "<group>"; };
86974D5E161CE887006D56A2 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
86974D60161CE893006D56A2 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */ /* End PBXFileReference section */


/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
86974CE3161CE1A4006D56A2 /* Frameworks */ = { 86974CE3161CE1A4006D56A2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
86974D61161CE893006D56A2 /* AddressBook.framework in Frameworks */, 86350A07161CFBA800EBEE5C /* CoreLocation.framework in Frameworks */,
86974D5F161CE887006D56A2 /* CoreLocation.framework in Frameworks */, 86350A05161CFBA300EBEE5C /* AddressBook.framework in Frameworks */,
86974D5D161CE879006D56A2 /* libWeatherKit.a in Frameworks */, 86974D5D161CE879006D56A2 /* libWeatherKit.a in Frameworks */,
86974CEB161CE1A4006D56A2 /* UIKit.framework in Frameworks */, 86974CEB161CE1A4006D56A2 /* UIKit.framework in Frameworks */,
86974CED161CE1A4006D56A2 /* Foundation.framework in Frameworks */, 86974CED161CE1A4006D56A2 /* Foundation.framework in Frameworks */,
Expand All @@ -84,8 +84,8 @@
86974CDB161CE1A4006D56A2 = { 86974CDB161CE1A4006D56A2 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
86974D60161CE893006D56A2 /* AddressBook.framework */, 86350A06161CFBA800EBEE5C /* CoreLocation.framework */,
86974D5E161CE887006D56A2 /* CoreLocation.framework */, 86350A04161CFBA300EBEE5C /* AddressBook.framework */,
86974D46161CE7B9006D56A2 /* WeatherKit.xcodeproj */, 86974D46161CE7B9006D56A2 /* WeatherKit.xcodeproj */,
86974D3A161CE3E1006D56A2 /* logo */, 86974D3A161CE3E1006D56A2 /* logo */,
86974CF0161CE1A4006D56A2 /* WeatherKitExample */, 86974CF0161CE1A4006D56A2 /* WeatherKitExample */,
Expand Down
Binary file not shown.

0 comments on commit 1b5d9c2

Please sign in to comment.