Use this base to build your own Menulet based apps that use PubNub!
One Workspace, Two Projects:
-
Objective-C
-
Swift
-
Clone the Repo
-
Open the Workspace File (MenuletApps.xcworkspace) rather than project files because we use CocoaPods for the PubNub SDK. CocoaPods updates the build info for workspace files to include Pods (libraries) in the build process.
-
If you decide to remove a Project, make sure to update the Podfile in the root folder.
-
The Swift one obviously won't build in XCode 5, so don't try to build that target without XCode 6 Beta. However, the project itself won't interfere with the Objective-C one.
+------------------------------------------+
| PubNub-Cocoa-Menulet |
+------------------------------------------+
|
+-+ Podfile
|
+-+ Pods/
|
+-+ screenshots/
|
+-+ MenuletApps.xcworkspace <<<
|
+-----+ Menulet/Menulet.xcproject
|
+-----+ MenuletSwift/MenuletSwift.xcproject