forked from mirrors/linphone-iphone
switch ALAssetLibrary to Photos in manager
This commit is contained in:
parent
5740496380
commit
a3a7bc02fa
2 changed files with 1 additions and 2 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#import <SystemConfiguration/SCNetworkReachability.h>
|
||||
#import <AudioToolbox/AudioToolbox.h>
|
||||
#import <AssetsLibrary/ALAssetsLibrary.h>
|
||||
#import <Photos/Photos.h>
|
||||
#import <CoreTelephony/CTCallCenter.h>
|
||||
|
||||
#import <sqlite3.h>
|
||||
|
|
@ -225,7 +226,6 @@ typedef struct _LinphoneManagerSounds {
|
|||
@property (nonatomic, assign) BOOL speakerEnabled;
|
||||
@property (nonatomic, assign) BOOL bluetoothAvailable;
|
||||
@property (nonatomic, assign) BOOL bluetoothEnabled;
|
||||
@property (readonly) ALAssetsLibrary *photoLibrary;
|
||||
@property (readonly) NSString* contactSipField;
|
||||
@property (readonly,copy) NSString* contactFilter;
|
||||
@property (copy) void (^silentPushCompletion)(UIBackgroundFetchResult);
|
||||
|
|
|
|||
|
|
@ -263,7 +263,6 @@ struct codec_name_pref_table codec_pref_table[] = {{"speex", 8000, "speex_8k_pre
|
|||
_fileTransferDelegates = [[NSMutableArray alloc] init];
|
||||
_linphoneManagerAddressBookMap = [[OrderedDictionary alloc] init];
|
||||
pushCallIDs = [[NSMutableArray alloc] init];
|
||||
_photoLibrary = [[ALAssetsLibrary alloc] init];
|
||||
_isTesting = [LinphoneManager isRunningTests];
|
||||
[self renameDefaultSettings];
|
||||
[self copyDefaultSettings];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue