Skip to content

Commit

Permalink
fix issue in podspec (bridging header was not included in pod sources)
Browse files Browse the repository at this point in the history
  • Loading branch information
idokleinman committed Mar 3, 2016
1 parent 840058f commit e0a671b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
4 changes: 0 additions & 4 deletions Example/ParticleSDK/ParticleSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
5005A3DC1C87AF50007D7015 /* Spark-SDK-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 5005A3DB1C87AF18007D7015 /* Spark-SDK-Bridging-Header.h */; };
50F6507F1C85423D0065F02F /* ParticleSDK.h in Headers */ = {isa = PBXBuildFile; fileRef = 50F6507E1C85423D0065F02F /* ParticleSDK.h */; settings = {ATTRIBUTES = (Public, ); }; };
50F650861C85423D0065F02F /* ParticleSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50F6507B1C85423D0065F02F /* ParticleSDK.framework */; };
50F6508B1C85423D0065F02F /* ParticleSDKTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 50F6508A1C85423D0065F02F /* ParticleSDKTests.m */; };
Expand Down Expand Up @@ -88,7 +87,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
5005A3DB1C87AF18007D7015 /* Spark-SDK-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "Spark-SDK-Bridging-Header.h"; path = "../Spark-SDK-Bridging-Header.h"; sourceTree = "<group>"; };
50F6507B1C85423D0065F02F /* ParticleSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParticleSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
50F6507E1C85423D0065F02F /* ParticleSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParticleSDK.h; sourceTree = "<group>"; };
50F650801C85423D0065F02F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -157,7 +155,6 @@
50F6509A1C8542B30065F02F /* Helpers */,
50F650A51C8542B30065F02F /* SDK */,
50F6507E1C85423D0065F02F /* ParticleSDK.h */,
5005A3DB1C87AF18007D7015 /* Spark-SDK-Bridging-Header.h */,
50F650801C85423D0065F02F /* Info.plist */,
);
path = ParticleSDK;
Expand Down Expand Up @@ -230,7 +227,6 @@
50F650B11C8542B30065F02F /* SparkEvent.h in Headers */,
50F650B31C8542B30065F02F /* SparkUser.h in Headers */,
50F650AF1C8542B30065F02F /* SparkDevice.h in Headers */,
5005A3DC1C87AF50007D7015 /* Spark-SDK-Bridging-Header.h in Headers */,
50F650A91C8542B30065F02F /* KeychainItemWrapper.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
15 changes: 0 additions & 15 deletions Example/ParticleSDK/Spark-SDK-Bridging-Header.h

This file was deleted.

2 changes: 1 addition & 1 deletion Spark-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.public_header_files = 'Pod/Classes/*.h'
s.source_files = 'Pod/Classes/Spark-SDK.h'
s.source_files = 'Pod/Classes/*.h'

s.subspec 'Helpers' do |ss|
ss.source_files = 'Pod/Classes/Helpers/*.{h,m}'
Expand Down

0 comments on commit e0a671b

Please sign in to comment.