-
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.
- Loading branch information
Showing
9 changed files
with
155 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
# Xcode | ||
# | ||
DerivedData/ | ||
build/ | ||
*.xcworkspace | ||
!default.xcworkspace | ||
xcuserdata/ | ||
*.xcodeproj/* | ||
!*.xcodeproj/project.pbxproj | ||
!*.xcodeproj/xcshareddata/ | ||
!*.xcworkspace/contents.xcworkspacedata | ||
*.xcuserstate | ||
*.xcscmblueprint | ||
*.swifttemplate | ||
|
||
# Swift Package Manager | ||
# | ||
.build/ | ||
Packages/ | ||
Package.pins | ||
.swiftpm/xcode/package.xcworkspace/ | ||
.swiftpm/xcode/xcshareddata/ | ||
|
||
# CocoaPods | ||
# | ||
Pods/ | ||
Podfile.lock | ||
Podfile/.swift-version | ||
|
||
# Carthage | ||
# | ||
Carthage/Build/ | ||
|
||
# Fastlane | ||
# | ||
fastlane/report.xml | ||
fastlane/Preview.html | ||
fastlane/screenshots | ||
fastlane/test_output | ||
fastlane/tests_output | ||
|
||
# Xcode Specific | ||
# | ||
*.moved-aside | ||
*.hmap | ||
*.ipa | ||
*.dSYM.zip | ||
*.dSYM | ||
*.xcarchive | ||
.xcresult/ | ||
|
||
# Playgrounds | ||
# | ||
timeline.xctimeline | ||
playground.xcworkspace | ||
|
||
# Shared frameworks | ||
# | ||
Carthage/Build | ||
Carthage/Checkouts | ||
|
||
# Generated Files | ||
# | ||
*.rpt | ||
*.sav | ||
|
||
# App packaging | ||
# | ||
*.pmdoc | ||
|
||
# SwiftPM Binary Artifacts | ||
.xcframeworks/ | ||
|
||
# Temporary files | ||
# | ||
*.tmp | ||
*.temp | ||
*.swp | ||
*.swo | ||
*.DS_Store | ||
*.class | ||
*.lock | ||
|
||
# Testing | ||
# | ||
test_output/ | ||
|
||
# Environment specific files | ||
# | ||
.vscode/ | ||
.env | ||
|
||
# Editor specific | ||
# | ||
.idea/ | ||
*.iml |
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 |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# CHANGELOG | ||
|
||
## 0.1.1 (2024-10-17) | ||
* Ensure functions intended to be public are indeed public :) | ||
* Add `autoFinishTransactions` option to init. | ||
* Improve documentation and examples in README.md | ||
|
||
## 0.1.0 (2024-10-17) | ||
* Initial Release | ||
|
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
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 |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
// | ||
|
||
public protocol ProductRepresentable { | ||
/// Identifier for a product | ||
func getId() -> String | ||
} |
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
7 changes: 0 additions & 7 deletions
7
StoreKitHelper.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
StoreKitHelper.xcodeproj/xcuserdata/marcel.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.