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
a919ec20
Commit
a919ec20
authored
Apr 06, 2016
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparing for release 1.39.0
parent
9f8578ff
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
13 deletions
+4
-13
Examples/Programmatic/TextField/TextField.xcodeproj/project.pbxproj
+0
-6
Examples/Programmatic/TextField/TextField/ViewController.swift
+1
-1
Examples/Storyboards/TextField/TextField.xcodeproj/project.pbxproj
+0
-6
Material.podspec
+3
-0
No files found.
Examples/Programmatic/TextField/TextField.xcodeproj/project.pbxproj
View file @
a919ec20
...
...
@@ -7,8 +7,6 @@
objects
=
{
/* Begin PBXBuildFile section */
966015D91CB2B0BA00AAB661
/* Material.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
966015D81CB2B0BA00AAB661
/* Material.framework */
;
};
966015DA1CB2B0BA00AAB661
/* Material.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
966015D81CB2B0BA00AAB661
/* Material.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
966F57A11C226BAA009185B7
/* AppDelegate.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
966F57A01C226BAA009185B7
/* AppDelegate.swift */
;
};
966F57A31C226BAA009185B7
/* ViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
966F57A21C226BAA009185B7
/* ViewController.swift */
;
};
966F57A81C226BAA009185B7
/* Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
966F57A71C226BAA009185B7
/* Assets.xcassets */
;
};
...
...
@@ -22,7 +20,6 @@
dstPath
=
""
;
dstSubfolderSpec
=
10
;
files
=
(
966015DA1CB2B0BA00AAB661
/* Material.framework in Embed Frameworks */
,
);
name
=
"Embed Frameworks"
;
runOnlyForDeploymentPostprocessing
=
0
;
...
...
@@ -30,7 +27,6 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
966015D81CB2B0BA00AAB661
/* Material.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
name
=
Material.framework
;
path
=
"/Users/danieldahan/Library/Developer/Xcode/DerivedData/Material-hbpnflxhoouqxebjcyhbbhqyesjd/Build/Products/Debug-iphoneos/Material.framework"
;
sourceTree
=
"<absolute>"
;
};
966F579D1C226BAA009185B7
/* TextField.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
TextField.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
966F57A01C226BAA009185B7
/* AppDelegate.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
AppDelegate.swift
;
sourceTree
=
"<group>"
;
};
966F57A21C226BAA009185B7
/* ViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
ViewController.swift
;
sourceTree
=
"<group>"
;
};
...
...
@@ -44,7 +40,6 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
966015D91CB2B0BA00AAB661
/* Material.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -54,7 +49,6 @@
966F57941C226BAA009185B7
=
{
isa
=
PBXGroup
;
children
=
(
966015D81CB2B0BA00AAB661
/* Material.framework */
,
966F579F1C226BAA009185B7
/* TextField */
,
966F579E1C226BAA009185B7
/* Products */
,
);
...
...
Examples/Programmatic/TextField/TextField/ViewController.swift
View file @
a919ec20
...
...
@@ -72,7 +72,7 @@ class ViewController: UIViewController, TextFieldDelegate {
textField
.
detailLabel
!.
text
=
"Email is incorrect."
textField
.
detailLabel
!.
font
=
RobotoFont
.
mediumWithSize
(
12
)
textField
.
detailLabelActiveColor
=
MaterialColor
.
red
.
accent3
textField
.
detailLabelAutoHideEnabled
=
false
// Uncomment this line to have manual hiding.
//
textField.detailLabelAutoHideEnabled = false // Uncomment this line to have manual hiding.
view
.
addSubview
(
textField
)
}
...
...
Examples/Storyboards/TextField/TextField.xcodeproj/project.pbxproj
View file @
a919ec20
...
...
@@ -7,8 +7,6 @@
objects
=
{
/* Begin PBXBuildFile section */
96BCB8671CB4AC9600C806FE
/* Material.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
96BCB8661CB4AC9600C806FE
/* Material.framework */
;
};
96BCB8681CB4AC9600C806FE
/* Material.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
96BCB8661CB4AC9600C806FE
/* Material.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
96D528021C8198AD00D3BDD1
/* AppDelegate.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
96D528011C8198AD00D3BDD1
/* AppDelegate.swift */
;
};
96D528041C8198AD00D3BDD1
/* ViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
96D528031C8198AD00D3BDD1
/* ViewController.swift */
;
};
96D528071C8198AD00D3BDD1
/* Main.storyboard in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
96D528051C8198AD00D3BDD1
/* Main.storyboard */
;
};
...
...
@@ -23,7 +21,6 @@
dstPath
=
""
;
dstSubfolderSpec
=
10
;
files
=
(
96BCB8681CB4AC9600C806FE
/* Material.framework in Embed Frameworks */
,
);
name
=
"Embed Frameworks"
;
runOnlyForDeploymentPostprocessing
=
0
;
...
...
@@ -31,7 +28,6 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
96BCB8661CB4AC9600C806FE
/* Material.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
name
=
Material.framework
;
path
=
"/Users/danieldahan/Library/Developer/Xcode/DerivedData/Material-bshwisidfobstlbomegqyybbrygh/Build/Products/Debug-iphoneos/Material.framework"
;
sourceTree
=
"<absolute>"
;
};
96D527FE1C8198AD00D3BDD1
/* TextField.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
TextField.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
96D528011C8198AD00D3BDD1
/* AppDelegate.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
AppDelegate.swift
;
sourceTree
=
"<group>"
;
};
96D528031C8198AD00D3BDD1
/* ViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
ViewController.swift
;
sourceTree
=
"<group>"
;
};
...
...
@@ -46,7 +42,6 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
96BCB8671CB4AC9600C806FE
/* Material.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -56,7 +51,6 @@
96D527F51C8198AD00D3BDD1
=
{
isa
=
PBXGroup
;
children
=
(
96BCB8661CB4AC9600C806FE
/* Material.framework */
,
96D528001C8198AD00D3BDD1
/* TextField */
,
96D527FF1C8198AD00D3BDD1
/* Products */
,
);
...
...
Material.podspec
View file @
a919ec20
...
...
@@ -11,4 +11,7 @@ Pod::Spec.new do |s|
s
.
osx
.
deployment_target
=
'10.9'
s
.
source_files
=
'Sources/**/*.swift'
s
.
requires_arc
=
true
s
.
resource_bundles
=
{
'Fonts'
=>
[
'Sources/**/*.ttf'
]
}
end
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