Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit ba9027c

Browse files
author
Jeena
committed
Initial Commit
0 parents  commit ba9027c

File tree

17 files changed

+1413
-0
lines changed

17 files changed

+1413
-0
lines changed

TextEd.xcodeproj/project.pbxproj

+491
Large diffs are not rendered by default.

TextEd.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0500"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "1F85703B188F11FC00C56A96"
18+
BuildableName = "TextEd.app"
19+
BlueprintName = "TextEd"
20+
ReferencedContainer = "container:TextEd.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "1F85705F188F11FC00C56A96"
36+
BuildableName = "TextEdTests.xctest"
37+
BlueprintName = "TextEdTests"
38+
ReferencedContainer = "container:TextEd.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "1F85703B188F11FC00C56A96"
46+
BuildableName = "TextEd.app"
47+
BlueprintName = "TextEd"
48+
ReferencedContainer = "container:TextEd.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
</TestAction>
52+
<LaunchAction
53+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55+
launchStyle = "0"
56+
useCustomWorkingDirectory = "NO"
57+
buildConfiguration = "Debug"
58+
ignoresPersistentStateOnLaunch = "NO"
59+
debugDocumentVersioning = "YES"
60+
allowLocationSimulation = "YES">
61+
<BuildableProductRunnable>
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "1F85703B188F11FC00C56A96"
65+
BuildableName = "TextEd.app"
66+
BlueprintName = "TextEd"
67+
ReferencedContainer = "container:TextEd.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
<AdditionalOptions>
71+
</AdditionalOptions>
72+
</LaunchAction>
73+
<ProfileAction
74+
shouldUseLaunchSchemeArgsEnv = "YES"
75+
savedToolIdentifier = ""
76+
useCustomWorkingDirectory = "NO"
77+
buildConfiguration = "Release"
78+
debugDocumentVersioning = "YES">
79+
<BuildableProductRunnable>
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "1F85703B188F11FC00C56A96"
83+
BuildableName = "TextEd.app"
84+
BlueprintName = "TextEd"
85+
ReferencedContainer = "container:TextEd.xcodeproj">
86+
</BuildableReference>
87+
</BuildableProductRunnable>
88+
</ProfileAction>
89+
<AnalyzeAction
90+
buildConfiguration = "Debug">
91+
</AnalyzeAction>
92+
<ArchiveAction
93+
buildConfiguration = "Release"
94+
revealArchiveInOrganizer = "YES">
95+
</ArchiveAction>
96+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>TextEd.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>1F85703B188F11FC00C56A96</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
<key>1F85705F188F11FC00C56A96</key>
21+
<dict>
22+
<key>primary</key>
23+
<true/>
24+
</dict>
25+
</dict>
26+
</dict>
27+
</plist>

TextEd/Base.lproj/Document.xib

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4439" systemVersion="13A451" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3+
<dependencies>
4+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4439"/>
5+
</dependencies>
6+
<objects>
7+
<customObject id="-2" userLabel="File's Owner" customClass="Document">
8+
<connections>
9+
<outlet property="window" destination="5" id="18"/>
10+
</connections>
11+
</customObject>
12+
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13+
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window">
14+
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
15+
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
16+
<rect key="contentRect" x="133" y="235" width="507" height="413"/>
17+
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
18+
<value key="minSize" type="size" width="94" height="86"/>
19+
<view key="contentView" id="6">
20+
<rect key="frame" x="0.0" y="0.0" width="507" height="413"/>
21+
<autoresizingMask key="autoresizingMask"/>
22+
<subviews>
23+
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="20">
24+
<rect key="frame" x="120" y="195" width="266" height="22"/>
25+
<autoresizingMask key="autoresizingMask"/>
26+
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Your document contents here" id="100020">
27+
<font key="font" metaFont="system" size="18"/>
28+
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
29+
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
30+
</textFieldCell>
31+
</textField>
32+
</subviews>
33+
<constraints>
34+
<constraint firstItem="20" firstAttribute="centerX" secondItem="6" secondAttribute="centerX" id="100025"/>
35+
<constraint firstItem="20" firstAttribute="centerY" secondItem="6" secondAttribute="centerY" id="100026"/>
36+
</constraints>
37+
</view>
38+
<connections>
39+
<outlet property="delegate" destination="-2" id="17"/>
40+
</connections>
41+
</window>
42+
<customObject id="-3" userLabel="Application"/>
43+
</objects>
44+
</document>

0 commit comments

Comments
 (0)