-
Notifications
You must be signed in to change notification settings - Fork 55
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
15 changed files
with
95 additions
and
53 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 |
---|---|---|
|
@@ -71,8 +71,6 @@ | |
B54E1D7D29CCE183006DBD8B /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = B54E1D8029CCE183006DBD8B /* Intents.intentdefinition */; }; | ||
B54E1D7E29CCE183006DBD8B /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = B54E1D8029CCE183006DBD8B /* Intents.intentdefinition */; }; | ||
B553BF91285F3FA10089DB8B /* AccessoryRectangularView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B553BF90285F3FA10089DB8B /* AccessoryRectangularView.swift */; }; | ||
B567D9C928B4639A000DA25D /* PenguinLive.swift in Sources */ = {isa = PBXBuildFile; fileRef = B567D9C828B4639A000DA25D /* PenguinLive.swift */; }; | ||
B567D9CA28B46993000DA25D /* PenguinLive.swift in Sources */ = {isa = PBXBuildFile; fileRef = B567D9C828B4639A000DA25D /* PenguinLive.swift */; }; | ||
B575978929D3DBA300B83885 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B575978329D3DBA300B83885 /* [email protected] */; }; | ||
B575978A29D3DBA300B83885 /* Seaborn1.png in Resources */ = {isa = PBXBuildFile; fileRef = B575978429D3DBA300B83885 /* Seaborn1.png */; }; | ||
B575978B29D3DBA300B83885 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B575978529D3DBA300B83885 /* [email protected] */; }; | ||
|
@@ -197,7 +195,6 @@ | |
B54E1D8529CCE1B4006DBD8B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Intents.strings"; sourceTree = "<group>"; }; | ||
B54E1D8729CCE1B6006DBD8B /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Intents.strings; sourceTree = "<group>"; }; | ||
B553BF90285F3FA10089DB8B /* AccessoryRectangularView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessoryRectangularView.swift; sourceTree = "<group>"; }; | ||
B567D9C828B4639A000DA25D /* PenguinLive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PenguinLive.swift; sourceTree = "<group>"; }; | ||
B575978329D3DBA300B83885 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
B575978429D3DBA300B83885 /* Seaborn1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Seaborn1.png; sourceTree = "<group>"; }; | ||
B575978529D3DBA300B83885 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
|
@@ -378,7 +375,6 @@ | |
504EC2FB1FED79650016851F = { | ||
isa = PBXGroup; | ||
children = ( | ||
B567D9C828B4639A000DA25D /* PenguinLive.swift */, | ||
B5E9EF4628219840009F0F68 /* PenguinViewController.swift */, | ||
3AF2C843259F544900761B04 /* SoundFX */, | ||
3A001AC52599230E0078A265 /* Settings.bundle */, | ||
|
@@ -719,7 +715,6 @@ | |
3A1157B1258F2B5C00F4C6FD /* SmallWidgetView.swift in Sources */, | ||
B50305AC29CC1864000FDC32 /* IntentHandler.swift in Sources */, | ||
3A06C12D2597454600B81F31 /* WidgetFooter.swift in Sources */, | ||
B567D9CA28B46993000DA25D /* PenguinLive.swift in Sources */, | ||
3A06C1252597447200B81F31 /* StageView.swift in Sources */, | ||
B54E1D7D29CCE183006DBD8B /* Intents.intentdefinition in Sources */, | ||
B553BF91285F3FA10089DB8B /* AccessoryRectangularView.swift in Sources */, | ||
|
@@ -749,7 +744,6 @@ | |
3A001AD32599A4A60078A265 /* ConsentView.swift in Sources */, | ||
3A001AC225991E2C0078A265 /* WhatsNew.swift in Sources */, | ||
3A679B012599166C00A685E9 /* WelcomeView.swift in Sources */, | ||
B567D9C928B4639A000DA25D /* PenguinLive.swift in Sources */, | ||
3A61615A259B0ED200FA06A2 /* ToggleNotificationPreference.swift in Sources */, | ||
3A61616C259C7B8D00FA06A2 /* HapticButton.swift in Sources */, | ||
3A001AD72599A68A0078A265 /* Helpers.swift in Sources */, | ||
|
@@ -859,7 +853,7 @@ | |
"@executable_path/Frameworks", | ||
"@executable_path/../../Frameworks", | ||
); | ||
MARKETING_VERSION = 3.13.7; | ||
MARKETING_VERSION = 3.13.10; | ||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | ||
MTL_FAST_MATH = YES; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.penguinstats.app.PenguinWidget; | ||
|
@@ -891,7 +885,7 @@ | |
"@executable_path/Frameworks", | ||
"@executable_path/../../Frameworks", | ||
); | ||
MARKETING_VERSION = 3.13.7; | ||
MARKETING_VERSION = 3.13.10; | ||
MTL_FAST_MATH = YES; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.penguinstats.app.PenguinWidget; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
|
@@ -1089,7 +1083,7 @@ | |
"$(inherited)", | ||
"@executable_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 3.13.7; | ||
MARKETING_VERSION = 3.13.10; | ||
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.penguinstats.app; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
|
@@ -1121,7 +1115,7 @@ | |
"$(inherited)", | ||
"@executable_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 3.13.7; | ||
MARKETING_VERSION = 3.13.10; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.penguinstats.app; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SUPPORTS_MACCATALYST = NO; | ||
|
60 changes: 29 additions & 31 deletions
60
ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
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,34 +1,32 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Alamofire", | ||
"repositoryURL": "https://github.com/Alamofire/Alamofire", | ||
"state": { | ||
"branch": null, | ||
"revision": "eaf6e622dd41b07b251d8f01752eab31bc811493", | ||
"version": "5.4.1" | ||
} | ||
}, | ||
{ | ||
"package": "RxBus", | ||
"repositoryURL": "https://github.com/ridi/RxBus-Swift", | ||
"state": { | ||
"branch": null, | ||
"revision": "542c47d46682a64867315867f45403a616ca40b0", | ||
"version": "1.3.1" | ||
} | ||
}, | ||
{ | ||
"package": "RxSwift", | ||
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "002d325b0bdee94e7882e1114af5ff4fe1e96afa", | ||
"version": "5.1.1" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "alamofire", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Alamofire/Alamofire", | ||
"state" : { | ||
"revision" : "eaf6e622dd41b07b251d8f01752eab31bc811493", | ||
"version" : "5.4.1" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "rxbus-swift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ridi/RxBus-Swift", | ||
"state" : { | ||
"revision" : "542c47d46682a64867315867f45403a616ca40b0", | ||
"version" : "1.3.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "rxswift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ReactiveX/RxSwift.git", | ||
"state" : { | ||
"revision" : "002d325b0bdee94e7882e1114af5ff4fe1e96afa", | ||
"version" : "5.1.1" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+50.9 KB
ios/App/PenguinWidget/ItemIcons.xcassets/item_31073.imageset/31073.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
ios/App/PenguinWidget/ItemIcons.xcassets/item_31073.imageset/Contents.json
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,12 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "31073.png", | ||
"idiom": "universal" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+69.5 KB
ios/App/PenguinWidget/ItemIcons.xcassets/item_31074.imageset/31074.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
ios/App/PenguinWidget/ItemIcons.xcassets/item_31074.imageset/Contents.json
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,12 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "31074.png", | ||
"idiom": "universal" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+53.6 KB
ios/App/PenguinWidget/ItemIcons.xcassets/item_31083.imageset/31083.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
ios/App/PenguinWidget/ItemIcons.xcassets/item_31083.imageset/Contents.json
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,12 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "31083.png", | ||
"idiom": "universal" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+54.5 KB
ios/App/PenguinWidget/ItemIcons.xcassets/item_31084.imageset/31084.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
ios/App/PenguinWidget/ItemIcons.xcassets/item_31084.imageset/Contents.json
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,12 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "31084.png", | ||
"idiom": "universal" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
ios/App/PenguinWidget/ItemIcons.xcassets/item_randomMaterial_8.imageset/Contents.json
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,12 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "randomMaterial_8.png", | ||
"idiom": "universal" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+40 KB
...inWidget/ItemIcons.xcassets/item_randomMaterial_8.imageset/randomMaterial_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "penguin-stats-frontend", | ||
"version": "3.13.7", | ||
"version": "3.13.10", | ||
"private": true, | ||
"author": "Penguin Statistics Contributors <[email protected]> (https://github.com/orgs/penguin-statistics/people)", | ||
"scripts": { | ||
|