Skip to content

Commit 70f05a8

Browse files
committed
RealWeather > WeatherKing
1 parent d3a31da commit 70f05a8

File tree

535 files changed

+292
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

535 files changed

+292
-251
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ platform :ios, '10.0'
33
use_frameworks!
44
inhibit_all_warnings!
55

6-
target 'RealWeather' do
6+
target 'WeatherKing' do
77
pod 'FBSDKLoginKit', '5.0.0'
88
pod 'GoogleSignIn', '4.4.0'
99
pod 'ReachabilitySwift', '4.3.1'
1010

11-
target 'RealWeatherTests' do
11+
target 'WeatherKingTests' do
1212
inherit! :search_paths
1313
# Pods for testing
1414
end
1515

16-
target 'RealWeatherUITests' do
16+
target 'WeatherKingUITests' do
1717
inherit! :search_paths
1818
# Pods for testing
1919
end

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ SPEC CHECKSUMS:
4444
GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
4545
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
4646

47-
PODFILE CHECKSUM: 588b1512aa0fece2fc773a922b3a57654a9e7992
47+
PODFILE CHECKSUM: 9185608e9ac152cbfc58f2473172d6dbf2977c58
4848

4949
COCOAPODS: 1.7.0

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-frameworks-Debug-input-files.xcfilelist

Lines changed: 0 additions & 6 deletions
This file was deleted.

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-frameworks-Debug-output-files.xcfilelist

Lines changed: 0 additions & 5 deletions
This file was deleted.

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-frameworks-Release-input-files.xcfilelist

Lines changed: 0 additions & 6 deletions
This file was deleted.

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-frameworks-Release-output-files.xcfilelist

Lines changed: 0 additions & 5 deletions
This file was deleted.

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-resources-Debug-input-files.xcfilelist

Lines changed: 0 additions & 2 deletions
This file was deleted.

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-resources-Debug-output-files.xcfilelist

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-resources-Release-input-files.xcfilelist

Lines changed: 0 additions & 2 deletions
This file was deleted.

Pods/Target Support Files/Pods-RealWeather/Pods-RealWeather-resources-Release-output-files.xcfilelist

Lines changed: 0 additions & 1 deletion
This file was deleted.

RealWeather.xcodeproj/xcuserdata/user.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 0 additions & 5 deletions
This file was deleted.

RealWeather.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 32 deletions
This file was deleted.

RealWeather.xcodeproj/project.pbxproj renamed to WeatherKing.xcodeproj/project.pbxproj

