Skip to content

Commit

Permalink
Revert "chore: update config_process script for fullstory keys (#71)" (
Browse files Browse the repository at this point in the history
…#72)

This reverts commit 1e7ff11.
  • Loading branch information
saeedbashir committed Sep 20, 2024
1 parent 82963b9 commit 00f4cc5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions config_script/process_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,9 @@ def add_fullstory_config(self, config, plist):
fullstory = config.get('FULLSTORY', {})
enabled = fullstory.get('ENABLED')
orgID = fullstory.get('ORG_ID')
swiftUIEnabled = fullstory.get('SWIFTUI_ENABLED')
swiftUISelectorVersion = fullstory.get('SWIFTUI_SELECTOR_VERSION')
swiftUIPreviewVersion = fullstory.get('SWIFTUI_PREVIEW_VERSION')


if enabled and orgID:
plist["FullStory"] = {"orgID": orgID,
"SwiftUIEnabled": swiftUIEnabled,
"SwiftUISelectorVersion": swiftUISelectorVersion,
"SwiftUISelectorPreview": swiftUIPreviewVersion
}
plist["FullStory"] = {"orgID": orgID}

def update_info_plist(self, plist_data, plist_path):
if not plist_path:
Expand Down

0 comments on commit 00f4cc5

Please sign in to comment.