Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Build #417

Merged
merged 24 commits into from
May 15, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b1d0156
Update Audiobook classes
mauricecarrier7 Mar 27, 2024
59e98e4
building open access happy path
mauricecarrier7 Apr 10, 2024
1420f50
Launch audiobook from delegate extension
mauricecarrier7 Apr 23, 2024
3f2b91a
Update TPPBookCellDelegate+Extensions.swift
mauricecarrier7 May 9, 2024
5044a3a
Integrate updated audiobook changes
mauricecarrier7 May 14, 2024
d38bace
Merge branch 'develop' into task/PP-1064-audiobook-infrastructure
mauricecarrier7 May 14, 2024
f947ff1
Clean up
mauricecarrier7 May 14, 2024
13aa55d
Update .gitmodules
mauricecarrier7 May 14, 2024
1c5e034
Update project.pbxproj
mauricecarrier7 May 14, 2024
a3062f4
Update project.pbxproj
mauricecarrier7 May 14, 2024
b56c5f4
Update project.pbxproj
mauricecarrier7 May 14, 2024
4826e9e
Merge branch 'beta' into task/PP-1064-audiobook-infrastructure
mauricecarrier7 May 14, 2024
bc57aee
Update project.pbxproj
mauricecarrier7 May 14, 2024
791d52b
Update project.pbxproj
mauricecarrier7 May 14, 2024
b904980
Delete ios-drm-audioengine
mauricecarrier7 May 14, 2024
8df3479
Update scripts
mauricecarrier7 May 14, 2024
0c49932
Update ios-audiobooktoolkit
mauricecarrier7 May 15, 2024
788b3a2
Update AudiobookBookmarkBusinessLogicTests.swift
mauricecarrier7 May 15, 2024
abe6dc1
Update project.pbxproj
mauricecarrier7 May 15, 2024
97fe81f
Revert "Update project.pbxproj"
mauricecarrier7 May 15, 2024
6545687
Merge branch 'beta' into task/PP-1064-audiobook-infrastructure
mauricecarrier7 May 15, 2024
0543536
Update project.pbxproj
mauricecarrier7 May 15, 2024
9aca779
Update project.pbxproj
mauricecarrier7 May 15, 2024
7ed72dd
Revert "Update project.pbxproj"
mauricecarrier7 May 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Palace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6196,7 +6196,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 88CBA74T8K;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -6259,7 +6259,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 88CBA74T8K;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down
Loading