Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
167 changes: 166 additions & 1 deletion MaterialForm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
objects = {

/* Begin PBXBuildFile section */
21D7213C25004312001F3A99 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21D7213B25004312001F3A99 /* AppDelegate.swift */; };
21D7213E25004312001F3A99 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21D7213D25004312001F3A99 /* ViewController.swift */; };
21D7214125004312001F3A99 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 21D7213F25004312001F3A99 /* Main.storyboard */; };
21D7214325004314001F3A99 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 21D7214225004314001F3A99 /* Assets.xcassets */; };
21D7214625004314001F3A99 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 21D7214425004314001F3A99 /* LaunchScreen.storyboard */; };
21D7214B2500442A001F3A99 /* MaterialForm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C88688CD234200A000C8ED7D /* MaterialForm.framework */; };
21D7214C2500442A001F3A99 /* MaterialForm.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C88688CD234200A000C8ED7D /* MaterialForm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C8188C9F234395FC0097FB9E /* KeyboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8188C9E234395FC0097FB9E /* KeyboardView.swift */; };
C8188CA1234495150097FB9E /* UnderlyingField.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8188CA0234495150097FB9E /* UnderlyingField.swift */; };
C823E9BD2344C57A00AD214B /* MaterialUITextField+Components.swift in Sources */ = {isa = PBXBuildFile; fileRef = C823E9BC2344C57A00AD214B /* MaterialUITextField+Components.swift */; };
Expand Down Expand Up @@ -40,6 +47,13 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
21D7214D2500442A001F3A99 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C88688C4234200A000C8ED7D /* Project object */;
proxyType = 1;
remoteGlobalIDString = C88688CC234200A000C8ED7D;
remoteInfo = MaterialForm;
};
C89455DB23BF8FE600E001EC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C88688C4234200A000C8ED7D /* Project object */;
Expand All @@ -50,6 +64,17 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
21D7214F2500442A001F3A99 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
21D7214C2500442A001F3A99 /* MaterialForm.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
C8E10E0323BB778900D4F425 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -64,6 +89,13 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
21D7213925004312001F3A99 /* SampleTVApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SampleTVApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
21D7213B25004312001F3A99 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
21D7213D25004312001F3A99 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
21D7214025004312001F3A99 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
21D7214225004314001F3A99 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
21D7214525004314001F3A99 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
21D7214725004314001F3A99 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C8188C9E234395FC0097FB9E /* KeyboardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardView.swift; sourceTree = "<group>"; };
C8188CA0234495150097FB9E /* UnderlyingField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnderlyingField.swift; sourceTree = "<group>"; };
C823E9BC2344C57A00AD214B /* MaterialUITextField+Components.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MaterialUITextField+Components.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -99,6 +131,14 @@
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
21D7213625004312001F3A99 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
21D7214B2500442A001F3A99 /* MaterialForm.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C88688CA234200A000C8ED7D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -117,6 +157,19 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
21D7213A25004312001F3A99 /* SampleTVApp */ = {
isa = PBXGroup;
children = (
21D7213B25004312001F3A99 /* AppDelegate.swift */,
21D7213D25004312001F3A99 /* ViewController.swift */,
21D7213F25004312001F3A99 /* Main.storyboard */,
21D7214225004314001F3A99 /* Assets.xcassets */,
21D7214425004314001F3A99 /* LaunchScreen.storyboard */,
21D7214725004314001F3A99 /* Info.plist */,
);
path = SampleTVApp;
sourceTree = "<group>";
};
C8188C9D234395ED0097FB9E /* KeyboardView */ = {
isa = PBXGroup;
children = (
Expand All @@ -142,6 +195,7 @@
children = (
CCA301CC2381DC6A00645A67 /* Sources */,
C88688DD234200DA00C8ED7D /* SampleApp */,
21D7213A25004312001F3A99 /* SampleTVApp */,
C88688CE234200A000C8ED7D /* Products */,
C88688F22342019600C8ED7D /* Frameworks */,
);
Expand All @@ -152,6 +206,7 @@
children = (
C88688CD234200A000C8ED7D /* MaterialForm.framework */,
C88688DC234200DA00C8ED7D /* SampleApp.app */,
21D7213925004312001F3A99 /* SampleTVApp.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -257,6 +312,25 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
21D7213825004312001F3A99 /* SampleTVApp */ = {
isa = PBXNativeTarget;
buildConfigurationList = 21D7214A25004314001F3A99 /* Build configuration list for PBXNativeTarget "SampleTVApp" */;
buildPhases = (
21D7213525004312001F3A99 /* Sources */,
21D7213625004312001F3A99 /* Frameworks */,
21D7213725004312001F3A99 /* Resources */,
21D7214F2500442A001F3A99 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
21D7214E2500442A001F3A99 /* PBXTargetDependency */,
);
name = SampleTVApp;
productName = SampleTVApp;
productReference = 21D7213925004312001F3A99 /* SampleTVApp.app */;
productType = "com.apple.product-type.application";
};
C88688CC234200A000C8ED7D /* MaterialForm */ = {
isa = PBXNativeTarget;
buildConfigurationList = C88688D5234200A000C8ED7D /* Build configuration list for PBXNativeTarget "MaterialForm" */;
Expand Down Expand Up @@ -302,10 +376,13 @@
C88688C4234200A000C8ED7D /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1100;
LastSwiftUpdateCheck = 1160;
LastUpgradeCheck = 1110;
ORGANIZATIONNAME = MakeAWishFoundation;
TargetAttributes = {
21D7213825004312001F3A99 = {
CreatedOnToolsVersion = 11.6;
};
C88688CC234200A000C8ED7D = {
CreatedOnToolsVersion = 11.1;
LastSwiftMigration = 1110;
Expand Down Expand Up @@ -333,11 +410,22 @@
targets = (
C88688CC234200A000C8ED7D /* MaterialForm */,
C88688DB234200DA00C8ED7D /* SampleApp */,
21D7213825004312001F3A99 /* SampleTVApp */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
21D7213725004312001F3A99 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
21D7214625004314001F3A99 /* LaunchScreen.storyboard in Resources */,
21D7214325004314001F3A99 /* Assets.xcassets in Resources */,
21D7214125004312001F3A99 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C88688CB234200A000C8ED7D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -359,6 +447,15 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
21D7213525004312001F3A99 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
21D7213E25004312001F3A99 /* ViewController.swift in Sources */,
21D7213C25004312001F3A99 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C88688C9234200A000C8ED7D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -399,6 +496,11 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
21D7214E2500442A001F3A99 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C88688CC234200A000C8ED7D /* MaterialForm */;
targetProxy = 21D7214D2500442A001F3A99 /* PBXContainerItemProxy */;
};
C89455DC23BF8FE600E001EC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C88688CC234200A000C8ED7D /* MaterialForm */;
Expand All @@ -407,6 +509,22 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
21D7213F25004312001F3A99 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
21D7214025004312001F3A99 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
21D7214425004314001F3A99 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
21D7214525004314001F3A99 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
C88688E9234200DB00C8ED7D /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
Expand All @@ -418,6 +536,44 @@
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
21D7214825004314001F3A99 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = SampleTVApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.girappe.material.SampleTVApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 13.4;
};
name = Debug;
};
21D7214925004314001F3A99 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = SampleTVApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.girappe.material.SampleTVApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 13.4;
};
name = Release;
};
C88688D3234200A000C8ED7D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -648,6 +804,15 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
21D7214A25004314001F3A99 /* Build configuration list for PBXNativeTarget "SampleTVApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
21D7214825004314001F3A99 /* Debug */,
21D7214925004314001F3A99 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C88688C7234200A000C8ED7D /* Build configuration list for PBXProject "MaterialForm" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
5 changes: 4 additions & 1 deletion SampleApp/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="jYi-jN-Tom">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="jYi-jN-Tom">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
Expand Down Expand Up @@ -52,6 +52,9 @@
<color key="tintColor" red="0.37647059999999999" green="0.63921570000000005" blue="0.3960784" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="boolean" keyPath="extendLineUnderAccessory" value="YES"/>
</userDefinedRuntimeAttributes>
</textField>
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="3" translatesAutoresizingMaskIntoConstraints="NO" id="ket-pO-Qck">
<rect key="frame" x="0.0" y="86.5" width="374" height="32"/>
Expand Down
21 changes: 21 additions & 0 deletions SampleTVApp/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// AppDelegate.swift
// SampleTVApp
//
// Created by Przemysław Wośko on 02/09/2020.
// Copyright © 2020 MakeAWishFoundation. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

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

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"images" : [
{
"idiom" : "tv"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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,11 @@
{
"images" : [
{
"idiom" : "tv"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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,11 @@
{
"images" : [
{
"idiom" : "tv"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading