Skip to content

Commit a81be14

Browse files
committed
fix: update PagerTabStripView dep to fix crash on iOS
1 parent 78569fe commit a81be14

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

V2exOS.xcodeproj/project.pbxproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
attributes = {
422422
BuildIndependentTargetsInParallel = 1;
423423
LastSwiftUpdateCheck = 1420;
424-
LastUpgradeCheck = 1420;
424+
LastUpgradeCheck = 1510;
425425
TargetAttributes = {
426426
0D033B21288CD64500129C9B = {
427427
CreatedOnToolsVersion = 13.4.1;
@@ -765,10 +765,11 @@
765765
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
766766
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
767767
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
768-
CODE_SIGN_STYLE = Manual;
768+
CODE_SIGN_IDENTITY = "Apple Development";
769+
CODE_SIGN_STYLE = Automatic;
769770
CURRENT_PROJECT_VERSION = 1;
770771
DEVELOPMENT_ASSET_PATHS = "\"V2exOSiOS/Preview Content\"";
771-
DEVELOPMENT_TEAM = "";
772+
DEVELOPMENT_TEAM = S4XH6LVQ6A;
772773
ENABLE_PREVIEWS = YES;
773774
GENERATE_INFOPLIST_FILE = YES;
774775
INFOPLIST_FILE = V2exOSiOS/Info.plist;
@@ -801,10 +802,11 @@
801802
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
802803
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
803804
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
804-
CODE_SIGN_STYLE = Manual;
805+
CODE_SIGN_IDENTITY = "Apple Development";
806+
CODE_SIGN_STYLE = Automatic;
805807
CURRENT_PROJECT_VERSION = 1;
806808
DEVELOPMENT_ASSET_PATHS = "\"V2exOSiOS/Preview Content\"";
807-
DEVELOPMENT_TEAM = "";
809+
DEVELOPMENT_TEAM = S4XH6LVQ6A;
808810
ENABLE_PREVIEWS = YES;
809811
GENERATE_INFOPLIST_FILE = YES;
810812
INFOPLIST_FILE = V2exOSiOS/Info.plist;
@@ -955,8 +957,8 @@
955957
isa = XCRemoteSwiftPackageReference;
956958
repositoryURL = "https://github.com/xmartlabs/PagerTabStripView.git";
957959
requirement = {
958-
kind = upToNextMajorVersion;
959-
minimumVersion = 4.0.0;
960+
kind = revision;
961+
revision = 69921e0c755be7ff71d1e19f70b6179e432b8b0b;
960962
};
961963
};
962964
0D8F3351288D243A00C27AF1 /* XCRemoteSwiftPackageReference "MarkdownUI" */ = {

V2exOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

V2exOS.xcodeproj/xcshareddata/xcschemes/V2exOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

V2exOS.xcodeproj/xcshareddata/xcschemes/V2exOSTV.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

V2exOS.xcodeproj/xcshareddata/xcschemes/V2exOSiOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)