Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
1
1weather
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
1weather
Commits
62bfb245
Commit
62bfb245
authored
Apr 28, 2021
by
Demid Merzlyakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
India Staging FIPS Source.
parent
aced138f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
1Weather.xcodeproj/xcshareddata/xcschemes/1Weather.xcscheme
+1
-1
1Weather/Info.plist
+0
-4
1Weather/Network/Notifications/BlendFIPSSource.swift
+2
-2
No files found.
1Weather.xcodeproj/xcshareddata/xcschemes/1Weather.xcscheme
View file @
62bfb245
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
buildConfiguration =
"Debug"
>
buildConfiguration =
"Debug"
>
</AnalyzeAction>
</AnalyzeAction>
<ArchiveAction
<ArchiveAction
buildConfiguration =
"
Release
"
buildConfiguration =
"
Debug
"
revealArchiveInOrganizer =
"YES"
>
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</ArchiveAction>
</Scheme>
</Scheme>
1Weather/Info.plist
View file @
62bfb245
...
@@ -26,10 +26,6 @@
...
@@ -26,10 +26,6 @@
<
d
i
c
t
>
<
d
i
c
t
>
<
k
e
y
>
NSAllowsArbitraryLoads
<
/k
e
y
>
<
k
e
y
>
NSAllowsArbitraryLoads
<
/k
e
y
>
<
tru
e
/
>
<
tru
e
/
>
<
k
e
y
>
NSAllowsArbitraryLoadsForMedia
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
NSAllowsArbitraryLoadsInWebContent
<
/k
e
y
>
<
tru
e
/
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
k
e
y
>
NSLocationWhenInUseUsageDescription
<
/k
e
y
>
<
k
e
y
>
NSLocationWhenInUseUsageDescription
<
/k
e
y
>
<
string
>
1Weather
uses
your
location
to
provide
you
with
weather
forecasts
and
ads.
For
more
info
visit
1weatherapp.com/privacy
<
/string
>
<
string
>
1Weather
uses
your
location
to
provide
you
with
weather
forecasts
and
ads.
For
more
info
visit
1weatherapp.com/privacy
<
/string
>
...
...
1Weather/Network/Notifications/BlendFIPSSource.swift
View file @
62bfb245
...
@@ -10,8 +10,8 @@ import Foundation
...
@@ -10,8 +10,8 @@ import Foundation
class
BlendFIPSSource
:
FIPSSource
{
class
BlendFIPSSource
:
FIPSSource
{
private
let
log
=
Logger
(
componentName
:
"BlendFIPSSource"
)
private
let
log
=
Logger
(
componentName
:
"BlendFIPSSource"
)
private
let
baseUrlProduction
=
"http
s://nwsalert.onelouder.com
"
private
let
baseUrlProduction
=
"http
://20.62.246.0
"
private
let
baseUrlStaging
=
"http
s://sta-nwsalert.onelouder.com
"
private
let
baseUrlStaging
=
"http
://20.62.246.0
"
private
static
let
blendAPIKeyHeaderName
=
"blend-api-key"
private
static
let
blendAPIKeyHeaderName
=
"blend-api-key"
private
static
let
blendAPIKey
=
"0imfnc8mVLWwsAawjYr4Rx-Af50DDqtlx"
private
static
let
blendAPIKey
=
"0imfnc8mVLWwsAawjYr4Rx-Af50DDqtlx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment