Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenfay committed Jun 23, 2024
1 parent 5d90080 commit 7ce5294
Show file tree
Hide file tree
Showing 20 changed files with 206 additions and 217 deletions.
4 changes: 2 additions & 2 deletions Classes/DYFStore.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// DYFStore.swift
//
// Created by Teng Fei on 2016/11/28. ( https://github.com/chenxing640/DYFStore )
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28. ( https://github.com/itenfay/DYFStore )
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Classes/DYFStoreConverter.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// DYFStoreTransaction.swift
//
// Created by Teng Fei on 2016/11/28. ( https://github.com/chenxing640/DYFStore )
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28. ( https://github.com/itenfay/DYFStore )
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Classes/DYFStoreKeychainPersistence.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// DYFStoreKeychainPersistence.swift
//
// Created by Teng Fei on 2016/11/28. ( https://github.com/chenxing640/DYFStore )
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28. ( https://github.com/itenfay/DYFStore )
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Classes/DYFStoreTransaction.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// DYFStoreTransaction.swift
//
// Created by Teng Fei on 2016/11/28. ( https://github.com/chenxing640/DYFStore )
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28. ( https://github.com/itenfay/DYFStore )
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Classes/DYFStoreUserDefaultsPersistence.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// DYFStoreUserDefaultsPersistence.swift
//
// Created by Teng Fei on 2016/11/28. ( https://github.com/chenxing640/DYFStore )
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28. ( https://github.com/itenfay/DYFStore )
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
23 changes: 11 additions & 12 deletions DYFStore.podspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Pod::Spec.new do |s|
s.name = "DYFStore"
s.version = "2.1.0"
s.summary = "A lightweight and easy-to-use iOS library for In-App Purchases. (Swift)"
s.version = "2.2.0"
s.summary = "[Swift] A lightweight and easy-to-use iOS library for In-App Purchases."

s.description = <<-DESC
TODU: A lightweight and easy-to-use iOS library for In-App Purchases. DYFStore uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence.
TODU: [Swift] A lightweight and easy-to-use iOS library for In-App Purchases. DYFStore uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence.
DESC

s.homepage = "https://github.com/chenxing640/DYFStore"
s.homepage = "https://github.com/itenfay/DYFStore"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.source = { :git => "https://github.com/chenxing640/DYFStore.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/itenfay/DYFStore.git", :tag => s.version.to_s }

# s.license = "MIT (example)"
s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "Teng Fei" => "hansen981@126.com" }
# Or just: s.author = "Teng Fei"
# s.authors = { "Teng Fei" => "hansen981@126.com" }
# s.social_media_url = "https://twitter.com/tengfei"
s.author = { "Tenfay" => "itenfay@163.com" }
# Or just: s.author = "Tenfay"
# s.authors = { "Tenfay" => "itenfay@163.com" }
# s.social_media_url = "https://twitter.com/Tenfay"

s.platform = :ios
# s.platform = :ios, "5.0"
Expand All @@ -26,8 +26,8 @@ Pod::Spec.new do |s|
# s.watchos.deployment_target = "3.0"
# s.tvos.deployment_target = "9.0"

s.swift_versions = ['4.2', '5.0']

#s.swift_versions = ['4.2', '5.0']
s.swift_version = '5.0'
s.requires_arc = true

s.source_files = "Classes/*.swift"
Expand All @@ -48,5 +48,4 @@ Pod::Spec.new do |s|
# s.dependency "JSONKit", "~> 1.4"
# s.dependency 'DYFStoreReceiptVerifier_Swift'
s.dependency 'DYFSwiftRuntimeProvider'

end
16 changes: 8 additions & 8 deletions DYFStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
149E56B0235EF74D0011F030 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
149E56B2235EF75A0011F030 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
35E710337D1F354156C45AC4 /* Pods-DYFStore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DYFStore.debug.xcconfig"; path = "Target Support Files/Pods-DYFStore/Pods-DYFStore.debug.xcconfig"; sourceTree = "<group>"; };
492441422C28232400AAA998 /* README-en.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-en.md"; sourceTree = SOURCE_ROOT; };
492441432C28232400AAA998 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
49785A232BD533B600E367F0 /* SKExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKExtensions.swift; sourceTree = "<group>"; };
49785A242BD533B600E367F0 /* SKIndefiniteAnimatedSpinner.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKIndefiniteAnimatedSpinner.swift; sourceTree = "<group>"; };
49785A252BD533B600E367F0 /* SKLoadingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKLoadingView.swift; sourceTree = "<group>"; };
49785A262BD533B600E367F0 /* SKIAPManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKIAPManager.swift; sourceTree = "<group>"; };
49785A2C2BD533C800E367F0 /* DYFStore.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = DYFStore.podspec; sourceTree = SOURCE_ROOT; };
497B36582BD438A600733FE8 /* README-zh.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-zh.md"; sourceTree = SOURCE_ROOT; };
497B36592BD438A600733FE8 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
497B365A2BD438A600733FE8 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = SOURCE_ROOT; };
A2381EE5D31812C8BFC40A09 /* Pods_DYFStore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DYFStore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -163,8 +163,8 @@
children = (
49785A2C2BD533C800E367F0 /* DYFStore.podspec */,
497B365A2BD438A600733FE8 /* LICENSE */,
497B36582BD438A600733FE8 /* README-zh.md */,
497B36592BD438A600733FE8 /* README.md */,
492441422C28232400AAA998 /* README-en.md */,
492441432C28232400AAA998 /* README.md */,
);
path = "Podspec Metadata";
sourceTree = "<group>";
Expand Down Expand Up @@ -458,7 +458,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 2;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = KCBQ48PTUV;
INFOPLIST_FILE = "$(SRCROOT)/DYFStoreDemo/Info.plist";
Expand All @@ -468,7 +468,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.hncs.szj;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -484,7 +484,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = KCBQ48PTUV;
INFOPLIST_FILE = "$(SRCROOT)/DYFStoreDemo/Info.plist";
Expand All @@ -494,7 +494,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.hncs.szj;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// AppDelegate.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/SKStoreProduct.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SKStoreProduct.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/SKStoreTableViewCell.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SKStoreTableViewCell.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/SKStoreViewController.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SKStoreViewController.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/Sample/SKExtensions.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SKExtensions.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/Sample/SKIAPManager.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SKIAPManager.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/Sample/SKIndefiniteAnimatedSpinner.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SKIndefiniteAnimatedSpinner.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/Sample/SKLoadingView.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SKLoadingView.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions DYFStoreDemo/ViewController.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ViewController.swift
//
// Created by Teng Fei on 2016/11/28.
// Copyright © 2016 Teng Fei. All rights reserved.
// Created by Tenfay on 2016/11/28.
// Copyright © 2016 Tenfay. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Created by Teng Fei on 2016/11/28. ( https://github.com/chenxing640/DYFStore )
Copyright © 2016 Teng Fei. All rights reserved.
Created by Tenfay on 2016/11/28. ( https://github.com/itenfay/DYFStore )
Copyright © 2016 Tenfay. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ target 'DYFStore' do

# Pods for DYFStore
pod 'DYFSwiftRuntimeProvider'
# The receipt verifier(Optional).
pod 'DYFStoreReceiptVerifier_Swift'

end
Loading

0 comments on commit 7ce5294

Please sign in to comment.