Skip to content

Commit d293c44

Browse files
committed
Merge pull request #246 from BoltsFramework/nlutsenko.script
Unbreak build framework script.
2 parents 7567e79 + 15fda80 commit d293c44

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Bolts/iOS/BFAppLinkNavigation.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*/
1010

11-
#import <UIKit/UIKit.h>
11+
#import "BFAppLinkNavigation.h"
1212

1313
#import <Bolts/Bolts.h>
1414

scripts/build_framework.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,4 @@ fi
233233
# Done
234234
#
235235

236-
progress_message "Framework version info:" `perl -pe "s/.*@//" < $BOLTS_SRC/Bolts/Common/BoltsVersion.h`
237236
common_success

0 commit comments

Comments
 (0)