Skip to content

Commit dbc30ea

Browse files
Laura SkeltonLaura Skelton
Laura Skelton
authored and
Laura Skelton
committed
FolderReference for SimpleShare files
1 parent a1791e1 commit dbc30ea

File tree

11 files changed

+8
-30
lines changed

11 files changed

+8
-30
lines changed

SimpleShare Demo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
829589511881CD1D00C755C9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8295894F1881CD1D00C755C9 /* InfoPlist.strings */; };
2222
829589531881CD1D00C755C9 /* SimpleShare_DemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 829589521881CD1D00C755C9 /* SimpleShare_DemoTests.m */; };
2323
8295895E1881CD4900C755C9 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8295895D1881CD4900C755C9 /* CoreBluetooth.framework */; };
24-
829589611881CD6A00C755C9 /* SimpleShare.m in Sources */ = {isa = PBXBuildFile; fileRef = 829589601881CD6A00C755C9 /* SimpleShare.m */; };
25-
829589641881CD8600C755C9 /* SSShareItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 829589631881CD8600C755C9 /* SSShareItemManager.m */; };
26-
829589671881CD9800C755C9 /* SSFindItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 829589661881CD9800C755C9 /* SSFindItemManager.m */; };
2724
829589711881D9A400C755C9 /* MyItemsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 829589701881D9A400C755C9 /* MyItemsViewController.m */; };
2825
829589741881D9AE00C755C9 /* NearbyItemsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 829589731881D9AE00C755C9 /* NearbyItemsViewController.m */; };
26+
82958987188510E900C755C9 /* SimpleShare in Resources */ = {isa = PBXBuildFile; fileRef = 82958986188510E900C755C9 /* SimpleShare */; };
2927
/* End PBXBuildFile section */
3028

3129
/* Begin PBXContainerItemProxy section */
@@ -57,16 +55,11 @@
5755
829589501881CD1D00C755C9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5856
829589521881CD1D00C755C9 /* SimpleShare_DemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SimpleShare_DemoTests.m; sourceTree = "<group>"; };
5957
8295895D1881CD4900C755C9 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
60-
8295895F1881CD6A00C755C9 /* SimpleShare.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleShare.h; sourceTree = "<group>"; };
61-
829589601881CD6A00C755C9 /* SimpleShare.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleShare.m; sourceTree = "<group>"; };
62-
829589621881CD8600C755C9 /* SSShareItemManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSShareItemManager.h; sourceTree = "<group>"; };
63-
829589631881CD8600C755C9 /* SSShareItemManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSShareItemManager.m; sourceTree = "<group>"; };
64-
829589651881CD9800C755C9 /* SSFindItemManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSFindItemManager.h; sourceTree = "<group>"; };
65-
829589661881CD9800C755C9 /* SSFindItemManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSFindItemManager.m; sourceTree = "<group>"; };
6658
8295896F1881D9A400C755C9 /* MyItemsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyItemsViewController.h; sourceTree = "<group>"; };
6759
829589701881D9A400C755C9 /* MyItemsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyItemsViewController.m; sourceTree = "<group>"; };
6860
829589721881D9AE00C755C9 /* NearbyItemsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NearbyItemsViewController.h; sourceTree = "<group>"; };
6961
829589731881D9AE00C755C9 /* NearbyItemsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NearbyItemsViewController.m; sourceTree = "<group>"; };
62+
82958986188510E900C755C9 /* SimpleShare */ = {isa = PBXFileReference; lastKnownFileType = folder; path = SimpleShare; sourceTree = "<group>"; };
7063
/* End PBXFileReference section */
7164

