Skip to content

Commit 03c1f30

Browse files
committed
Tidy up of Obj-C example
1 parent 0030fa4 commit 03c1f30

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

iOS Example Obj-C/iOS Example Obj-C.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
331F37361D82CAB900AE2852 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 331F37341D82CAB900AE2852 /* Main.storyboard */; };
1414
331F37381D82CAB900AE2852 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 331F37371D82CAB900AE2852 /* Assets.xcassets */; };
1515
331F373B1D82CAB900AE2852 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 331F37391D82CAB900AE2852 /* LaunchScreen.storyboard */; };
16-
331F37431D82E01F00AE2852 /* PusherSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331F37421D82E01F00AE2852 /* PusherSwift.framework */; };
17-
331F37441D82E01F00AE2852 /* PusherSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 331F37421D82E01F00AE2852 /* PusherSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
16+
339CC9B51DAB8D6C00E7F97B /* PusherSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 339CC9B41DAB8D6C00E7F97B /* PusherSwift.framework */; };
17+
339CC9B61DAB8D6C00E7F97B /* PusherSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 339CC9B41DAB8D6C00E7F97B /* PusherSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXCopyFilesBuildPhase section */
21-
331F37451D82E01F00AE2852 /* Embed Frameworks */ = {
21+
339CC9B71DAB8D6D00E7F97B /* Embed Frameworks */ = {
2222
isa = PBXCopyFilesBuildPhase;
2323
buildActionMask = 2147483647;
2424
dstPath = "";
2525
dstSubfolderSpec = 10;
2626
files = (
27-
331F37441D82E01F00AE2852 /* PusherSwift.framework in Embed Frameworks */,
27+
339CC9B61DAB8D6C00E7F97B /* PusherSwift.framework in Embed Frameworks */,
2828
);
2929
name = "Embed Frameworks";
3030
runOnlyForDeploymentPostprocessing = 0;
@@ -42,16 +42,16 @@
4242
331F37371D82CAB900AE2852 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4343
331F373A1D82CAB900AE2852 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4444
331F373C1D82CAB900AE2852 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
45-
331F37421D82E01F00AE2852 /* PusherSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PusherSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4645
3330F8821D86A58900D8DC88 /* iOS Example Obj-C.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "iOS Example Obj-C.entitlements"; sourceTree = "<group>"; };
46+
339CC9B41DAB8D6C00E7F97B /* PusherSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PusherSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4747
/* End PBXFileReference section */
4848

4949
/* Begin PBXFrameworksBuildPhase section */
5050
331F37251D82CAB900AE2852 /* Frameworks */ = {
5151
isa = PBXFrameworksBuildPhase;
5252
buildActionMask = 2147483647;
5353
files = (
54-
331F37431D82E01F00AE2852 /* PusherSwift.framework in Frameworks */,
54+
339CC9B51DAB8D6C00E7F97B /* PusherSwift.framework in Frameworks */,
5555
);
5656
runOnlyForDeploymentPostprocessing = 0;
5757
};
@@ -103,7 +103,7 @@
103103
331F37461D82E02800AE2852 /* Frameworks */ = {
104104
isa = PBXGroup;
105105
children = (
106-
331F37421D82E01F00AE2852 /* PusherSwift.framework */,
106+
339CC9B41DAB8D6C00E7F97B /* PusherSwift.framework */,
107107
);
108108
name = Frameworks;
109109
sourceTree = "<group>";
@@ -118,7 +118,7 @@
118118
331F37241D82CAB900AE2852 /* Sources */,
119119
331F37251D82CAB900AE2852 /* Frameworks */,
120120
331F37261D82CAB900AE2852 /* Resources */,
121-
331F37451D82E01F00AE2852 /* Embed Frameworks */,
121+
339CC9B71DAB8D6D00E7F97B /* Embed Frameworks */,
122122
);
123123
buildRules = (
124124
);

iOS Example Obj-C/iOS Example Obj-C/AppDelegate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616

1717

1818
@end
19-

0 commit comments

Comments
 (0)