Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
10b0bf2
Update README.md
csfar Jul 6, 2020
e81093b
Add Xcode project using SwiftUI
csfar Jul 6, 2020
8c09243
Merge pull request #1 from csfar/feat/project-setup
EdgSgroi Jul 6, 2020
df3e3a7
Add the UI as the prototype
csfar Jul 8, 2020
efce005
Merge pull request #14 from csfar/feat/prototype-ui
VicFalcetta Jul 8, 2020
15f5b94
Add the Multipeer singleton and the basic multipeer logic in the Brai…
EdgSgroi Jul 8, 2020
7caefd9
Create this branch
EdgSgroi Jul 8, 2020
1b413f0
Merge pull request #15 from csfar/feature/multipeer-connection-tvos
EdgSgroi Jul 8, 2020
5eef9b7
Create Multipeer
EdgSgroi Jul 8, 2020
3b32ac0
Create BrainstorminViewModel and MenuViewModel basic logic
EdgSgroi Jul 8, 2020
a472ff4
Merge pull request #16 from csfar/feature/multipeer-connection-ios
EdgSgroi Jul 8, 2020
61f0e67
Merge branch 'dev' into feature/multipeer-connection
EdgSgroi Jul 8, 2020
e632d15
Merge pull request #17 from csfar/feature/multipeer-connection
VicFalcetta Jul 9, 2020
758c5d5
Create tvos ideas list broadcast methods
EdgSgroi Jul 9, 2020
6988984
Connect ViewModel data with Brainstorm View
VicFalcetta Jul 9, 2020
8b72695
Add tvOS broadcast and voting methods
EdgSgroi Jul 10, 2020
5739e3f
Fix function that converts to matrix
VicFalcetta Jul 10, 2020
980ed4c
Combine UI with The Brainstorm VM #19
csfar Jul 10, 2020
964321b
Fix merge conflict
EdgSgroi Jul 10, 2020
1d0e8f2
Create tvos ideas list broadcast methods #18
csfar Jul 10, 2020
4ddce66
Test the binding properties of SwiftUI
VicFalcetta Jul 10, 2020
df0b3b7
Add unit tests of BrainstormingViewModel
EdgSgroi Jul 13, 2020
247f578
Fix the convert to matrix function
VicFalcetta Jul 13, 2020
0550d80
Fix View-ViewModel data flow
csfar Jul 13, 2020
9a152f2
Merge pull request #20 from csfar/tests/unit-tests
EdgSgroi Jul 13, 2020
a9fe977
Change deployment target to 13.0
csfar Jul 13, 2020
0ca7c25
Merge branch 'dev' with local branch
csfar Jul 13, 2020
35be976
Partial tvOS UI Integration
csfar Jul 13, 2020
bd629c6
Update in code documentation
csfar Jul 13, 2020
e02c69f
Add 'RankingViewModel'
csfar Jul 13, 2020
1f2f0f7
Update to code documentation
csfar Jul 13, 2020
7837a54
Merge branch remote/dev into local
csfar Jul 13, 2020
ba5196c
Add a timer function to BrainstormViewModel.
VicFalcetta Jul 13, 2020
43fbf7c
Change brainstormTimer from let to var.
VicFalcetta Jul 13, 2020
f001bba
Add RankingViewModel
csfar Jul 13, 2020
a7e7b78
Format the timer in minutes and seconds
VicFalcetta Jul 14, 2020
7b641a9
Merge branch 'feature/brainstorm-timer' of https://github.com/csfar/b…
VicFalcetta Jul 14, 2020
e8532cd
Merge pull request #24 from csfar/feature/brainstorm-timer
VicFalcetta Jul 14, 2020
a425065
Add barebones interface
csfar Jul 14, 2020
f4d085b
Add Timer to update connected peers list
EdgSgroi Jul 14, 2020
41b8dfd
Add the ViewModels to the iOS side of app
VicFalcetta Jul 15, 2020
8a41e0f
Merge pull request #25 from csfar/structural-change/viewmodel-iOS
VicFalcetta Jul 15, 2020
f701c6c
Merge branch 'dev' of remote with current local
csfar Jul 15, 2020
915a0d6
Create peers connected status back-end
EdgSgroi Jul 15, 2020
4b99699
Merge branch 'dev' into feature/peers-connected-status
EdgSgroi Jul 15, 2020
52116a4
Merge pull request #26 from csfar/feature/peers-connected-status
EdgSgroi Jul 15, 2020
e08b3dd
Connect View-ViewModel on iOS
csfar Jul 16, 2020
747f4ec
Fix merge conflicts with remote dev
csfar Jul 16, 2020
d73a88e
Add iOS UI #27
csfar Jul 16, 2020
c0fcbac
Add a incomplete version of the new ViewModels
csfar Jul 16, 2020
c4aec8f
Fix the mcSession delegate bug
EdgSgroi Jul 16, 2020
772e554
Fix GridView on BrainstormingView
csfar Jul 16, 2020
1ab961b
Add more descriptive buttons for tvOS interface
csfar Jul 17, 2020
97ea72a
Fix VotingViewModel delegation bug
csfar Jul 17, 2020
74780aa
Add auto-push when receiving ideas from tvOS
csfar Jul 17, 2020
7262c3e
Fix navigation on tvOS and sending of ideas to iOS
csfar Jul 17, 2020
e67ede8
Fix several bugs with navigation and multipeer
csfar Jul 17, 2020
c565e59
Make it possible to reset Brainstorm cycle through RankingView
VicFalcetta Jul 20, 2020
89197e8
Merge pull request #46 from csfar/bug-fix/restarting-brainstorm
VicFalcetta Jul 20, 2020
943049a
Fix odd timer behavior
VicFalcetta Jul 20, 2020
9dd6ad4
Merge pull request #48 from csfar/bug-fix/timer-behavior
VicFalcetta Jul 20, 2020
1da0f16
Impossibilitate to vote after time runs out if there is a Timer.
VicFalcetta Jul 20, 2020
130bf71
Fix the GridView bug
EdgSgroi Jul 20, 2020
9eabcc8
Merge pull request #49 from csfar/bug-fix/idea-add-aftertime
VicFalcetta Jul 20, 2020
db8353a
Merge branch 'dev' into bugfix/brainstorming-words
EdgSgroi Jul 20, 2020
76a6799
Merge pull request #50 from csfar/bugfix/brainstorming-words
EdgSgroi Jul 20, 2020
8f2b471
Add logging with OSLog to ViewModels
csfar Jul 21, 2020
721f32e
Add logging with OSLog to ViewModels
csfar Jul 21, 2020
fcf8435
Make iOS be able to vote
VicFalcetta Jul 21, 2020
bf68745
Merge branch 'dev' into bug-fix/send-vote-ios
VicFalcetta Jul 21, 2020
6577121
Merge pull request #52 from csfar/bug-fix/send-vote-ios
VicFalcetta Jul 21, 2020
d20d77a
Show rank in the iOS side app
VicFalcetta Jul 21, 2020
47bed98
Merge pull request #53 from csfar/bug-fix/show-ranking-ios
VicFalcetta Jul 21, 2020
fa1826f
Add iOS icons
csfar Jul 22, 2020
bf5a2ea
Merge pull request #54 from csfar/app-icons
csfar Jul 22, 2020
1b603c7
Remove rounded icons
csfar Jul 22, 2020
6104d6c
Merge pull request #55 from csfar/app-icons
csfar Jul 22, 2020
717b450
Fix several ui interfaces
csfar Jul 22, 2020
af58a24
Merge pull request #56 from csfar/app-icons
EdgSgroi Jul 22, 2020
ad5eb47
Fix alpha in iOS icons
csfar Jul 22, 2020
f6513c3
Merge pull request #58 from csfar/hotfix/ios-app-icon-alpha
csfar Jul 22, 2020
e6b19ac
Change the build number
EdgSgroi Jul 22, 2020
5eaeca9
Merge pull request #59 from csfar/structural-change/build-number
csfar Jul 22, 2020
7a1dac2
Fix iOS MenuView layout on 8plus
csfar Jul 23, 2020
aeeb39c
Merge pull request #60 from csfar/hotfix/ios-app-icon-alpha
VicFalcetta Jul 23, 2020
749379e
Fix menu button returning screen when shouldn't
VicFalcetta Jul 23, 2020
4d01831
Merge pull request #62 from csfar/bug-fix/menu-button-back
VicFalcetta Jul 23, 2020
5699352
Improve text handling on iOS in Brainstorm
VicFalcetta Jul 24, 2020
966e2f5
Merge pull request #85 from csfar/bug-fix/text-field-iOS
VicFalcetta Jul 24, 2020
b79340b
Add feedbacks to user's actions
VicFalcetta Jul 24, 2020
55fb3cf
Made the timer take the correct amount of minutes
VicFalcetta Jul 24, 2020
6963fe9
Merge pull request #86 from csfar/feature/user-feedback
VicFalcetta Jul 27, 2020
eedf76f
Add new iOS icons
csfar Jul 27, 2020
e941d28
Merge pull request #87 from csfar/new-ios-icons
csfar Jul 27, 2020
c91b9e5
Fix timer issues related to menu and make hosting easier.
VicFalcetta Jul 27, 2020
3c2d34d
Merge pull request #88 from csfar/dev
VicFalcetta Jul 27, 2020
a7ef9d5
Merge pull request #89 from csfar/bug-fix/menu-fixes
VicFalcetta Jul 27, 2020
37544b5
Add new tvOS icons
csfar Jul 27, 2020
7b4a4b2
Merge pull request #90 from csfar/new-tvos-icons
csfar Jul 27, 2020
7f4fd63
Add a restart button on iOS side. Minor fix on voting feedback
VicFalcetta Jul 27, 2020
ffe965a
Merge pull request #91 from csfar/bug-fix/restart-ios
VicFalcetta Jul 27, 2020
2385df6
Fix faulty restart and improve NavigationLink usage on iOS.
VicFalcetta Jul 28, 2020
340eb3b
Merge pull request #92 from csfar/bug-fix/brainstorm-behaviour
VicFalcetta Jul 28, 2020
ae85c0a
Change the header of the brainstorming screen
EdgSgroi Jul 28, 2020
1f85c2b
Add redesigned menu screen
csfar Jul 29, 2020
0c26dc1
Merge pull request #94 from csfar/feat/new-tvos-menu
csfar Jul 29, 2020
a148b05
Resolve merge conflict
EdgSgroi Jul 29, 2020
592169b
Fix multiple devices sending idea causing crash && Fix ranking order
VicFalcetta Jul 29, 2020
9492c19
Merge pull request #95 from csfar/bug-fix/voting-ranking-fixes
VicFalcetta Jul 29, 2020
1af09dc
Adjust the timer format and improve labels
VicFalcetta Jul 29, 2020
2a89d88
Recreate the GridView using characters number
EdgSgroi Jul 29, 2020
09538a4
Merge pull request #96 from csfar/bug-fix/menu-timer-format
VicFalcetta Jul 29, 2020
839f75d
Change the fonts of ideas text
EdgSgroi Jul 30, 2020
9151640
Add redesigned tvOS screens
csfar Jul 30, 2020
e32e1b2
Add redesigned iOS screens
csfar Jul 30, 2020
94aff39
Fix iOS redesign screens
EdgSgroi Jul 30, 2020
ca91f8b
Resolve merge conflicts
EdgSgroi Jul 30, 2020
b062cd7
Update RankingView.swift
VicFalcetta Jul 30, 2020
5f79732
Merge pull request #97 from csfar/structural-change/brainstorming-screen
VicFalcetta Jul 30, 2020
010daf9
Fix brainstorm timer not being invalidated and RankingView problems
VicFalcetta Jul 30, 2020
b51be03
Merge pull request #98 from csfar/bug-fix/timer-invalidation-
csfar Jul 30, 2020
3d819be
Update app version (1.1) and fix some interface bugs
EdgSgroi Jul 30, 2020
360df3a
Merge pull request #99 from csfar/structural-change/brainstorming-screen
csfar Jul 30, 2020
d756e2e
Fix layout on Voting and Ranking views
csfar Aug 7, 2020
ec7fb8a
Fix Ranking view
csfar Aug 7, 2020
ea6ba0d
Fix navigation title color
csfar Aug 7, 2020
fba8813
Make it able to vote in more than one idea
VicFalcetta Aug 7, 2020
9e1ca84
Fix navigation title color using UIKit
csfar Aug 7, 2020
b494a98
Fix navigation title color using UIKit on every view
csfar Aug 7, 2020
ec31d4f
Merge pull request #101 from csfar/hotfix/ios-layout
csfar Aug 7, 2020
3fd3277
Merge pull request #100 from csfar/hotfix/voting-many-ideas
VicFalcetta Aug 7, 2020
744f9cd
Add Blink Icon on tvOS Menu
csfar Aug 7, 2020
b5d1f1e
Fix grid view missing word
EdgSgroi Aug 7, 2020
1c6f810
Merge pull request #102 from csfar/hotfix/blink-icon-tvos
csfar Aug 7, 2020
92ddd61
Merge pull request #103 from csfar/hotfix/missing-griview-word
EdgSgroi Aug 7, 2020
1f174ab
Add full icon to README
EdgSgroi Oct 20, 2020
a5f40a3
Update README.md
EdgSgroi Oct 20, 2020
62367d5
Merge pull request #105 from csfar/documentation/readme
EdgSgroi Oct 22, 2020
d13a592
Merge pull request #104 from csfar/documentation/add-full-image-icon
EdgSgroi Oct 27, 2020
00d44b4
Add Logo to README.md
EdgSgroi Oct 30, 2020
22680f2
Merge pull request #106 from csfar/documentation/readme
EdgSgroi Oct 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,062 changes: 1,062 additions & 0 deletions Blink/Blink.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
56 changes: 56 additions & 0 deletions Blink/Blink/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
//
// AppDelegate.swift
// Blink
//
// Created by Artur Carneiro on 06/07/20.
// Copyright © 2020 Artur Carneiro. All rights reserved.
//