7265
/* Begin PBXFrameworksBuildPhase section */
@@ -128,7 +121,7 @@
128121
8295892D1881CD1D00C755C9 /* SimpleShare Demo */ = {
129122
isa = PBXGroup;
130123
children = (
131-
8295895C1881CD2400C755C9 /* SimpleShare */,
124+
82958986188510E900C755C9 /* SimpleShare */,
132125
829589681881D96300C755C9 /* View Controllers */,
133126
829589361881CD1D00C755C9 /* AppDelegate.h */,
134127
829589371881CD1D00C755C9 /* AppDelegate.m */,
@@ -168,19 +161,6 @@
168161
name = "Supporting Files";
169162
sourceTree = "<group>";
170163
};
171-
8295895C1881CD2400C755C9 /* SimpleShare */ = {
172-
isa = PBXGroup;
173-
children = (
174-
8295895F1881CD6A00C755C9 /* SimpleShare.h */,
175-
829589601881CD6A00C755C9 /* SimpleShare.m */,
176-
829589621881CD8600C755C9 /* SSShareItemManager.h */,
177-
829589631881CD8600C755C9 /* SSShareItemManager.m */,
178-
829589651881CD9800C755C9 /* SSFindItemManager.h */,
179-
829589661881CD9800C755C9 /* SSFindItemManager.m */,
180-
);
181-
name = SimpleShare;
182-
sourceTree = "<group>";
183-
};
184164
829589681881D96300C755C9 /* View Controllers */ = {
185165
isa = PBXGroup;
186166
children = (
@@ -268,6 +248,7 @@
268248
isa = PBXResourcesBuildPhase;
269249
buildActionMask = 2147483647;
270250
files = (
251+
82958987188510E900C755C9 /* SimpleShare in Resources */,
271252
829589401881CD1D00C755C9 /* Images.xcassets in Resources */,
272253
829589321881CD1D00C755C9 /* InfoPlist.strings in Resources */,
273254
8295893B1881CD1D00C755C9 /* Main.storyboard in Resources */,
@@ -289,11 +270,8 @@
289270
isa = PBXSourcesBuildPhase;
290271
buildActionMask = 2147483647;
291272
files = (
292-
829589641881CD8600C755C9 /* SSShareItemManager.m in Sources */,
293273
829589711881D9A400C755C9 /* MyItemsViewController.m in Sources */,
294274
829589741881D9AE00C755C9 /* NearbyItemsViewController.m in Sources */,
295-
829589611881CD6A00C755C9 /* SimpleShare.m in Sources */,
296-
829589671881CD9800C755C9 /* SSFindItemManager.m in Sources */,
297275
829589381881CD1D00C755C9 /* AppDelegate.m in Sources */,
298276
829589341881CD1D00C755C9 /* main.m in Sources */,
299277
);

SimpleShare Demo/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import "AppDelegate.h"
10-
#import "SimpleShare.h"
10+
#import "SimpleShare/SimpleShare.h"
1111

1212
@implementation AppDelegate
1313

SimpleShare Demo/MyItemsViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <UIKit/UIKit.h>
1010
#import "NearbyItemsViewController.h"
11-
#import "SimpleShare.h"
11+
#import "SimpleShare/SimpleShare.h"
1212

1313
@interface MyItemsViewController : UITableViewController <NearbyItemsViewControllerDelegate, SimpleShareDelegate>
1414
{

SimpleShare Demo/MyItemsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ - (void)viewDidLoad
3232
self.myItemIDs = [[NSMutableArray alloc] initWithObjects:[[NSUUID UUID] UUIDString], [[NSUUID UUID] UUIDString], [[NSUUID UUID] UUIDString], [[NSUUID UUID] UUIDString], [[NSUUID UUID] UUIDString], nil];
3333

3434
// Tell SimpleShare the item IDs we are sharing
35-
[SimpleShare sharedInstance].myItemIDs = _myItemIDs;
3635
[SimpleShare sharedInstance].delegate = self;
36+
[SimpleShare sharedInstance].myItemIDs = _myItemIDs;
3737

3838
}
3939

SimpleShare Demo/NearbyItemsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import "NearbyItemsViewController.h"
10-
#import "SimpleShare.h"
10+
#import "SimpleShare/SimpleShare.h"
1111

1212
@interface NearbyItemsViewController ()
1313

0 commit comments

Comments
 (0)