Skip to content

Instantly share code, notes, and snippets.

View iOSDeveloperGuy's full-sized avatar
🏠
Working from home

iOSDeveloperGuy

🏠
Working from home
View GitHub Profile
@harmancode
harmancode / gist:af6d68e5af071a672a3b99c8966303d4
Last active May 30, 2023 17:22 — forked from zetachang/gist:4111314
Instructions on adding a Acknowledgements Settings.bundle

How to add Acknowledgements to an iOS app's Settings bundle

  • To add Settings.bundle in Xcode. Command N and in Resource, choose Settings Bundle .
  • Open Root.plist in source code, paste the code below to replace it,
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>