From 1045e1e5bc3045995ca6ab8e945d8c64fced68a6 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Fri, 26 Feb 2016 03:15:55 +0100 Subject: [PATCH 1/3] - Fix PodSpec --- PNXMPPFramework.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PNXMPPFramework.podspec b/PNXMPPFramework.podspec index 52968b7..e8d2f0b 100644 --- a/PNXMPPFramework.podspec +++ b/PNXMPPFramework.podspec @@ -28,14 +28,13 @@ Pod::Spec.new do |s| s.platform = :ios, '7.0' s.requires_arc = true - s.source_files = 'Pod/Classes/**/*' + #s.source_files = 'Pod/Classes/**/*' s.resources = [ '**/*.{xcdatamodel,xcdatamodeld}'] s.resource_bundles = { 'PNXMPPFramework' => ['Pod/Assets/*.png'] } # s.public_header_files = 'Pod/Classes/**/*.h' - s.preserve_paths = "PNXMPPFramework/Vendor/libidn/" # s.frameworks = 'UIKit', 'MapKit' # s.dependency 'AFNetworking', '~> 2.3' From 9621ebfb47f1d8fae9e577f5e314829e54fd1463 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Fri, 26 Feb 2016 04:31:48 +0100 Subject: [PATCH 2/3] no message --- Example/Podfile.lock | 2 +- Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json | 3 +-- Example/Pods/Manifest.lock | 2 +- PNXMPPFramework.podspec | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 985fb50..62628e4 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -178,7 +178,7 @@ SPEC CHECKSUMS: FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 KissXML: d19dd6dc65e0dc721ba92b3077b8ebdd240f1c1e libidn: fdf56b4958f08f8544c4cf45b3ed28bfe45c2b05 - PNXMPPFramework: 74877c04ff3b2ee176ee8f766ceb84eeee5fa9be + PNXMPPFramework: 83fb69ac6878fac532c6920e2561f08d80f96863 PODFILE CHECKSUM: c24dacdc80a49fe0e0fea049a6d762eb76667498 diff --git a/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json b/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json index 9022fbc..51d2d6c 100644 --- a/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json +++ b/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json @@ -15,7 +15,6 @@ "ios": "7.0" }, "requires_arc": true, - "source_files": "Pod/Classes/**/*", "resources": [ "**/*.{xcdatamodel,xcdatamodeld}" ], @@ -24,7 +23,7 @@ "Pod/Assets/*.png" ] }, - "preserve_paths": "PNXMPPFramework/module/module.modulemap", + "preserve_paths": "module/module.modulemap", "subspecs": [ { "name": "Core", diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 985fb50..62628e4 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -178,7 +178,7 @@ SPEC CHECKSUMS: FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 KissXML: d19dd6dc65e0dc721ba92b3077b8ebdd240f1c1e libidn: fdf56b4958f08f8544c4cf45b3ed28bfe45c2b05 - PNXMPPFramework: 74877c04ff3b2ee176ee8f766ceb84eeee5fa9be + PNXMPPFramework: 83fb69ac6878fac532c6920e2561f08d80f96863 PODFILE CHECKSUM: c24dacdc80a49fe0e0fea049a6d762eb76667498 diff --git a/PNXMPPFramework.podspec b/PNXMPPFramework.podspec index e8d2f0b..15d8bde 100644 --- a/PNXMPPFramework.podspec +++ b/PNXMPPFramework.podspec @@ -39,7 +39,7 @@ Pod::Spec.new do |s| # s.dependency 'AFNetworking', '~> 2.3' -s.preserve_path = 'PNXMPPFramework/module/module.modulemap' +s.preserve_path = 'module/module.modulemap' #s.module_map = 'module/module.modulemap' s.subspec 'Core' do |core| From b2dd767ead1ba9a00727347a86bcd8f87f1e2ab6 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Fri, 26 Feb 2016 04:43:54 +0100 Subject: [PATCH 3/3] no message --- .../XMPPSystemInputActivityMonitor.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Extensions/SystemInputActivityMonitor/XMPPSystemInputActivityMonitor.m b/Extensions/SystemInputActivityMonitor/XMPPSystemInputActivityMonitor.m index d32a54b..92f8b98 100644 --- a/Extensions/SystemInputActivityMonitor/XMPPSystemInputActivityMonitor.m +++ b/Extensions/SystemInputActivityMonitor/XMPPSystemInputActivityMonitor.m @@ -8,9 +8,6 @@ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC). #endif -#if TARGET_OS_IPHONE -#warning This file does not work on TARGET_OS_IPHONE. -#endif // Log levels: off, error, warn, info, verbose #if DEBUG