-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #54: Issue while presenting SDK screen from parent App
- Loading branch information
1 parent
57ce471
commit 4e60245
Showing
7 changed files
with
154 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
PrivacyDashboardiOS/Example/Pods/Pods.xcodeproj/project.pbxproj
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'AFDateHelper' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for AFDateHelper | ||
|
||
end | ||
|
||
target 'Alamofire' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Alamofire | ||
|
||
end | ||
|
||
target 'ExpandableLabel' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for ExpandableLabel | ||
|
||
end | ||
|
||
target 'IQKeyboardManagerSwift' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for IQKeyboardManagerSwift | ||
|
||
end | ||
|
||
target 'Kingfisher' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Kingfisher | ||
|
||
end | ||
|
||
target 'MiniLayout' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for MiniLayout | ||
|
||
end | ||
|
||
target 'Pods-PrivacyDashboardiOS_Example' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Pods-PrivacyDashboardiOS_Example | ||
|
||
end | ||
|
||
target 'Pods-PrivacyDashboardiOS_Tests' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Pods-PrivacyDashboardiOS_Tests | ||
|
||
end | ||
|
||
target 'PrivacyDashboardiOS' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for PrivacyDashboardiOS | ||
|
||
end | ||
|
||
target 'SDStateTableView' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for SDStateTableView | ||
|
||
end | ||
|
||
target 'StepProgressView' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for StepProgressView | ||
|
||
end | ||
|
||
target 'SweeterSwift' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for SweeterSwift | ||
|
||
end | ||
|
||
target 'SwiftEntryKit' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for SwiftEntryKit | ||
|
||
end | ||
|
||
target 'SwiftyJSON' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for SwiftyJSON | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PODFILE CHECKSUM: 358153f61ad1abd3d69bcffbbb227ba1a4422c28 | ||
|
||
COCOAPODS: 1.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
PrivacyDashboardiOS/_Pods.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.