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/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 diff --git a/PNXMPPFramework.podspec b/PNXMPPFramework.podspec index 52968b7..15d8bde 100644 --- a/PNXMPPFramework.podspec +++ b/PNXMPPFramework.podspec @@ -28,19 +28,18 @@ 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' -s.preserve_path = 'PNXMPPFramework/module/module.modulemap' +s.preserve_path = 'module/module.modulemap' #s.module_map = 'module/module.modulemap' s.subspec 'Core' do |core|