Lines changed: 115 additions & 115 deletions
Large diffs are not rendered by default.
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1020"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "CE203855222164A200ED9BA7"
18+
BuildableName = "WeatherKing.app"
19+
BlueprintName = "WeatherKing"
20+
ReferencedContainer = "container:WeatherKing.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "CE203869222164A400ED9BA7"
36+
BuildableName = "WeatherKingTests.xctest"
37+
BlueprintName = "WeatherKingTests"
38+
ReferencedContainer = "container:WeatherKing.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
<TestableReference
42+
skipped = "NO">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "CE203874222164A400ED9BA7"
46+
BuildableName = "WeatherKingUITests.xctest"
47+
BlueprintName = "WeatherKingUITests"
48+
ReferencedContainer = "container:WeatherKing.xcodeproj">
49+
</BuildableReference>
50+
</TestableReference>
51+
</Testables>
52+
<MacroExpansion>
53+
<BuildableReference
54+
BuildableIdentifier = "primary"
55+
BlueprintIdentifier = "CE203855222164A200ED9BA7"
56+
BuildableName = "WeatherKing.app"
57+
BlueprintName = "WeatherKing"
58+
ReferencedContainer = "container:WeatherKing.xcodeproj">
59+
</BuildableReference>
60+
</MacroExpansion>
61+
<AdditionalOptions>
62+
</AdditionalOptions>
63+
</TestAction>
64+
<LaunchAction
65+
buildConfiguration = "Debug"
66+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
67+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
68+
launchStyle = "0"
69+
useCustomWorkingDirectory = "NO"
70+
ignoresPersistentStateOnLaunch = "NO"
71+
debugDocumentVersioning = "YES"
72+
debugServiceExtension = "internal"
73+
allowLocationSimulation = "YES">
74+
<BuildableProductRunnable
75+
runnableDebuggingMode = "0">
76+
<BuildableReference
77+
BuildableIdentifier = "primary"
78+
BlueprintIdentifier = "CE203855222164A200ED9BA7"
79+
BuildableName = "WeatherKing.app"
80+
BlueprintName = "WeatherKing"
81+
ReferencedContainer = "container:WeatherKing.xcodeproj">
82+
</BuildableReference>
83+
</BuildableProductRunnable>
84+
<AdditionalOptions>
85+
</AdditionalOptions>
86+
</LaunchAction>
87+
<ProfileAction
88+
buildConfiguration = "Release"
89+
shouldUseLaunchSchemeArgsEnv = "YES"
90+
savedToolIdentifier = ""
91+
useCustomWorkingDirectory = "NO"
92+
debugDocumentVersioning = "YES">
93+
<BuildableProductRunnable
94+
runnableDebuggingMode = "0">
95+
<BuildableReference
96+
BuildableIdentifier = "primary"
97+
BlueprintIdentifier = "CE203855222164A200ED9BA7"
98+
BuildableName = "WeatherKing.app"
99+
BlueprintName = "WeatherKing"
100+
ReferencedContainer = "container:WeatherKing.xcodeproj">
101+
</BuildableReference>
102+
</BuildableProductRunnable>
103+
</ProfileAction>
104+
<AnalyzeAction
105+
buildConfiguration = "Debug">
106+
</AnalyzeAction>
107+
<ArchiveAction
108+
buildConfiguration = "Release"
109+
revealArchiveInOrganizer = "YES">
110+
</ArchiveAction>
111+
</Scheme>

RealWeather.xcworkspace/contents.xcworkspacedata renamed to WeatherKing.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>SchemeUserState</key>
6-
<dict>
7-
<key>RealWeather.xcscheme_^#shared#^_</key>
8-
<dict>
9-
<key>orderHint</key>
10-
<integer>8</integer>
11-
</dict>
12-
</dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
137
</dict>
148
</plist>

RealWeather/AlertViewController.swift renamed to WeatherKing/AlertViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AlertViewController.swift
3-
// RealWeather
3+
// WeatherKing
44
//
55
// Created by yoo on 2019. 3. 30..
66
// Copyright © 2019년 yapp. All rights reserved.

RealWeather/AppCommon.swift renamed to WeatherKing/AppCommon.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AppCommon.swift
3-
// RealWeather
3+
// WeatherKing
44
//
55
// Created by USER on 24/05/2019.
66
// Copyright © 2019 yapp. All rights reserved.

RealWeather/AppDelegate.swift renamed to WeatherKing/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AppDelegate.swift
3-
// RealWeather
3+
// WeatherKing
44
//
55
// Created by sdondon on 23/02/2019.
66
// Copyright © 2019 yapp. All rights reserved.

RealWeather/AppKey.swift renamed to WeatherKing/AppKey.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AppSecret.swift
3-
// RealWeather
3+
// WeatherKing
44
//
55
// Created by SangDon Kim on 11/05/2019.
66
// Copyright © 2019 yapp. All rights reserved.

RealWeather/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to WeatherKing/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
"scale" : "3x"
3232
},
3333
{
34-
"idiom" : "iphone",
3534
"size" : "60x60",
35+
"idiom" : "iphone",
36+
"filename" : "appIcon-1.png",
3637
"scale" : "2x"
3738
},
3839
{

0 commit comments

Comments
 (0)