Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PhoneManager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yang
PhoneManager
Commits
58d501fb
Commit
58d501fb
authored
Jun 03, 2025
by
shenyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.2.1被拘修改
parent
cbded6a2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
17 deletions
+18
-17
project.pbxproj
PhoneManager.xcodeproj/project.pbxproj
+2
-2
ADManager.swift
PhoneManager/Class/Manager/ADManager/ADManager.swift
+2
-2
HomePayView.swift
PhoneManager/Class/Page/Pay/View/HomePayView.swift
+13
-13
OnboardingPaywallScreenAnimationLIGHT.json
...ViewController/OnboardingPaywallScreenAnimationLIGHT.json
+1
-0
No files found.
PhoneManager.xcodeproj/project.pbxproj
View file @
58d501fb
...
...
@@ -816,7 +816,7 @@
CODE_SIGN_ENTITLEMENTS
=
PhoneManager/PhoneManager.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
3
;
CURRENT_PROJECT_VERSION
=
4
;
DEVELOPMENT_TEAM
=
6K23946NQ5
;
GENERATE_INFOPLIST_FILE
=
YES
;
INFOPLIST_FILE
=
PhoneManager/Info.plist
;
...
...
@@ -864,7 +864,7 @@
CODE_SIGN_ENTITLEMENTS
=
PhoneManager/PhoneManager.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
3
;
CURRENT_PROJECT_VERSION
=
4
;
DEVELOPMENT_TEAM
=
6K23946NQ5
;
GENERATE_INFOPLIST_FILE
=
YES
;
INFOPLIST_FILE
=
PhoneManager/Info.plist
;
...
...
PhoneManager/Class/Manager/ADManager/ADManager.swift
View file @
58d501fb
...
...
@@ -50,8 +50,8 @@ class ADManager : NSObject, FullScreenContentDelegate {
/// 记录插屏上次展示广告的时间
private
var
interstitiallastAdShowTime
:
Date
?
private
var
currentVersion
=
Bundle
.
main
.
infoDictionary
?[
"CFBundleShortVersionString"
]
as?
String
??
"2.2.
0
"
var
onlineVersion
=
"
1.1.0
"
private
var
currentVersion
=
Bundle
.
main
.
infoDictionary
?[
"CFBundleShortVersionString"
]
as?
String
??
"2.2.
1
"
var
onlineVersion
=
"
2.2.1
"
/// 默认每日免费删除次数
...
...
PhoneManager/Class/Page/Pay/View/HomePayView.swift
View file @
58d501fb
...
...
@@ -100,7 +100,7 @@ class HomePayView:UIView {
lazy
var
animationView
:
LottieAnimationView
=
{
let
animationView
=
LottieAnimationView
(
name
:
"
iapAnimation
"
)
let
animationView
=
LottieAnimationView
(
name
:
"
OnboardingPaywallScreenAnimationLIGHT
"
)
animationView
.
loopMode
=
.
loop
return
animationView
}()
...
...
@@ -159,21 +159,21 @@ class HomePayView:UIView {
titleLabel2
?
.
sizeToFit
()
//
self.addSubview(animationView)
self
.
addSubview
(
animationView
)
let
webpImage
=
UIImageView
()
if
let
webpPath
=
Bundle
.
main
.
path
(
forResource
:
"pay_animation"
,
ofType
:
"gif"
),
let
webpURL
=
URL
(
string
:
"file://"
+
webpPath
)
{
webpImage
.
kf
.
setImage
(
with
:
webpURL
)
}
self
.
addSubview
(
webpImage
)
//
let webpImage = UIImageView()
//
if let webpPath = Bundle.main.path(forResource: "pay_animation", ofType: "gif"),
//
let webpURL = URL(string: "file://" + webpPath) {
//
webpImage.kf.setImage(with: webpURL)
//
}
//
self.addSubview(webpImage)
//
playAnimationWithDelay()
webpImage
.
snp
.
makeConstraints
{
make
in
playAnimationWithDelay
()
animationView
.
snp
.
makeConstraints
{
make
in
make
.
centerX
.
equalToSuperview
()
make
.
top
.
equalTo
(
titleLabel2
!.
snp
.
bottom
)
.
offset
(
4
0
)
make
.
width
.
equalTo
(
2
85
.
RW
())
make
.
height
.
equalTo
(
1
42
.
RW
())
make
.
top
.
equalTo
(
titleLabel2
!.
snp
.
bottom
)
.
offset
(
2
0
)
make
.
width
.
equalTo
(
2
90
.
RW
())
make
.
height
.
equalTo
(
1
86
.
RW
())
}
appleLabel
=
UILabel
()
...
...
PhoneManager/Class/Page/Pay/ViewController/OnboardingPaywallScreenAnimationLIGHT.json
0 → 100644
View file @
58d501fb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment