Skip to content

Commit

Permalink
Makes WLXCharacteriscticAsyncExecutor public again.
Browse files Browse the repository at this point in the history
This header should not be used is only exposed for
WLXBluetoothDeviceReactiveExtensions.
  • Loading branch information
Guido Marucci Blas committed Apr 9, 2016
1 parent b17e47d commit 366f3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WLXBluetoothDevice.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
9D5CA6CE1B132E9B00356292 /* WLXBluetoothDeviceUserDefaultsRepository.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D5CA69B1B132E9B00356292 /* WLXBluetoothDeviceUserDefaultsRepository.m */; };
9D5CA6CF1B132E9B00356292 /* WLXCentralManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5CA69C1B132E9B00356292 /* WLXCentralManagerDelegate.h */; };
9D5CA6D01B132E9B00356292 /* WLXCentralManagerDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D5CA69D1B132E9B00356292 /* WLXCentralManagerDelegate.m */; };
9D5CA6D11B132E9B00356292 /* WLXCharacteristicAsyncExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5CA69E1B132E9B00356292 /* WLXCharacteristicAsyncExecutor.h */; };
9D5CA6D11B132E9B00356292 /* WLXCharacteristicAsyncExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5CA69E1B132E9B00356292 /* WLXCharacteristicAsyncExecutor.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D5CA6D21B132E9B00356292 /* WLXCharacteristicAsyncExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D5CA69F1B132E9B00356292 /* WLXCharacteristicAsyncExecutor.m */; };
9D5CA6D31B132E9B00356292 /* WLXCharacteristicLocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5CA6A01B132E9B00356292 /* WLXCharacteristicLocator.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D5CA6D41B132E9B00356292 /* WLXConnectionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5CA6A11B132E9B00356292 /* WLXConnectionManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -366,14 +366,14 @@
9D5CA6E71B132E9B00356292 /* WLXReconnectionStrategy.h in Headers */,
9D5CA6DF1B132E9B00356292 /* WLXLinearReconnectionStrategy.h in Headers */,
9D5CA6BC1B132E9B00356292 /* WLXBluetoothDevice.h in Headers */,
9D5CA6D11B132E9B00356292 /* WLXCharacteristicAsyncExecutor.h in Headers */,
9D5CA6E51B132E9B00356292 /* WLXRealDateProvider.h in Headers */,
9D5CA6CF1B132E9B00356292 /* WLXCentralManagerDelegate.h in Headers */,
9D5CA6BA1B132E9B00356292 /* WLXBluetoothConnectionManager.h in Headers */,
9D5CA6DD1B132E9B00356292 /* WLXFakeDateProvider.h in Headers */,
9D5CA6C11B132E9B00356292 /* WLXBluetoothDeviceDiscoverer.h in Headers */,
9D5CA6DB1B132E9B00356292 /* WLXDictionaryOfArrays.h in Headers */,
9D5CA6E11B132E9B00356292 /* WLXManagedDelayedExecutor.h in Headers */,
9D5CA6D11B132E9B00356292 /* WLXCharacteristicAsyncExecutor.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 2 additions & 0 deletions WLXBluetoothDevice/WLXBluetoothDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#import <WLXBluetoothDevice/WLXServiceManager.h>
#import <WLXBluetoothDevice/WLXServicesManager.h>

#import <WLXBluetoothDevice/WLXCharacteristicAsyncExecutor.h>

//! Project version number for WLXBluetoothDevice.
FOUNDATION_EXPORT double WLXBluetoothDeviceVersionNumber;

Expand Down

0 comments on commit 366f3dd

Please sign in to comment.