Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added global libPusher.h file #88

Merged
merged 1 commit into from May 5, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions Library/libPusher.h
@@ -0,0 +1,12 @@
//
// libPusher.h
// Pods
//
// Created by Alexander Schuch on 08/04/13.
//
//

#import <libPusher/PTPusher.h>
#import <libPusher/PTPusherChannel.h>
#import <libPusher/PTPusherEvent.h>
#import <libPusher/PTPusherAPI.h>
4 changes: 4 additions & 0 deletions libPusher-OSX/libPusher-OSX.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
4D8159811712C6ED0013A485 /* libPusher.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D8159801712C6ED0013A485 /* libPusher.h */; };
A3382DFA1525D0AF0025550D /* JSONKit.h in Headers */ = {isa = PBXBuildFile; fileRef = A3382DF91525D0AB0025550D /* JSONKit.h */; };
A3382DFE1525D0C90025550D /* PTJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = A3382DFB1525D0C90025550D /* PTJSON.h */; settings = {ATTRIBUTES = (Public, ); }; };
A3382DFF1525D0C90025550D /* PTJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = A3382DFC1525D0C90025550D /* PTJSON.m */; };
Expand Down Expand Up @@ -65,6 +66,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
4D8159801712C6ED0013A485 /* libPusher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libPusher.h; path = ../../Library/libPusher.h; sourceTree = "<group>"; };
A3382DF91525D0AB0025550D /* JSONKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSONKit.h; path = ../../Library/JSONKit.h; sourceTree = "<group>"; };
A3382DFB1525D0C90025550D /* PTJSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PTJSON.h; path = ../../Library/PTJSON.h; sourceTree = "<group>"; };
A3382DFC1525D0C90025550D /* PTJSON.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PTJSON.m; path = ../../Library/PTJSON.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -189,6 +191,7 @@
A3CA675E14DBCB2D003E2F1E /* libPusher-OSX */ = {
isa = PBXGroup;
children = (
4D8159801712C6ED0013A485 /* libPusher.h */,
A373A2811562D3B000BFAECE /* PTPusher+Testing.h */,
A373A2821562D3B000BFAECE /* PTPusher+Testing.m */,
A3382DFB1525D0C90025550D /* PTJSON.h */,
Expand Down Expand Up @@ -314,6 +317,7 @@
A3382DFE1525D0C90025550D /* PTJSON.h in Headers */,
A3382E001525D0C90025550D /* PTJSONParser.h in Headers */,
A373A2831562D3B000BFAECE /* PTPusher+Testing.h in Headers */,
4D8159811712C6ED0013A485 /* libPusher.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
4 changes: 4 additions & 0 deletions libPusher.xcodeproj/project.pbxproj
Expand Up @@ -11,6 +11,7 @@
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
4D81597F1712C6CA0013A485 /* libPusher.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D81597E1712C6CA0013A485 /* libPusher.h */; };
6D926C9364F64493B0A7BE5A /* libPods-specs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34CD0B6EB8B94D28B0AEC265 /* libPods-specs.a */; };
A304896C1667AAB4009511CB /* PTPusherChannelAuthorizationOperationSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = A304895E1667A8A6009511CB /* PTPusherChannelAuthorizationOperationSpec.m */; };
A30575D115233CC800DA19BD /* PTPusherPresenceChannelSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = A30575CE15233C1200DA19BD /* PTPusherPresenceChannelSpec.m */; };
Expand Down Expand Up @@ -131,6 +132,7 @@
32CA4F630368D1EE00C91783 /* libPusher_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libPusher_Prefix.pch; sourceTree = "<group>"; };
34CD0B6EB8B94D28B0AEC265 /* libPods-specs.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-specs.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3F700C4637DC43EFA335D40F /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
4D81597E1712C6CA0013A485 /* libPusher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libPusher.h; sourceTree = "<group>"; };
716CF9036AED411BB87C148E /* libPods-specs.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-specs.a"; sourceTree = BUILT_PRODUCTS_DIR; };
A304895E1667A8A6009511CB /* PTPusherChannelAuthorizationOperationSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PTPusherChannelAuthorizationOperationSpec.m; sourceTree = "<group>"; };
A30575CE15233C1200DA19BD /* PTPusherPresenceChannelSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PTPusherPresenceChannelSpec.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -289,6 +291,7 @@
A35281E613F7524C000687C0 /* REST API Client */,
A35281D813F73C42000687C0 /* Event Listeners */,
A3FE429311811ED6009CF5D7 /* Utility */,
4D81597E1712C6CA0013A485 /* libPusher.h */,
A3D1D28C1157FA4C009A12AD /* PTEventListener.h */,
A3D1D28E1157FA4C009A12AD /* PTPusher.h */,
A3D1D28F1157FA4C009A12AD /* PTPusher.m */,
Expand Down Expand Up @@ -544,6 +547,7 @@
A3382E011525D0D50025550D /* PTJSONParser.h in Headers */,
A317375F155D38C4007E4BBA /* PTPusher+Testing.h in Headers */,
A3226317155D481C00A46067 /* PTPusherMockConnection.h in Headers */,
4D81597F1712C6CA0013A485 /* libPusher.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down