Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-ios
Commits
046d0413
Unverified
Commit
046d0413
authored
Jan 14, 2018
by
Zach Knox
Browse files
Merge branch 'dev-0.0' of git.gmu.edu:srct/whats-open-ios into dev-0.0
parents
fa7becbe
4118ef18
Changes
3
Hide whitespace changes
Inline
Side-by-side
WhatsOpen/WhatsOpen.xcodeproj/project.pbxproj
View file @
046d0413
...
...
@@ -579,7 +579,7 @@
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
OTHER_SWIFT_FLAGS
=
"$(inherited) \"-D\" \"COCOAPODS\" -D APPSTORE"
;
PRIMARYICON
=
appicon
;
PRODUCT_BUNDLE_IDENTIFIER
=
edu.gmu
.srct.whatsopen
;
PRODUCT_BUNDLE_IDENTIFIER
=
io
.srct.whatsopen
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_ACTIVE_COMPILATION_CONDITIONS
=
""
;
...
...
@@ -732,7 +732,7 @@
IPHONEOS_DEPLOYMENT_TARGET
=
11.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
PRIMARYICON
=
"appicon-dev"
;
PRODUCT_BUNDLE_IDENTIFIER
=
space
.srct.whatsopen
;
PRODUCT_BUNDLE_IDENTIFIER
=
io
.srct.whatsopen
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_SWIFT3_OBJC_INFERENCE
=
On
;
...
...
@@ -760,7 +760,7 @@
IPHONEOS_DEPLOYMENT_TARGET
=
11.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
PRIMARYICON
=
"appicon-dev"
;
PRODUCT_BUNDLE_IDENTIFIER
=
space
.srct.whatsopen
;
PRODUCT_BUNDLE_IDENTIFIER
=
io
.srct.whatsopen
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_ACTIVE_COMPILATION_CONDITIONS
=
""
;
...
...
WhatsOpen/WhatsOpen/Views/FacilitiesListViewController.swift
View file @
046d0413
...
...
@@ -618,7 +618,7 @@ class FacilitiesListViewController: UIViewController, UICollectionViewDelegate,
cell
.
openClosedLabel
.
textColor
=
UIColor
.
white
cell
.
openClosedLabel
.
backgroundColor
=
UIColor
.
black
//cell.openClosedLabel.backgroundColor = UIColor.red
cell
.
backgroundColor
=
UIColor
.
red
cell
.
backgroundColor
=
UIColor
(
red
:
0.17
,
green
:
0.17
,
blue
:
0.17
,
alpha
:
1.0
)
}
...
...
WhatsOpen/WhatsOpen/Views/FacilityDetailViewController.swift
View file @
046d0413
...
...
@@ -86,7 +86,7 @@ class FacilityDetailViewController: UIViewController, UITableViewDelegate, UITab
OpenLabel
.
backgroundColor
=
UIColor
(
red
:
0.00
,
green
:
0.40
,
blue
:
0.20
,
alpha
:
1.0
)
}
else
{
OpenLabel
.
backgroundColor
=
UIColor
.
red
OpenLabel
.
backgroundColor
=
UIColor
(
red
:
0.17
,
green
:
0.17
,
blue
:
0.17
,
alpha
:
1.0
)
}
setFavoriteButtonText
()
...
...
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