import UIKit
import SwiftUI

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

// Create the SwiftUI view that provides the window contents.
let contentView = MenuView(viewmodel: MenuViewModel())

// Use a UIHostingController as window root view controller.
let window = UIWindow(frame: UIScreen.main.bounds)
window.rootViewController = UIHostingController(rootView: contentView)
self.window = window
window.makeKeyAndVisible()
return true
}

func applicationWillResignActive(_ application: UIApplication) {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}

func applicationDidEnterBackground(_ application: UIApplication) {
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
}

func applicationWillEnterForeground(_ application: UIApplication) {
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}

func applicationDidBecomeActive(_ application: UIApplication) {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}


}


struct AppDelegate_Previews: PreviewProvider {
static var previews: some View {
/*@START_MENU_TOKEN@*/Text("Hello, World!")/*@END_MENU_TOKEN@*/
}
}
23 changes: 23 additions & 0 deletions Blink/Blink/Assets.xcassets/Accent.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.408",
"green" : "0.408",
"red" : "1.000"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"localizable" : true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "new-tvos-icon-back-large.png",
"idiom" : "tv"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"layers" : [
{
"filename" : "Front.imagestacklayer"
},
{
"filename" : "Middle.imagestacklayer"
},
{
"filename" : "Back.imagestacklayer"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "new-tvos-icon-front-large.png",
"idiom" : "tv"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "new-tvos-icon-middle-large.png",
"idiom" : "tv"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"images" : [
{
"filename" : "new-tvos-icon-back.png",
"idiom" : "tv",
"scale" : "1x"
},
{
"filename" : "new-tvos-icon-back@2x.png",
"idiom" : "tv",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"layers" : [
{
"filename" : "Front.imagestacklayer"
},
{
"filename" : "Middle.imagestacklayer"
},
{
"filename" : "Back.imagestacklayer"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"images" : [
{
"filename" : "new-tvos-icon-front.png",
"idiom" : "tv",
"scale" : "1x"
},
{
"filename" : "new-tvos-icon-front@2x.png",
"idiom" : "tv",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"images" : [
{
"filename" : "new-tvos-icon-middle.png",
"idiom" : "tv",
"scale" : "1x"
},
{
"filename" : "new-tvos-icon-middle@2x.png",
"idiom" : "tv",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"assets" : [
{
"filename" : "App Icon - App Store.imagestack",
"idiom" : "tv",
"role" : "primary-app-icon",
"size" : "1280x768"
},
{
"filename" : "App Icon.imagestack",
"idiom" : "tv",
"role" : "primary-app-icon",
"size" : "400x240"
},
{
"filename" : "Top Shelf Image Wide.imageset",
"idiom" : "tv",
"role" : "top-shelf-image-wide",
"size" : "2320x720"
},
{
"filename" : "Top Shelf Image.imageset",
"idiom" : "tv",
"role" : "top-shelf-image",
"size" : "1920x720"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"images" : [
{
"filename" : "top-shelf.png",
"idiom" : "tv",
"scale" : "1x"
},
{
"filename" : "top-shelf@2x.png",
"idiom" : "tv",
"scale" : "2x"
},
{
"filename" : "top-shelf-1.png",
"idiom" : "tv-marketing",
"scale" : "1x"
},
{
"filename" : "top-shelf@2x-1.png",
"idiom" : "tv-marketing",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"images" : [
{
"filename" : "top-shelf-image.png",
"idiom" : "tv",
"scale" : "1x"
},
{
"filename" : "top-shelf-image@2x.png",
"idiom" : "tv",
"scale" : "2x"
},
{
"filename" : "top-shelf-image-1.png",
"idiom" : "tv-marketing",
"scale" : "1x"
},
{
"filename" : "top-shelf-image@2x-1.png",
"idiom" : "tv-marketing",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions Blink/Blink/Assets.xcassets/Background.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.949",
"green" : "0.949",
"red" : "0.949"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading