Skip to content

Commit 36e7531

Browse files
committed
Change bundle identifier
Also bump marketing version to the latest release tag.
1 parent ee643e7 commit 36e7531

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2019-2021 Blockchain
4-
Copyright (c) 2021 Sjors Provoost
4+
Copyright (c) 2021-2022 Sjors Provoost
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77

LibWally.xcodeproj/project.pbxproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
attributes = {
202202
LastSwiftUpdateCheck = 1020;
203203
LastUpgradeCheck = 1230;
204-
ORGANIZATIONNAME = Blockchain;
204+
ORGANIZATIONNAME = "";
205205
TargetAttributes = {
206206
FE9CD3B0229C397900345DFA = {
207207
CreatedOnToolsVersion = 10.2.1;
@@ -439,8 +439,9 @@
439439
"$(inherited)",
440440
"$(PROJECT_DIR)/CLibWally/libwally-core/src/.libs",
441441
);
442+
MARKETING_VERSION = 0.0.6;
442443
MODULEMAP_FILE = "$(SRCROOT)/LibWally/LibWally.modulemap";
443-
PRODUCT_BUNDLE_IDENTIFIER = com.blockchain.LibWally;
444+
PRODUCT_BUNDLE_IDENTIFIER = nl.sprovoost.LibWally;
444445
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
445446
PROVISIONING_PROFILE_SPECIFIER = "";
446447
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
@@ -475,8 +476,9 @@
475476
"$(inherited)",
476477
"$(PROJECT_DIR)/CLibWally/libwally-core/src/.libs",
477478
);
479+
MARKETING_VERSION = 0.0.6;
478480
MODULEMAP_FILE = "$(SRCROOT)/LibWally/LibWally.modulemap";
479-
PRODUCT_BUNDLE_IDENTIFIER = com.blockchain.LibWally;
481+
PRODUCT_BUNDLE_IDENTIFIER = nl.sprovoost.LibWally;
480482
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
481483
PROVISIONING_PROFILE_SPECIFIER = "";
482484
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
@@ -500,7 +502,7 @@
500502
"@executable_path/Frameworks",
501503
"@loader_path/Frameworks",
502504
);
503-
PRODUCT_BUNDLE_IDENTIFIER = com.blockchain.LibWallyTests;
505+
PRODUCT_BUNDLE_IDENTIFIER = nl.sprovoost.LibWallyTests;
504506
PRODUCT_NAME = "$(TARGET_NAME)";
505507
PROVISIONING_PROFILE_SPECIFIER = "";
506508
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
@@ -522,7 +524,7 @@
522524
"@executable_path/Frameworks",
523525
"@loader_path/Frameworks",
524526
);
525-
PRODUCT_BUNDLE_IDENTIFIER = com.blockchain.LibWallyTests;
527+
PRODUCT_BUNDLE_IDENTIFIER = nl.sprovoost.LibWallyTests;
526528
PRODUCT_NAME = "$(TARGET_NAME)";
527529
PROVISIONING_PROFILE_SPECIFIER = "";
528530
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";

LibWally.xcodeproj/xcshareddata/IDETemplateMacros.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<key>FILEHEADER</key>
66
<string>
77
// ___FILENAME___
8-
// ___FILEBASENAME___
8+
// ___FILEBASENAME___
99
//
1010
// Created by ___FULLUSERNAME___ on ___DATE___.
11-
// Copyright © ___YEAR___ Blockchain. Distributed under the MIT software
11+
// Copyright © ___YEAR___ Sjors Provoost. Distributed under the MIT software
1212
// license, see the accompanying file LICENSE.md</string>
1313
</dict>
1414
</plist>

LibWally/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.2</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)