Skip to content

Commit ba40aef

Browse files
committed
Initial Commit
0 parents  commit ba40aef

File tree

8 files changed

+1205
-0
lines changed

8 files changed

+1205
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
7C62C7221D10A6E9007374D4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C62C7211D10A6E9007374D4 /* AppDelegate.swift */; };
11+
7C62C7241D10A6E9007374D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7C62C7231D10A6E9007374D4 /* Assets.xcassets */; };
12+
7C62C7271D10A6E9007374D4 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7C62C7251D10A6E9007374D4 /* MainMenu.xib */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXFileReference section */
16+
7C62C71E1D10A6E9007374D4 /* EmojifyApplication.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmojifyApplication.app; sourceTree = BUILT_PRODUCTS_DIR; };
17+
7C62C7211D10A6E9007374D4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
18+
7C62C7231D10A6E9007374D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
19+
7C62C7261D10A6E9007374D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
20+
7C62C7281D10A6E9007374D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
21+
/* End PBXFileReference section */
22+
23+
/* Begin PBXFrameworksBuildPhase section */
24+
7C62C71B1D10A6E9007374D4 /* Frameworks */ = {
25+
isa = PBXFrameworksBuildPhase;
26+
buildActionMask = 2147483647;
27+
files = (
28+
);
29+
runOnlyForDeploymentPostprocessing = 0;
30+
};
31+
/* End PBXFrameworksBuildPhase section */
32+
33+
/* Begin PBXGroup section */
34+
7C62C7151D10A6E9007374D4 = {
35+
isa = PBXGroup;
36+
children = (
37+
7C62C7201D10A6E9007374D4 /* EmojifyApplication */,
38+
7C62C71F1D10A6E9007374D4 /* Products */,
39+
);
40+
sourceTree = "<group>";
41+
};
42+
7C62C71F1D10A6E9007374D4 /* Products */ = {
43+
isa = PBXGroup;
44+
children = (
45+
7C62C71E1D10A6E9007374D4 /* EmojifyApplication.app */,
46+
);
47+
name = Products;
48+
sourceTree = "<group>";
49+
};
50+
7C62C7201D10A6E9007374D4 /* EmojifyApplication */ = {
51+
isa = PBXGroup;
52+
children = (
53+
7C62C7211D10A6E9007374D4 /* AppDelegate.swift */,
54+
7C62C7231D10A6E9007374D4 /* Assets.xcassets */,
55+
7C62C7251D10A6E9007374D4 /* MainMenu.xib */,
56+
7C62C7281D10A6E9007374D4 /* Info.plist */,
57+
);
58+
path = EmojifyApplication;
59+
sourceTree = "<group>";
60+
};
61+
/* End PBXGroup section */
62+
63+
/* Begin PBXNativeTarget section */
64+
7C62C71D1D10A6E9007374D4 /* EmojifyApplication */ = {
65+
isa = PBXNativeTarget;
66+
buildConfigurationList = 7C62C72B1D10A6E9007374D4 /* Build configuration list for PBXNativeTarget "EmojifyApplication" */;
67+
buildPhases = (
68+
7C62C71A1D10A6E9007374D4 /* Sources */,
69+
7C62C71B1D10A6E9007374D4 /* Frameworks */,
70+
7C62C71C1D10A6E9007374D4 /* Resources */,
71+
);
72+
buildRules = (
73+
);
74+
dependencies = (
75+
);
76+
name = EmojifyApplication;
77+
productName = EmojifyApplication;
78+
productReference = 7C62C71E1D10A6E9007374D4 /* EmojifyApplication.app */;
79+
productType = "com.apple.product-type.application";
80+
};
81+
/* End PBXNativeTarget section */
82+
83+
/* Begin PBXProject section */
84+
7C62C7161D10A6E9007374D4 /* Project object */ = {
85+
isa = PBXProject;
86+
attributes = {
87+
LastSwiftUpdateCheck = 0800;
88+
LastUpgradeCheck = 0800;
89+
ORGANIZATIONNAME = "Bhargav Gurlanka";
90+
TargetAttributes = {
91+
7C62C71D1D10A6E9007374D4 = {
92+
CreatedOnToolsVersion = 8.0;
93+
DevelopmentTeam = QXD5K32E7D;
94+
DevelopmentTeamName = "Bhargav Gurlanka (Personal Team)";
95+
ProvisioningStyle = Automatic;
96+
};
97+
};
98+
};
99+
buildConfigurationList = 7C62C7191D10A6E9007374D4 /* Build configuration list for PBXProject "EmojifyApplication" */;
100+
compatibilityVersion = "Xcode 3.2";
101+
developmentRegion = English;
102+
hasScannedForEncodings = 0;
103+
knownRegions = (
104+
en,
105+
Base,
106+
);
107+
mainGroup = 7C62C7151D10A6E9007374D4;
108+
productRefGroup = 7C62C71F1D10A6E9007374D4 /* Products */;
109+
projectDirPath = "";
110+
projectRoot = "";
111+
targets = (
112+
7C62C71D1D10A6E9007374D4 /* EmojifyApplication */,
113+
);
114+
};
115+
/* End PBXProject section */
116+
117+
/* Begin PBXResourcesBuildPhase section */
118+
7C62C71C1D10A6E9007374D4 /* Resources */ = {
119+
isa = PBXResourcesBuildPhase;
120+
buildActionMask = 2147483647;
121+
files = (
122+
7C62C7241D10A6E9007374D4 /* Assets.xcassets in Resources */,
123+
7C62C7271D10A6E9007374D4 /* MainMenu.xib in Resources */,
124+
);
125+
runOnlyForDeploymentPostprocessing = 0;
126+
};
127+
/* End PBXResourcesBuildPhase section */
128+
129+
/* Begin PBXSourcesBuildPhase section */
130+
7C62C71A1D10A6E9007374D4 /* Sources */ = {
131+
isa = PBXSourcesBuildPhase;
132+
buildActionMask = 2147483647;
133+
files = (
134+
7C62C7221D10A6E9007374D4 /* AppDelegate.swift in Sources */,
135+
);
136+
runOnlyForDeploymentPostprocessing = 0;
137+
};
138+
/* End PBXSourcesBuildPhase section */
139+
140+
/* Begin PBXVariantGroup section */
141+
7C62C7251D10A6E9007374D4 /* MainMenu.xib */ = {
142+
isa = PBXVariantGroup;
143+
children = (
144+
7C62C7261D10A6E9007374D4 /* Base */,
145+
);
146+
name = MainMenu.xib;
147+
sourceTree = "<group>";
148+
};
149+
/* End PBXVariantGroup section */
150+
151+
/* Begin XCBuildConfiguration section */
152+
7C62C7291D10A6E9007374D4 /* Debug */ = {
153+
isa = XCBuildConfiguration;
154+
buildSettings = {
155+
ALWAYS_SEARCH_USER_PATHS = NO;
156+
CLANG_ANALYZER_NONNULL = YES;
157+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
158+
CLANG_CXX_LIBRARY = "libc++";
159+
CLANG_ENABLE_MODULES = YES;
160+
CLANG_ENABLE_OBJC_ARC = YES;
161+
CLANG_WARN_BOOL_CONVERSION = YES;
162+
CLANG_WARN_CONSTANT_CONVERSION = YES;
163+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
164+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
165+
CLANG_WARN_EMPTY_BODY = YES;
166+
CLANG_WARN_ENUM_CONVERSION = YES;
167+
CLANG_WARN_INT_CONVERSION = YES;
168+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
169+
CLANG_WARN_UNREACHABLE_CODE = YES;
170+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
171+
CODE_SIGN_IDENTITY = "-";
172+
COPY_PHASE_STRIP = NO;
173+
DEBUG_INFORMATION_FORMAT = dwarf;
174+
ENABLE_STRICT_OBJC_MSGSEND = YES;
175+
ENABLE_TESTABILITY = YES;
176+
GCC_C_LANGUAGE_STANDARD = gnu99;
177+
GCC_DYNAMIC_NO_PIC = NO;
178+
GCC_NO_COMMON_BLOCKS = YES;
179+
GCC_OPTIMIZATION_LEVEL = 0;
180+
GCC_PREPROCESSOR_DEFINITIONS = (
181+
"DEBUG=1",
182+
"$(inherited)",
183+
);
184+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
185+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
186+
GCC_WARN_UNDECLARED_SELECTOR = YES;
187+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
188+
GCC_WARN_UNUSED_FUNCTION = YES;
189+
GCC_WARN_UNUSED_VARIABLE = YES;
190+
MACOSX_DEPLOYMENT_TARGET = 10.11;
191+
MTL_ENABLE_DEBUG_INFO = YES;
192+
ONLY_ACTIVE_ARCH = YES;
193+
SDKROOT = macosx;
194+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
195+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
196+
};
197+
name = Debug;
198+
};
199+
7C62C72A1D10A6E9007374D4 /* Release */ = {
200+
isa = XCBuildConfiguration;
201+
buildSettings = {
202+
ALWAYS_SEARCH_USER_PATHS = NO;
203+
CLANG_ANALYZER_NONNULL = YES;
204+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
205+
CLANG_CXX_LIBRARY = "libc++";
206+
CLANG_ENABLE_MODULES = YES;
207+
CLANG_ENABLE_OBJC_ARC = YES;
208+
CLANG_WARN_BOOL_CONVERSION = YES;
209+
CLANG_WARN_CONSTANT_CONVERSION = YES;
210+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
211+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
212+
CLANG_WARN_EMPTY_BODY = YES;
213+
CLANG_WARN_ENUM_CONVERSION = YES;
214+
CLANG_WARN_INT_CONVERSION = YES;
215+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
216+
CLANG_WARN_UNREACHABLE_CODE = YES;
217+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
218+
CODE_SIGN_IDENTITY = "-";
219+
COPY_PHASE_STRIP = NO;
220+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
221+
ENABLE_NS_ASSERTIONS = NO;
222+
ENABLE_STRICT_OBJC_MSGSEND = YES;
223+
GCC_C_LANGUAGE_STANDARD = gnu99;
224+
GCC_NO_COMMON_BLOCKS = YES;
225+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
226+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
227+
GCC_WARN_UNDECLARED_SELECTOR = YES;
228+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
229+
GCC_WARN_UNUSED_FUNCTION = YES;
230+
GCC_WARN_UNUSED_VARIABLE = YES;
231+
MACOSX_DEPLOYMENT_TARGET = 10.11;
232+
MTL_ENABLE_DEBUG_INFO = NO;
233+
SDKROOT = macosx;
234+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
235+
};
236+
name = Release;
237+
};
238+
7C62C72C1D10A6E9007374D4 /* Debug */ = {
239+
isa = XCBuildConfiguration;
240+
buildSettings = {
241+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
242+
COMBINE_HIDPI_IMAGES = YES;
243+
INFOPLIST_FILE = EmojifyApplication/Info.plist;
244+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
245+
PRODUCT_BUNDLE_IDENTIFIER = com.bhargavg.EmojifyApplication;
246+
PRODUCT_NAME = "$(TARGET_NAME)";
247+
SWIFT_VERSION = 3.0;
248+
};
249+
name = Debug;
250+
};
251+
7C62C72D1D10A6E9007374D4 /* Release */ = {
252+
isa = XCBuildConfiguration;
253+
buildSettings = {
254+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
255+
COMBINE_HIDPI_IMAGES = YES;
256+
INFOPLIST_FILE = EmojifyApplication/Info.plist;
257+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
258+
PRODUCT_BUNDLE_IDENTIFIER = com.bhargavg.EmojifyApplication;
259+
PRODUCT_NAME = "$(TARGET_NAME)";
260+
SWIFT_VERSION = 3.0;
261+
};
262+
name = Release;
263+
};
264+
/* End XCBuildConfiguration section */
265+
266+
/* Begin XCConfigurationList section */
267+
7C62C7191D10A6E9007374D4 /* Build configuration list for PBXProject "EmojifyApplication" */ = {
268+
isa = XCConfigurationList;
269+
buildConfigurations = (
270+
7C62C7291D10A6E9007374D4 /* Debug */,
271+
7C62C72A1D10A6E9007374D4 /* Release */,
272+
);
273+
defaultConfigurationIsVisible = 0;
274+
defaultConfigurationName = Release;
275+
};
276+
7C62C72B1D10A6E9007374D4 /* Build configuration list for PBXNativeTarget "EmojifyApplication" */ = {
277+
isa = XCConfigurationList;
278+
buildConfigurations = (
279+
7C62C72C1D10A6E9007374D4 /* Debug */,
280+
7C62C72D1D10A6E9007374D4 /* Release */,
281+
);
282+
defaultConfigurationIsVisible = 0;
283+
};
284+
/* End XCConfigurationList section */
285+
};
286+
rootObject = 7C62C7161D10A6E9007374D4 /* Project object */;
287+
}

EmojifyApplication.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,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0800"
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 = "7C62C71D1D10A6E9007374D4"
18+
BuildableName = "EmojifyApplication.app"
19+
BlueprintName = "EmojifyApplication"
20+
ReferencedContainer = "container:EmojifyApplication.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "7C62C71D1D10A6E9007374D4"
36+
BuildableName = "EmojifyApplication.app"
37+
BlueprintName = "EmojifyApplication"
38+
ReferencedContainer = "container:EmojifyApplication.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "7C62C71D1D10A6E9007374D4"
59+
BuildableName = "EmojifyApplication.app"
60+
BlueprintName = "EmojifyApplication"
61+
ReferencedContainer = "container:EmojifyApplication.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "7C62C71D1D10A6E9007374D4"
78+
BuildableName = "EmojifyApplication.app"
79+
BlueprintName = "EmojifyApplication"
80+
ReferencedContainer = "container:EmojifyApplication.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>

0 commit comments

Comments
 (0)