Skip to content

Commit

Permalink
Merge pull request #184 from shankari/master
Browse files Browse the repository at this point in the history
Remove references to UIWebView
  • Loading branch information
shankari authored Apr 9, 2020
2 parents 27273ce + ebe2d20 commit 420228c
Show file tree
Hide file tree
Showing 65 changed files with 2 additions and 8,293 deletions.
9 changes: 2 additions & 7 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="edu.berkeley.eecs.emission.cordova.datacollection"
version="1.4.2">
version="1.4.3">

<name>DataCollection</name>
<description>Background data collection FTW! This is the part that I really
Expand Down Expand Up @@ -188,15 +188,10 @@
<false/>
</config-file>

<framework src="src/ios/frameworks/Parse.framework" custom="true" />
<framework src="src/ios/frameworks/Bolts.framework" custom="true" />
<framework src="Bolts/Tasks" type="podspec" spec="~> 1.9.0"/>

<framework src="CoreLocation.framework"/>
<framework src="Accounts.framework"/>
<!-- Imported by parse, can remove once we move away from Parse -->
<framework src="AudioToolbox.framework"/>
<framework src="StoreKit.framework"/>
<framework src="Social.framework"/>

<header-file src="src/ios/BEMDataCollection.h"/>
<header-file src="src/ios/BEMAppDelegate.h"/>
Expand Down
1 change: 0 additions & 1 deletion src/ios/Location/TripDiaryDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import "TripDiaryDelegate.h"
#import <Parse/Parse.h>
#import "BEMBuiltinUserCache.h"
#import "TripDiaryStateMachine.h"
#import "TripDiaryActions.h"
Expand Down
Binary file removed src/ios/frameworks/Bolts.framework/Bolts
Binary file not shown.
49 changes: 0 additions & 49 deletions src/ios/frameworks/Bolts.framework/Headers/BFAppLink.h

This file was deleted.

113 changes: 0 additions & 113 deletions src/ios/frameworks/Bolts.framework/Headers/BFAppLinkNavigation.h

This file was deleted.

30 changes: 0 additions & 30 deletions src/ios/frameworks/Bolts.framework/Headers/BFAppLinkResolving.h

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 420228c

Please sign in to comment.