File tree Expand file tree Collapse file tree
Example/DeveloperSupportStoreExamplePackage
Sources/DeveloperSupportStoreExampleFeature Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ let package = Package(
1919 . target(
2020 name: " DeveloperSupportStoreExampleFeature " ,
2121 dependencies: [
22- . product( name: " DeveloperSupportStore " , package : " phoenix-v1 " ) ,
22+ . product( name: " DeveloperSupportStore " , package : " DeveloperSupportStore " ) ,
2323 ]
2424 ) ,
2525 . testTarget(
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import SwiftUI
1414/// Product IDs are loaded automatically from Products.plist by StoreHelper.
1515public struct ExampleStoreConfiguration : StoreConfigurationProtocol {
1616 public var privacyPolicyURL : URL {
17- URL ( string: " https://example .com/privacy " ) !
17+ URL ( string: " https://igrsoft .com/info/app/developersupporstoreapp/policy.html " ) !
1818 }
1919
2020 public var termsOfUseURL : URL {
21- URL ( string: " https://example .com/terms " ) !
21+ URL ( string: " https://igrsoft .com/info/app/developersupporstoreapp/ terms.html " ) !
2222 }
2323
2424 public init ( ) { }
You can’t perform that action at this time.
0 commit comments