|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 0105EC0024563E55002B38A4 /* AlwaysPresentAsPopover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0105EBFF24563E55002B38A4 /* AlwaysPresentAsPopover.swift */; }; |
| 11 | + 0105EC0224563ECE002B38A4 /* PopoverViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0105EC0124563ECE002B38A4 /* PopoverViewController.swift */; }; |
| 12 | + 0105EC0424568719002B38A4 /* PopoverPlacementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0105EC0324568719002B38A4 /* PopoverPlacementViewController.swift */; }; |
10 | 13 | 017E1F062454E01000D5362E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 017E1F052454E01000D5362E /* AppDelegate.swift */; };
|
11 | 14 | 017E1F082454E01000D5362E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 017E1F072454E01000D5362E /* SceneDelegate.swift */; };
|
12 | 15 | 017E1F0D2454E01000D5362E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 017E1F0B2454E01000D5362E /* Main.storyboard */; };
|
|
45 | 48 | /* End PBXContainerItemProxy section */
|
46 | 49 |
|
47 | 50 | /* Begin PBXFileReference section */
|
| 51 | + 0105EBFF24563E55002B38A4 /* AlwaysPresentAsPopover.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlwaysPresentAsPopover.swift; sourceTree = "<group>"; }; |
| 52 | + 0105EC0124563ECE002B38A4 /* PopoverViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopoverViewController.swift; sourceTree = "<group>"; }; |
| 53 | + 0105EC0324568719002B38A4 /* PopoverPlacementViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverPlacementViewController.swift; sourceTree = "<group>"; }; |
48 | 54 | 017E1F022454E01000D5362E /* Swift Snippets.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Swift Snippets.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
49 | 55 | 017E1F052454E01000D5362E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
50 | 56 | 017E1F072454E01000D5362E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
105 | 111 | path = Helpers;
|
106 | 112 | sourceTree = "<group>";
|
107 | 113 | };
|
| 114 | + 0105EBFE24563E15002B38A4 /* PopoverMessage */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + 0105EC0124563ECE002B38A4 /* PopoverViewController.swift */, |
| 118 | + 0105EBFF24563E55002B38A4 /* AlwaysPresentAsPopover.swift */, |
| 119 | + 0105EC0324568719002B38A4 /* PopoverPlacementViewController.swift */, |
| 120 | + ); |
| 121 | + path = PopoverMessage; |
| 122 | + sourceTree = "<group>"; |
| 123 | + }; |
108 | 124 | 017E1EF92454E01000D5362E = {
|
109 | 125 | isa = PBXGroup;
|
110 | 126 | children = (
|
|
162 | 178 | 017E1F50245530A200D5362E /* Snippets */ = {
|
163 | 179 | isa = PBXGroup;
|
164 | 180 | children = (
|
| 181 | + 0105EBFE24563E15002B38A4 /* PopoverMessage */, |
165 | 182 | 017E1F512455316600D5362E /* SavePhotoCustomAlbum */,
|
166 | 183 | 017E1F4624552B2900D5362E /* snippets.json */,
|
167 | 184 | 017E1F4C24552E4800D5362E /* Snippet.swift */,
|
|
316 | 333 | files = (
|
317 | 334 | 017E1F062454E01000D5362E /* AppDelegate.swift in Sources */,
|
318 | 335 | 017E1F4524552A1E00D5362E /* CustomPhotoAlbum.swift in Sources */,
|
| 336 | + 0105EC0224563ECE002B38A4 /* PopoverViewController.swift in Sources */, |
319 | 337 | 017E1F4B24552C8200D5362E /* SnippetManager.swift in Sources */,
|
320 | 338 | 017E1F102454E01000D5362E /* StoryboardSnippets.xcdatamodeld in Sources */,
|
321 | 339 | 017E1F3F2454FE9300D5362E /* Styles.swift in Sources */,
|
|
326 | 344 | 017E1F412455157700D5362E /* GalleryViewController.swift in Sources */,
|
327 | 345 | 017E1F392454F80B00D5362E /* SnippetsViewController.swift in Sources */,
|
328 | 346 | 017E1F3D2454FDDD00D5362E /* Extensions.swift in Sources */,
|
| 347 | + 0105EC0424568719002B38A4 /* PopoverPlacementViewController.swift in Sources */, |
| 348 | + 0105EC0024563E55002B38A4 /* AlwaysPresentAsPopover.swift in Sources */, |
329 | 349 | );
|
330 | 350 | runOnlyForDeploymentPostprocessing = 0;
|
331 | 351 | };
|
|
505 | 525 | "$(inherited)",
|
506 | 526 | "@executable_path/Frameworks",
|
507 | 527 | );
|
| 528 | + MARKETING_VERSION = 1.1; |
508 | 529 | PRODUCT_BUNDLE_IDENTIFIER = com.elliottio.StoryboardSnippets;
|
509 | 530 | PRODUCT_NAME = "Swift Snippets";
|
510 | 531 | SWIFT_VERSION = 5.0;
|
|
523 | 544 | "$(inherited)",
|
524 | 545 | "@executable_path/Frameworks",
|
525 | 546 | );
|
| 547 | + MARKETING_VERSION = 1.1; |
526 | 548 | PRODUCT_BUNDLE_IDENTIFIER = com.elliottio.StoryboardSnippets;
|
527 | 549 | PRODUCT_NAME = "Swift Snippets";
|
528 | 550 | SWIFT_VERSION = 5.0;
|
|
0 commit comments