Skip to content

Commit

Permalink
Merge pull request #73 from saulurias/saulurias-fixment
Browse files Browse the repository at this point in the history
Saulurias fixment
  • Loading branch information
saulurias authored Jun 14, 2018
2 parents c459f6a + 21a762e commit 350a2ef
Show file tree
Hide file tree
Showing 13 changed files with 436 additions and 321 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use_frameworks!

target 'SwiftWeather' do
pod 'SwiftyJSON'
pod 'FacebookShare'
end

abstract_target 'Tests' do
Expand Down
39 changes: 37 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,53 @@
PODS:
- Bolts (1.9.0):
- Bolts/AppLinks (= 1.9.0)
- Bolts/Tasks (= 1.9.0)
- Bolts/AppLinks (1.9.0):
- Bolts/Tasks
- Bolts/Tasks (1.9.0)
- FacebookCore (0.3.0):
- Bolts (~> 1.8)
- FBSDKCoreKit (~> 4.27)
- FacebookShare (0.3.0):
- Bolts (~> 1.8)
- FacebookCore (~> 0.3)
- FBSDKCoreKit (~> 4.27)
- FBSDKShareKit (~> 4.27)
- FBSDKCoreKit (4.33.0):
- Bolts (~> 1.7)
- FBSDKShareKit (4.33.0):
- FBSDKCoreKit (~> 4.33.0)
- Nimble (7.0.3)
- Quick (1.2.0)
- SwiftyJSON (4.0.0)

DEPENDENCIES:
- FacebookShare
- Nimble
- Quick
- SwiftyJSON

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- Bolts
- FacebookCore
- FacebookShare
- FBSDKCoreKit
- FBSDKShareKit
- Nimble
- Quick
- SwiftyJSON

SPEC CHECKSUMS:
Bolts: ac6567323eac61e203f6a9763667d0f711be34c8
FacebookCore: 3ffa190a3f1f96cec0e44d3fc221bc322c595ffa
FacebookShare: 0469964297ebd75f052be2c5083389a4208e82b7
FBSDKCoreKit: 572b047a7e029bc44542bcf8a59414e7ff2b543e
FBSDKShareKit: 1869cb24db2cea90666a50cb9d568deb38e2d16e
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
SwiftyJSON: 070dabdcb1beb81b247c65ffa3a79dbbfb3b48aa

PODFILE CHECKSUM: 3509c4c63edbe9a7b092aab021ca4e248077b966
PODFILE CHECKSUM: 28f6397e3ce4b1c0258bb51e941d6155f9477e75

COCOAPODS: 1.3.1
COCOAPODS: 1.5.0
63 changes: 13 additions & 50 deletions SwiftWeather.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@
AECBA5E01B836BF20004A536 /* Resources */,
ADD0EBFC1C562E52002D8392 /* ShellScript */,
6691608BB84CB91D5EDADE36 /* [CP] Embed Pods Frameworks */,
32518075271F3E332F6C65A9 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -336,7 +335,6 @@
AECBA5F31B836BF20004A536 /* Frameworks */,
AECBA5F41B836BF20004A536 /* Resources */,
3211EE071253F1D6513A17BA /* [CP] Embed Pods Frameworks */,
DD8CF84103252EE893788AE8 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -357,7 +355,6 @@
AECBA5FE1B836BF20004A536 /* Frameworks */,
AECBA5FF1B836BF20004A536 /* Resources */,
EC9ED72913B1DE182823A53C /* [CP] Embed Pods Frameworks */,
1B9DE6A0CE065E744D7CB96E /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -381,6 +378,7 @@
TargetAttributes = {
AECBA5E11B836BF20004A536 = {
CreatedOnToolsVersion = 7.0;
DevelopmentTeam = 32GB2HU6K5;
LastSwiftMigration = 0900;
};
AECBA5F51B836BF20004A536 = {
Expand Down Expand Up @@ -445,21 +443,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
1B9DE6A0CE065E744D7CB96E /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-SwiftWeatherUITests/Pods-Tests-SwiftWeatherUITests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
2A25B97139655BE3B502C748 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -498,32 +481,27 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-SwiftWeatherTests/Pods-Tests-SwiftWeatherTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
32518075271F3E332F6C65A9 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftWeather/Pods-SwiftWeather-resources.sh\"\n";
showEnvVarsInLog = 0;
};
6691608BB84CB91D5EDADE36 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-SwiftWeather/Pods-SwiftWeather-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Bolts/Bolts.framework",
"${BUILT_PRODUCTS_DIR}/FBSDKCoreKit/FBSDKCoreKit.framework",
"${BUILT_PRODUCTS_DIR}/FBSDKShareKit/FBSDKShareKit.framework",
"${BUILT_PRODUCTS_DIR}/FacebookCore/FacebookCore.framework",
"${BUILT_PRODUCTS_DIR}/FacebookShare/FacebookShare.framework",
"${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Bolts.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSDKCoreKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSDKShareKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FacebookCore.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FacebookShare.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -580,21 +558,6 @@
shellPath = /bin/sh;
shellScript = "token_file=.access_tokens/openweathermap\ntoken=\"$(cat $token_file)\"\nif [ \"$token\" ]; then\nplutil -replace OWMAccessToken -string $token $TARGET_BUILD_DIR/$INFOPLIST_PATH\nelse\necho 'error: Missing OpenWeatherMap access token'\nopen 'http://openweathermap.org/appid'\necho \"error: Get an access token from <http://openweathermap.org/appid>, then create a new file at $token_file that contains the access token.\"\nexit 1\nfi";
};
DD8CF84103252EE893788AE8 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-SwiftWeatherTests/Pods-Tests-SwiftWeatherTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
EC9ED72913B1DE182823A53C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -805,7 +768,7 @@
baseConfigurationReference = 900AFFBB41C69FC277CB0A33 /* Pods-SwiftWeather.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 32GB2HU6K5;
INFOPLIST_FILE = SwiftWeather/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.rushjet.SwiftWeather;
Expand All @@ -820,7 +783,7 @@
baseConfigurationReference = E835C39D4B929F35B6A57B12 /* Pods-SwiftWeather.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 32GB2HU6K5;
INFOPLIST_FILE = SwiftWeather/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.rushjet.SwiftWeather;
Expand Down
30 changes: 30 additions & 0 deletions SwiftWeather/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -30,6 +40,16 @@
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
Expand Down Expand Up @@ -59,6 +79,16 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
21 changes: 21 additions & 0 deletions SwiftWeather/Assets.xcassets/share.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "share.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 350a2ef

Please sign in to comment.