Skip to content

Commit

Permalink
SHOULD fix #35 and #22
Browse files Browse the repository at this point in the history
there was already an entitlements.plist file, I probably forgot to implement it into ipabuild.sh
  • Loading branch information
c22dev committed Sep 15, 2024
1 parent 5e47836 commit 29f9b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Bookmark Location in Geranium/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<string>group.live.cclerc.geraniumBookmarks</string>
</array>
</dict>
</plist>
</plist>
4 changes: 4 additions & 0 deletions ipabuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ fi
# Add entitlements
echo "Adding entitlements"
ldid -S"$WORKING_LOCATION/entitlements.plist" "$TARGET_APP/$APPLICATION_NAME"
# Inject into the Maps thingy
ldid -S"$WORKING_LOCATION/Bookmark Location in Geranium/entitlements.plist" "$TARGET_APP/PlugIns/Bookmark Location in Geranium.appex/Bookmark Location in Geranium"
# idk if this is usefull but uhm
ldid -S"$WORKING_LOCATION/Bookmark Location in Geranium/entitlements.plist" "$TARGET_APP/PlugIns/Bookmark Location in Geranium.appex/Bookmark Location in Geranium.debug.dylib"
# ldid -S"$WORKING_LOCATION/entitlements.plist" "$TARGET_APP/RootHelper"

# Package .ipa
Expand Down

0 comments on commit 29f9b38

Please sign in to comment.