Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
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
Material
Commits
d57d13b9
Commit
d57d13b9
authored
Dec 03, 2015
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated license header
parent
081bd66b
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
43 additions
and
57 deletions
+43
-57
MaterialKit.xcodeproj/project.pbxproj
+5
-21
Source/BasicCaptureView.swift
+1
-1
Source/BasicCardView.swift
+1
-1
Source/CapturePreviewView.swift
+1
-1
Source/CaptureSession.swift
+1
-1
Source/FabButton.swift
+1
-1
Source/FlatButton.swift
+1
-1
Source/ImageCardView.swift
+1
-1
Source/Info.plist
+3
-1
Source/Material+UIFont.swift
+1
-1
Source/MaterialAnimation.swift
+1
-1
Source/MaterialBasicAnimation.swift
+1
-1
Source/MaterialBorder.swift
+1
-1
Source/MaterialButton.swift
+1
-1
Source/MaterialColor.swift
+1
-1
Source/MaterialDepth.swift
+1
-1
Source/MaterialFont.swift
+1
-1
Source/MaterialGravity.swift
+1
-1
Source/MaterialInsets.swift
+1
-1
Source/MaterialKeyframeAnimation.swift
+1
-1
Source/MaterialKit.h
+1
-1
Source/MaterialLabel.swift
+1
-1
Source/MaterialLayer.swift
+1
-1
Source/MaterialLayout.swift
+1
-1
Source/MaterialPulseView.swift
+1
-1
Source/MaterialRadius.swift
+1
-1
Source/MaterialShape.swift
+1
-1
Source/MaterialStatusBarStyle.swift
+1
-1
Source/MaterialTextLayer.swift
+1
-1
Source/MaterialTheme.swift
+1
-1
Source/MaterialTransitionAnimation.swift
+1
-1
Source/MaterialView.swift
+1
-1
Source/NavigationBarView.swift
+1
-1
Source/RaisedButton.swift
+1
-1
Source/RobotoFont.swift
+1
-1
Source/SideNavigationViewController.swift
+1
-1
Tests/MaterialKitTests.swift
+1
-1
No files found.
MaterialKit.xcodeproj/project.pbxproj
View file @
d57d13b9
...
...
@@ -241,7 +241,7 @@
isa
=
PBXGroup
;
children
=
(
963832631B88E5BF0015F710
/* LICENSE */
,
9638325
C1B88E3420015F710
/* Supporting Files
*/
,
9638325
41B88E30F0015F710
/* Info.plist
*/
,
9606E1C31BDE9F080013EA82
/* MaterialKit.h */
,
9693BF841BCB0DEE0087054A
/* Extensions */
,
969D4D3A1C0A3EBA009D806C
/* Theme */
,
...
...
@@ -263,28 +263,12 @@
963832571B88E31A0015F710
/* Tests */
=
{
isa
=
PBXGroup
;
children
=
(
9638325
D1B88E34B0015F710
/* Supporting Files
*/
,
9638325
91B88E31A0015F710
/* Info.plist
*/
,
963832581B88E31A0015F710
/* MaterialKitTests.swift */
,
);
path
=
Tests
;
sourceTree
=
"<group>"
;
};
9638325C1B88E3420015F710
/* Supporting Files */
=
{
isa
=
PBXGroup
;
children
=
(
963832541B88E30F0015F710
/* Info.plist */
,
);
name
=
"Supporting Files"
;
sourceTree
=
"<group>"
;
};
9638325D1B88E34B0015F710
/* Supporting Files */
=
{
isa
=
PBXGroup
;
children
=
(
963832591B88E31A0015F710
/* Info.plist */
,
);
name
=
"Supporting Files"
;
sourceTree
=
"<group>"
;
};
964B17B21BBA445D002A9CA0
/* Layout */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -450,7 +434,7 @@
LastSwiftMigration
=
0710
;
LastSwiftUpdateCheck
=
0710
;
LastUpgradeCheck
=
0700
;
ORGANIZATIONNAME
=
"
GraphKit
, Inc."
;
ORGANIZATIONNAME
=
"
CosmicMind
, Inc."
;
TargetAttributes
=
{
963832351B88DFD80015F710
=
{
CreatedOnToolsVersion
=
6.4
;
...
...
@@ -664,7 +648,7 @@
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
;
PRODUCT_BUNDLE_IDENTIFIER
=
"io.graphkit.$(PRODUCT_NAME:rfc1034identifier)"
;
PRODUCT_BUNDLE_IDENTIFIER
=
io.cosmicmind.MaterialKit
;
PRODUCT_NAME
=
MaterialKit
;
SKIP_INSTALL
=
YES
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
...
...
@@ -684,7 +668,7 @@
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
;
PRODUCT_BUNDLE_IDENTIFIER
=
"io.graphkit.$(PRODUCT_NAME:rfc1034identifier)"
;
PRODUCT_BUNDLE_IDENTIFIER
=
io.cosmicmind.MaterialKit
;
PRODUCT_NAME
=
MaterialKit
;
SKIP_INSTALL
=
YES
;
};
...
...
Source/BasicCaptureView.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/BasicCardView.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/CapturePreviewView.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/CaptureSession.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/FabButton.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/FlatButton.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/ImageCardView.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/Info.plist
View file @
d57d13b9
...
...
@@ -2,6 +2,8 @@
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
NSHumanReadableCopyright
<
/k
e
y
>
<
string
>
Copyright
©
2015
CosmicMind
,
Inc.
All
rights
reserved.
<
/string
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
...
...
@@ -15,7 +17,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.24.
1
<
/string
>
<
string
>
1.24.
2
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
Source/Material+UIFont.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialAnimation.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialBasicAnimation.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialBorder.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialButton.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialColor.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialDepth.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialFont.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialGravity.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialInsets.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialKeyframeAnimation.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialKit.h
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialLabel.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialLayer.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialLayout.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialPulseView.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialRadius.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialShape.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialStatusBarStyle.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialTextLayer.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialTheme.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialTransitionAnimation.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/MaterialView.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/NavigationBarView.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/RaisedButton.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/RobotoFont.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Source/SideNavigationViewController.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Tests/MaterialKitTests.swift
View file @
d57d13b9
//
// Copyright (C) 2015
GraphKit, Inc. <http://graphkit.io> and other GraphKit contributors.
// Copyright (C) 2015
CosmicMind, Inc. <http://cosmicmind.io> and other CosmicMind contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
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