Skip to content

Commit 292bf44

Browse files
committed
Merge branch 'develop'
2 parents 3c7e7f3 + 3b22699 commit 292bf44

File tree

129 files changed

+2349
-6807
lines changed

Some content is hidden

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

129 files changed

+2349
-6807
lines changed

.DS_Store

0 Bytes
Binary file not shown.

MobileWeather.xcodeproj/project.pbxproj

Lines changed: 251 additions & 288 deletions
Large diffs are not rendered by default.

MobileWeather/.DS_Store

2 KB
Binary file not shown.

MobileWeather/APIKey.swift

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// APIKey.swift
3+
// MobileWeather
4+
//
5+
// Created by Joel Fischer on 9/21/21.
6+
// Copyright © 2021 Ford. All rights reserved.
7+
//
8+
9+
import Foundation
10+
11+
struct APIKey {
12+
static let apiKey = ""
13+
}

MobileWeather/Alert.h

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

MobileWeather/Alert.m

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

MobileWeather/AlertType.h

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

MobileWeather/AlertType.m

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

MobileWeather/AppDelegate.h

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

MobileWeather/AppDelegate.m

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

0 commit comments

Comments
 (0)