|
10 | 10 | 7C62C7221D10A6E9007374D4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C62C7211D10A6E9007374D4 /* AppDelegate.swift */; };
|
11 | 11 | 7C62C7241D10A6E9007374D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7C62C7231D10A6E9007374D4 /* Assets.xcassets */; };
|
12 | 12 | 7C62C7271D10A6E9007374D4 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7C62C7251D10A6E9007374D4 /* MainMenu.xib */; };
|
| 13 | + 7C62C7351D10A706007374D4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C62C7341D10A706007374D4 /* Cocoa.framework */; }; |
| 14 | + 7C62C73A1D10A706007374D4 /* SourceEditorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C62C7391D10A706007374D4 /* SourceEditorExtension.swift */; }; |
| 15 | + 7C62C73C1D10A706007374D4 /* SourceEditorCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C62C73B1D10A706007374D4 /* SourceEditorCommand.swift */; }; |
| 16 | + 7C62C7401D10A706007374D4 /* Emojify.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 7C62C7321D10A706007374D4 /* Emojify.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
13 | 17 | /* End PBXBuildFile section */
|
14 | 18 |
|
| 19 | +/* Begin PBXContainerItemProxy section */ |
| 20 | + 7C62C73E1D10A706007374D4 /* PBXContainerItemProxy */ = { |
| 21 | + isa = PBXContainerItemProxy; |
| 22 | + containerPortal = 7C62C7161D10A6E9007374D4 /* Project object */; |
| 23 | + proxyType = 1; |
| 24 | + remoteGlobalIDString = 7C62C7311D10A706007374D4; |
| 25 | + remoteInfo = EmojifyCommands; |
| 26 | + }; |
| 27 | +/* End PBXContainerItemProxy section */ |
| 28 | + |
| 29 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 30 | + 7C62C7441D10A706007374D4 /* Embed App Extensions */ = { |
| 31 | + isa = PBXCopyFilesBuildPhase; |
| 32 | + buildActionMask = 2147483647; |
| 33 | + dstPath = ""; |
| 34 | + dstSubfolderSpec = 13; |
| 35 | + files = ( |
| 36 | + 7C62C7401D10A706007374D4 /* Emojify.appex in Embed App Extensions */, |
| 37 | + ); |
| 38 | + name = "Embed App Extensions"; |
| 39 | + runOnlyForDeploymentPostprocessing = 0; |
| 40 | + }; |
| 41 | +/* End PBXCopyFilesBuildPhase section */ |
| 42 | + |
15 | 43 | /* Begin PBXFileReference section */
|
16 | 44 | 7C62C71E1D10A6E9007374D4 /* EmojifyApplication.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmojifyApplication.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
17 | 45 | 7C62C7211D10A6E9007374D4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
18 | 46 | 7C62C7231D10A6E9007374D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
19 | 47 | 7C62C7261D10A6E9007374D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
20 | 48 | 7C62C7281D10A6E9007374D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 49 | + 7C62C7321D10A706007374D4 /* Emojify.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Emojify.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 50 | + 7C62C7341D10A706007374D4 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; |
| 51 | + 7C62C7381D10A706007374D4 /* EmojifyCommands.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = EmojifyCommands.entitlements; sourceTree = "<group>"; }; |
| 52 | + 7C62C7391D10A706007374D4 /* SourceEditorExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SourceEditorExtension.swift; sourceTree = "<group>"; }; |
| 53 | + 7C62C73B1D10A706007374D4 /* SourceEditorCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SourceEditorCommand.swift; sourceTree = "<group>"; }; |
| 54 | + 7C62C73D1D10A706007374D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
21 | 55 | /* End PBXFileReference section */
|
22 | 56 |
|
23 | 57 | /* Begin PBXFrameworksBuildPhase section */
|
|
28 | 62 | );
|
29 | 63 | runOnlyForDeploymentPostprocessing = 0;
|
30 | 64 | };
|
| 65 | + 7C62C72F1D10A706007374D4 /* Frameworks */ = { |
| 66 | + isa = PBXFrameworksBuildPhase; |
| 67 | + buildActionMask = 2147483647; |
| 68 | + files = ( |
| 69 | + 7C62C7351D10A706007374D4 /* Cocoa.framework in Frameworks */, |
| 70 | + ); |
| 71 | + runOnlyForDeploymentPostprocessing = 0; |
| 72 | + }; |
31 | 73 | /* End PBXFrameworksBuildPhase section */
|
32 | 74 |
|
33 | 75 | /* Begin PBXGroup section */
|
34 | 76 | 7C62C7151D10A6E9007374D4 = {
|
35 | 77 | isa = PBXGroup;
|
36 | 78 | children = (
|
37 | 79 | 7C62C7201D10A6E9007374D4 /* EmojifyApplication */,
|
| 80 | + 7C62C7361D10A706007374D4 /* EmojifyCommands */, |
| 81 | + 7C62C7331D10A706007374D4 /* Frameworks */, |
38 | 82 | 7C62C71F1D10A6E9007374D4 /* Products */,
|
39 | 83 | );
|
40 | 84 | sourceTree = "<group>";
|
|
43 | 87 | isa = PBXGroup;
|
44 | 88 | children = (
|
45 | 89 | 7C62C71E1D10A6E9007374D4 /* EmojifyApplication.app */,
|
| 90 | + 7C62C7321D10A706007374D4 /* Emojify.appex */, |
46 | 91 | );
|
47 | 92 | name = Products;
|
48 | 93 | sourceTree = "<group>";
|
|
58 | 103 | path = EmojifyApplication;
|
59 | 104 | sourceTree = "<group>";
|
60 | 105 | };
|
| 106 | + 7C62C7331D10A706007374D4 /* Frameworks */ = { |
| 107 | + isa = PBXGroup; |
| 108 | + children = ( |
| 109 | + 7C62C7341D10A706007374D4 /* Cocoa.framework */, |
| 110 | + ); |
| 111 | + name = Frameworks; |
| 112 | + sourceTree = "<group>"; |
| 113 | + }; |
| 114 | + 7C62C7361D10A706007374D4 /* EmojifyCommands */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + 7C62C7391D10A706007374D4 /* SourceEditorExtension.swift */, |
| 118 | + 7C62C73B1D10A706007374D4 /* SourceEditorCommand.swift */, |
| 119 | + 7C62C73D1D10A706007374D4 /* Info.plist */, |
| 120 | + 7C62C7371D10A706007374D4 /* Supporting Files */, |
| 121 | + ); |
| 122 | + path = EmojifyCommands; |
| 123 | + sourceTree = "<group>"; |
| 124 | + }; |
| 125 | + 7C62C7371D10A706007374D4 /* Supporting Files */ = { |
| 126 | + isa = PBXGroup; |
| 127 | + children = ( |
| 128 | + 7C62C7381D10A706007374D4 /* EmojifyCommands.entitlements */, |
| 129 | + ); |
| 130 | + name = "Supporting Files"; |
| 131 | + sourceTree = "<group>"; |
| 132 | + }; |
61 | 133 | /* End PBXGroup section */
|
62 | 134 |
|
63 | 135 | /* Begin PBXNativeTarget section */
|
|
68 | 140 | 7C62C71A1D10A6E9007374D4 /* Sources */,
|
69 | 141 | 7C62C71B1D10A6E9007374D4 /* Frameworks */,
|
70 | 142 | 7C62C71C1D10A6E9007374D4 /* Resources */,
|
| 143 | + 7C62C7441D10A706007374D4 /* Embed App Extensions */, |
71 | 144 | );
|
72 | 145 | buildRules = (
|
73 | 146 | );
|
74 | 147 | dependencies = (
|
| 148 | + 7C62C73F1D10A706007374D4 /* PBXTargetDependency */, |
75 | 149 | );
|
76 | 150 | name = EmojifyApplication;
|
77 | 151 | productName = EmojifyApplication;
|
78 | 152 | productReference = 7C62C71E1D10A6E9007374D4 /* EmojifyApplication.app */;
|
79 | 153 | productType = "com.apple.product-type.application";
|
80 | 154 | };
|
| 155 | + 7C62C7311D10A706007374D4 /* Emojify */ = { |
| 156 | + isa = PBXNativeTarget; |
| 157 | + buildConfigurationList = 7C62C7411D10A706007374D4 /* Build configuration list for PBXNativeTarget "Emojify" */; |
| 158 | + buildPhases = ( |
| 159 | + 7C62C72E1D10A706007374D4 /* Sources */, |
| 160 | + 7C62C72F1D10A706007374D4 /* Frameworks */, |
| 161 | + 7C62C7301D10A706007374D4 /* Resources */, |
| 162 | + ); |
| 163 | + buildRules = ( |
| 164 | + ); |
| 165 | + dependencies = ( |
| 166 | + ); |
| 167 | + name = Emojify; |
| 168 | + productName = EmojifyCommands; |
| 169 | + productReference = 7C62C7321D10A706007374D4 /* Emojify.appex */; |
| 170 | + productType = "com.apple.product-type.xcode-extension"; |
| 171 | + }; |
81 | 172 | /* End PBXNativeTarget section */
|
82 | 173 |
|
83 | 174 | /* Begin PBXProject section */
|
|
94 | 185 | DevelopmentTeamName = "Bhargav Gurlanka (Personal Team)";
|
95 | 186 | ProvisioningStyle = Automatic;
|
96 | 187 | };
|
| 188 | + 7C62C7311D10A706007374D4 = { |
| 189 | + CreatedOnToolsVersion = 8.0; |
| 190 | + DevelopmentTeam = QXD5K32E7D; |
| 191 | + DevelopmentTeamName = "Bhargav Gurlanka (Personal Team)"; |
| 192 | + ProvisioningStyle = Automatic; |
| 193 | + }; |
97 | 194 | };
|
98 | 195 | };
|
99 | 196 | buildConfigurationList = 7C62C7191D10A6E9007374D4 /* Build configuration list for PBXProject "EmojifyApplication" */;
|
|
110 | 207 | projectRoot = "";
|
111 | 208 | targets = (
|
112 | 209 | 7C62C71D1D10A6E9007374D4 /* EmojifyApplication */,
|
| 210 | + 7C62C7311D10A706007374D4 /* Emojify */, |
113 | 211 | );
|
114 | 212 | };
|
115 | 213 | /* End PBXProject section */
|
|
124 | 222 | );
|
125 | 223 | runOnlyForDeploymentPostprocessing = 0;
|
126 | 224 | };
|
| 225 | + 7C62C7301D10A706007374D4 /* Resources */ = { |
| 226 | + isa = PBXResourcesBuildPhase; |
| 227 | + buildActionMask = 2147483647; |
| 228 | + files = ( |
| 229 | + ); |
| 230 | + runOnlyForDeploymentPostprocessing = 0; |
| 231 | + }; |
127 | 232 | /* End PBXResourcesBuildPhase section */
|
128 | 233 |
|
129 | 234 | /* Begin PBXSourcesBuildPhase section */
|
|
135 | 240 | );
|
136 | 241 | runOnlyForDeploymentPostprocessing = 0;
|
137 | 242 | };
|
| 243 | + 7C62C72E1D10A706007374D4 /* Sources */ = { |
| 244 | + isa = PBXSourcesBuildPhase; |
| 245 | + buildActionMask = 2147483647; |
| 246 | + files = ( |
| 247 | + 7C62C73A1D10A706007374D4 /* SourceEditorExtension.swift in Sources */, |
| 248 | + 7C62C73C1D10A706007374D4 /* SourceEditorCommand.swift in Sources */, |
| 249 | + ); |
| 250 | + runOnlyForDeploymentPostprocessing = 0; |
| 251 | + }; |
138 | 252 | /* End PBXSourcesBuildPhase section */
|
139 | 253 |
|
| 254 | +/* Begin PBXTargetDependency section */ |
| 255 | + 7C62C73F1D10A706007374D4 /* PBXTargetDependency */ = { |
| 256 | + isa = PBXTargetDependency; |
| 257 | + target = 7C62C7311D10A706007374D4 /* Emojify */; |
| 258 | + targetProxy = 7C62C73E1D10A706007374D4 /* PBXContainerItemProxy */; |
| 259 | + }; |
| 260 | +/* End PBXTargetDependency section */ |
| 261 | + |
140 | 262 | /* Begin PBXVariantGroup section */
|
141 | 263 | 7C62C7251D10A6E9007374D4 /* MainMenu.xib */ = {
|
142 | 264 | isa = PBXVariantGroup;
|
|
238 | 360 | 7C62C72C1D10A6E9007374D4 /* Debug */ = {
|
239 | 361 | isa = XCBuildConfiguration;
|
240 | 362 | buildSettings = {
|
| 363 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
241 | 364 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 365 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
242 | 366 | COMBINE_HIDPI_IMAGES = YES;
|
243 | 367 | INFOPLIST_FILE = EmojifyApplication/Info.plist;
|
244 | 368 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
|
251 | 375 | 7C62C72D1D10A6E9007374D4 /* Release */ = {
|
252 | 376 | isa = XCBuildConfiguration;
|
253 | 377 | buildSettings = {
|
| 378 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
254 | 379 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 380 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
255 | 381 | COMBINE_HIDPI_IMAGES = YES;
|
256 | 382 | INFOPLIST_FILE = EmojifyApplication/Info.plist;
|
257 | 383 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
|
261 | 387 | };
|
262 | 388 | name = Release;
|
263 | 389 | };
|
| 390 | + 7C62C7421D10A706007374D4 /* Debug */ = { |
| 391 | + isa = XCBuildConfiguration; |
| 392 | + buildSettings = { |
| 393 | + CODE_SIGN_ENTITLEMENTS = EmojifyCommands/EmojifyCommands.entitlements; |
| 394 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
| 395 | + COMBINE_HIDPI_IMAGES = YES; |
| 396 | + INFOPLIST_FILE = EmojifyCommands/Info.plist; |
| 397 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks"; |
| 398 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 399 | + PRODUCT_BUNDLE_IDENTIFIER = com.bhargavg.EmojifyApplication.EmojifyCommands; |
| 400 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 401 | + SKIP_INSTALL = YES; |
| 402 | + SWIFT_VERSION = 3.0; |
| 403 | + }; |
| 404 | + name = Debug; |
| 405 | + }; |
| 406 | + 7C62C7431D10A706007374D4 /* Release */ = { |
| 407 | + isa = XCBuildConfiguration; |
| 408 | + buildSettings = { |
| 409 | + CODE_SIGN_ENTITLEMENTS = EmojifyCommands/EmojifyCommands.entitlements; |
| 410 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
| 411 | + COMBINE_HIDPI_IMAGES = YES; |
| 412 | + INFOPLIST_FILE = EmojifyCommands/Info.plist; |
| 413 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks"; |
| 414 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 415 | + PRODUCT_BUNDLE_IDENTIFIER = com.bhargavg.EmojifyApplication.EmojifyCommands; |
| 416 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 417 | + SKIP_INSTALL = YES; |
| 418 | + SWIFT_VERSION = 3.0; |
| 419 | + }; |
| 420 | + name = Release; |
| 421 | + }; |
264 | 422 | /* End XCBuildConfiguration section */
|
265 | 423 |
|
266 | 424 | /* Begin XCConfigurationList section */
|
|
281 | 439 | );
|
282 | 440 | defaultConfigurationIsVisible = 0;
|
283 | 441 | };
|
| 442 | + 7C62C7411D10A706007374D4 /* Build configuration list for PBXNativeTarget "Emojify" */ = { |
| 443 | + isa = XCConfigurationList; |
| 444 | + buildConfigurations = ( |
| 445 | + 7C62C7421D10A706007374D4 /* Debug */, |
| 446 | + 7C62C7431D10A706007374D4 /* Release */, |
| 447 | + ); |
| 448 | + defaultConfigurationIsVisible = 0; |
| 449 | + }; |
284 | 450 | /* End XCConfigurationList section */
|
285 | 451 | };
|
286 | 452 | rootObject = 7C62C7161D10A6E9007374D4 /* Project object */;
|
|
0 commit comments