Skip to content

Commit

Permalink
fix boost cancelled trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Yussuf committed Sep 9, 2020
1 parent 888af1b commit aedc96c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Example/RevenueMonster.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = BDZ4N42FLM;
DevelopmentTeam = 8SQQV32J6L;
LastSwiftMigration = 1020;
ProvisioningStyle = Automatic;
SystemCapabilities = {
Expand All @@ -227,7 +227,7 @@
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = BDZ4N42FLM;
DevelopmentTeam = 8SQQV32J6L;
LastSwiftMigration = 1020;
TestTargetID = 607FACCF1AFB9204008FA782;
};
Expand Down Expand Up @@ -489,7 +489,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = BDZ4N42FLM;
DEVELOPMENT_TEAM = 8SQQV32J6L;
INFOPLIST_FILE = RevenueMonster/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
Expand All @@ -507,7 +507,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = BDZ4N42FLM;
DEVELOPMENT_TEAM = 8SQQV32J6L;
INFOPLIST_FILE = RevenueMonster/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
Expand All @@ -522,7 +522,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 9807D7B99106FDD1BD0FDC85 /* Pods-RevenueMonster_Tests.debug.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = BDZ4N42FLM;
DEVELOPMENT_TEAM = 8SQQV32J6L;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
Expand All @@ -544,7 +544,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D295D324D30EA5E457E6C5A0 /* Pods-RevenueMonster_Tests.release.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = BDZ4N42FLM;
DEVELOPMENT_TEAM = 8SQQV32J6L;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RevenueMonster is available through [CocoaPods](https://cocoapods.org). To insta
it, simply add the following line to your Podfile:

```ruby
pod 'RevenueMonster', '0.1-beta.7'
pod 'RevenueMonster', '0.1-beta.8'
```

## Author
Expand Down
2 changes: 1 addition & 1 deletion RevenueMonster.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RevenueMonster'
s.version = '0.1-beta.7'
s.version = '0.1-beta.8'
s.summary = 'RM SDK for IOS'

s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions RevenueMonster/Classes/Payment/Checkout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public final class Checkout {

private func openURL(_ url: String) throws {
if !self.isAppInstalled || url.contains("https://") {
self.inAppWebView = true
try self.openBrowser(url)
return
}
Expand Down

0 comments on commit aedc96c

Please sign in to comment.