Skip to content

Commit 597502c

Browse files
committed
Incorporate fix for wordlist alphabetization error.
BlockchainCommons/Research#45
1 parent 48764fd commit 597502c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

URDemo.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
buildSettings = {
485485
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486486
CODE_SIGN_STYLE = Automatic;
487-
CURRENT_PROJECT_VERSION = 2;
487+
CURRENT_PROJECT_VERSION = 3;
488488
DEVELOPMENT_ASSET_PATHS = "\"URDemo/Preview Content\"";
489489
DEVELOPMENT_TEAM = YZHG975W3A;
490490
ENABLE_PREVIEWS = YES;
@@ -497,7 +497,7 @@
497497
"$(inherited)",
498498
"@executable_path/Frameworks",
499499
);
500-
MARKETING_VERSION = 1.0.1;
500+
MARKETING_VERSION = 2.0.0;
501501
OTHER_LDFLAGS = "-lc++";
502502
PRODUCT_BUNDLE_IDENTIFIER = blockchaincommons.URDemo;
503503
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -511,7 +511,7 @@
511511
buildSettings = {
512512
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513513
CODE_SIGN_STYLE = Automatic;
514-
CURRENT_PROJECT_VERSION = 2;
514+
CURRENT_PROJECT_VERSION = 3;
515515
DEVELOPMENT_ASSET_PATHS = "\"URDemo/Preview Content\"";
516516
DEVELOPMENT_TEAM = YZHG975W3A;
517517
ENABLE_PREVIEWS = YES;
@@ -524,7 +524,7 @@
524524
"$(inherited)",
525525
"@executable_path/Frameworks",
526526
);
527-
MARKETING_VERSION = 1.0.1;
527+
MARKETING_VERSION = 2.0.0;
528528
OTHER_LDFLAGS = "-lc++";
529529
PRODUCT_BUNDLE_IDENTIFIER = blockchaincommons.URDemo;
530530
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -623,7 +623,7 @@
623623
repositoryURL = "https://github.com/BlockchainCommons/URKit.git";
624624
requirement = {
625625
kind = upToNextMajorVersion;
626-
minimumVersion = 1.0.0;
626+
minimumVersion = 2.0.0;
627627
};
628628
};
629629
0399169124B7E5AB00AA4C63 /* XCRemoteSwiftPackageReference "WolfSwiftUI" */ = {

URDemo.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)