Skip to content

Commit

Permalink
Add configuration for Swift Weather Instant target
Browse files Browse the repository at this point in the history
Add configuration for Swift Weather Instant target. Update screenshots
and read me file.
  • Loading branch information
JakeLin committed Dec 14, 2014
1 parent 196455b commit 2d2e1e2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
AFNetworking: 6d7b76aa5d04c8c37daad3eef4b7e3f2a7620da3

COCOAPODS: 0.33.1
COCOAPODS: 0.34.0.rc2
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SwiftWeather is an iOS weather app developed in Swift language. The app can supp
## Screenshots
![Loading](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/loading-33.png)

![Loading](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/6-Today-smallsize.png)


#### iPhone 4s
![Swift Weather](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/4s-smallsize.png)
Expand Down Expand Up @@ -45,4 +47,4 @@ Because the app uses CocoaPods, we need to run `pod install` to install all the

## Credits
* Thanks to [johnsonjake](https://github.com/johnsonjake) for adding iOS 8 support and improving the UI/UX.
* Thanks to [Marc](https://github.com/gizmou) for adding forcast feature.
* Thanks to [Marc](https://github.com/gizmou) for adding forcast feature, widget and app icon.
28 changes: 19 additions & 9 deletions Swift Weather.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
06E8C19B175E2E99642E6B61 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
232FF1AE193F320D007015C4 /* Swift Weather.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Swift Weather.app"; sourceTree = BUILT_PRODUCTS_DIR; };
232FF1B2193F320D007015C4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
232FF1B3193F320D007015C4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -89,7 +90,7 @@
344C73601A3B92A4002CB13B /* TodayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodayViewController.swift; sourceTree = "<group>"; };
344C73621A3B92A4002CB13B /* MainInterface.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MainInterface.storyboard; sourceTree = "<group>"; };
398F769C3A054C82877812B1 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; };
741F0930ADAB139D5441794C /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
E10D3FA4194A170F00769A84 /* Cloud-Refresh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Cloud-Refresh.png"; sourceTree = "<group>"; };
E12DE1EA194A0CFF00056102 /* background_summer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = background_summer.png; sourceTree = "<group>"; };
E1A5708B194A11F700708955 /* tstorm1_night.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tstorm1_night.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -178,8 +179,8 @@
232FF1C3193F320D007015C4 /* Swift WeatherTests */,
344C735D1A3B92A4002CB13B /* Swift Weather Instant */,
232FF1AF193F320D007015C4 /* Products */,
AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */,
128ACBBD2E004856867FDAD7 /* Frameworks */,
FDE706C161C9E8FA9C9264A3 /* Pods */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -253,6 +254,15 @@
name = "Supporting Files";
sourceTree = "<group>";
};
FDE706C161C9E8FA9C9264A3 /* Pods */ = {
isa = PBXGroup;
children = (
741F0930ADAB139D5441794C /* Pods.debug.xcconfig */,
06E8C19B175E2E99642E6B61 /* Pods.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -430,7 +440,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -567,7 +577,7 @@
};
232FF1CB193F320D007015C4 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
baseConfigurationReference = 741F0930ADAB139D5441794C /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
Expand All @@ -582,7 +592,7 @@
};
232FF1CC193F320D007015C4 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
baseConfigurationReference = 06E8C19B175E2E99642E6B61 /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
Expand Down Expand Up @@ -639,7 +649,7 @@
};
344C73671A3B92A4002CB13B /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
baseConfigurationReference = 741F0930ADAB139D5441794C /* Pods.debug.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -656,14 +666,14 @@
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather Instant/Swift Weather Instant-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather/SwiftWeather-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
344C73681A3B92A4002CB13B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
baseConfigurationReference = 06E8C19B175E2E99642E6B61 /* Pods.release.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
INFOPLIST_FILE = "Swift Weather Instant/Info.plist";
Expand All @@ -676,7 +686,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather Instant/Swift Weather Instant-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather/SwiftWeather-Bridging-Header.h";
};
name = Release;
};
Expand Down
Binary file added screenshots/6-Today-fullsize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/6-Today-smallsize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d2e1e2

Please sign in to comment.