Skip to content

Commit 2d2e1e2

Browse files
committed
Add configuration for Swift Weather Instant target
Add configuration for Swift Weather Instant target. Update screenshots and read me file.
1 parent 196455b commit 2d2e1e2

File tree

5 files changed

+23
-11
lines changed

5 files changed

+23
-11
lines changed

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ DEPENDENCIES:
2727
SPEC CHECKSUMS:
2828
AFNetworking: 6d7b76aa5d04c8c37daad3eef4b7e3f2a7620da3
2929

30-
COCOAPODS: 0.33.1
30+
COCOAPODS: 0.34.0.rc2

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ SwiftWeather is an iOS weather app developed in Swift language. The app can supp
66
## Screenshots
77
![Loading](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/loading-33.png)
88

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

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

4648
## Credits
4749
* Thanks to [johnsonjake](https://github.com/johnsonjake) for adding iOS 8 support and improving the UI/UX.
48-
* Thanks to [Marc](https://github.com/gizmou) for adding forcast feature.
50+
* Thanks to [Marc](https://github.com/gizmou) for adding forcast feature, widget and app icon.

Swift Weather.xcodeproj/project.pbxproj

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
/* End PBXCopyFilesBuildPhase section */
7272

7373
/* Begin PBXFileReference section */
74+
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>"; };
7475
232FF1AE193F320D007015C4 /* Swift Weather.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Swift Weather.app"; sourceTree = BUILT_PRODUCTS_DIR; };
7576
232FF1B2193F320D007015C4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7677
232FF1B3193F320D007015C4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -89,7 +90,7 @@
8990
344C73601A3B92A4002CB13B /* TodayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodayViewController.swift; sourceTree = "<group>"; };
9091
344C73621A3B92A4002CB13B /* MainInterface.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MainInterface.storyboard; sourceTree = "<group>"; };
9192
398F769C3A054C82877812B1 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
92-
AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; };
93+
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>"; };
9394
E10D3FA4194A170F00769A84 /* Cloud-Refresh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Cloud-Refresh.png"; sourceTree = "<group>"; };
9495
E12DE1EA194A0CFF00056102 /* background_summer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = background_summer.png; sourceTree = "<group>"; };
9596
E1A5708B194A11F700708955 /* tstorm1_night.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tstorm1_night.png; sourceTree = "<group>"; };
@@ -178,8 +179,8 @@
178179
232FF1C3193F320D007015C4 /* Swift WeatherTests */,
179180
344C735D1A3B92A4002CB13B /* Swift Weather Instant */,
180181
232FF1AF193F320D007015C4 /* Products */,
181-
AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */,
182182
128ACBBD2E004856867FDAD7 /* Frameworks */,
183+
FDE706C161C9E8FA9C9264A3 /* Pods */,
183184
);
184185
sourceTree = "<group>";
185186
};
@@ -253,6 +254,15 @@
253254
name = "Supporting Files";
254255
sourceTree = "<group>";
255256
};
257+
FDE706C161C9E8FA9C9264A3 /* Pods */ = {
258+
isa = PBXGroup;
259+
children = (
260+
741F0930ADAB139D5441794C /* Pods.debug.xcconfig */,
261+
06E8C19B175E2E99642E6B61 /* Pods.release.xcconfig */,
262+
);
263+
name = Pods;
264+
sourceTree = "<group>";
265+
};
256266
/* End PBXGroup section */
257267

258268
/* Begin PBXNativeTarget section */
@@ -430,7 +440,7 @@
430440
);
431441
runOnlyForDeploymentPostprocessing = 0;
432442
shellPath = /bin/sh;
433-
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
443+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
434444
showEnvVarsInLog = 0;
435445
};
436446
/* End PBXShellScriptBuildPhase section */
@@ -567,7 +577,7 @@
567577
};
568578
232FF1CB193F320D007015C4 /* Debug */ = {
569579
isa = XCBuildConfiguration;
570-
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
580+
baseConfigurationReference = 741F0930ADAB139D5441794C /* Pods.debug.xcconfig */;
571581
buildSettings = {
572582
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
573583
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -582,7 +592,7 @@
582592
};
583593
232FF1CC193F320D007015C4 /* Release */ = {
584594
isa = XCBuildConfiguration;
585-
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
595+
baseConfigurationReference = 06E8C19B175E2E99642E6B61 /* Pods.release.xcconfig */;
586596
buildSettings = {
587597
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
588598
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -639,7 +649,7 @@
639649
};
640650
344C73671A3B92A4002CB13B /* Debug */ = {
641651
isa = XCBuildConfiguration;
642-
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
652+
baseConfigurationReference = 741F0930ADAB139D5441794C /* Pods.debug.xcconfig */;
643653
buildSettings = {
644654
CLANG_ENABLE_MODULES = YES;
645655
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -656,14 +666,14 @@
656666
MTL_ENABLE_DEBUG_INFO = YES;
657667
PRODUCT_NAME = "$(TARGET_NAME)";
658668
SKIP_INSTALL = YES;
659-
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather Instant/Swift Weather Instant-Bridging-Header.h";
669+
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather/SwiftWeather-Bridging-Header.h";
660670
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
661671
};
662672
name = Debug;
663673
};
664674
344C73681A3B92A4002CB13B /* Release */ = {
665675
isa = XCBuildConfiguration;
666-
baseConfigurationReference = AAAAA7E8A1CE4203A7844823 /* Pods.xcconfig */;
676+
baseConfigurationReference = 06E8C19B175E2E99642E6B61 /* Pods.release.xcconfig */;
667677
buildSettings = {
668678
CLANG_ENABLE_MODULES = YES;
669679
INFOPLIST_FILE = "Swift Weather Instant/Info.plist";
@@ -676,7 +686,7 @@
676686
MTL_ENABLE_DEBUG_INFO = NO;
677687
PRODUCT_NAME = "$(TARGET_NAME)";
678688
SKIP_INSTALL = YES;
679-
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather Instant/Swift Weather Instant-Bridging-Header.h";
689+
SWIFT_OBJC_BRIDGING_HEADER = "Swift Weather/SwiftWeather-Bridging-Header.h";
680690
};
681691
name = Release;
682692
};

screenshots/6-Today-fullsize.png

117 KB
Loading

screenshots/6-Today-smallsize.png

72.6 KB
Loading

0 commit comments

Comments
 (0)