Skip to content

Commit 2ac04ce

Browse files
committed
Retire receipt library that is no longer used
1 parent f43d8be commit 2ac04ce

File tree

6 files changed

+1
-376
lines changed

6 files changed

+1
-376
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
[submodule "Frameworks/Static Libraries"]
1111
path = Frameworks/Static Libraries
1212
url = https://github.com/Codeux-Software/Static-Libraries.git
13-
[submodule "Frameworks/Apple Receipt Loader"]
14-
path = Frameworks/Apple Receipt Loader
15-
url = https://github.com/Codeux-Software/Apple-Receipt-Loader.git
1613
[submodule "Sources/Plugins/Sample Code/Swift Bot"]
1714
path = Sources/Plugins/Sample Code/Swift Bot
1815
url = https://github.com/Codeux/Textual-Swift-Plugin.git

Frameworks/Apple Receipt Loader

-1
This file was deleted.

Sources/App/Build Scripts/BuildFrameworks.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ xcb() {
1717
PROVISIONING_PROFILE_SPECIFIER=""
1818
}
1919

20-
#Handle special case first
21-
if [ "${TEXTUAL_BUILD_SCHEME_TOKEN}" == "appstore" ]; then
22-
cd "${TEXTUAL_WORKSPACE_DIR}/Frameworks/Apple Receipt Loader/"
23-
xcb "libreceipt"
24-
fi
25-
26-
#Assumes a the name and filename of the framework is the same just without spaces.
20+
# Assumes the name and filename of the framework is the same just without spaces.
2721
frameworks=(
2822
'Auto Hyperlinks'
2923
'Encryption Kit'

Sources/App/Classes/Headers/Private/TLOAppStoreManagerPrivate.h

-77
This file was deleted.

Sources/App/Classes/Library/License Manager/App Store/TLOAppStoreManager.m

-244
This file was deleted.

0 commit comments

Comments
 (0)