Skip to content

Commit

Permalink
Merge pull request #63 from OneBusAway/plist
Browse files Browse the repository at this point in the history
Plist
  • Loading branch information
aaronbrethorst authored Aug 25, 2024
2 parents bdc3e04 + 9cdc407 commit 7659e3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Examples/OTPKitDemo/OTPKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"OTPKitDemo/Preview Content\"";
DEVELOPMENT_TEAM = 4ZQCMA634J;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -320,7 +320,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"OTPKitDemo/Preview Content\"";
DEVELOPMENT_TEAM = 4ZQCMA634J;
ENABLE_PREVIEWS = YES;
Expand Down
5 changes: 4 additions & 1 deletion Examples/OTPKitDemo/OTPKitDemo/Info.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?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/>
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

0 comments on commit 7659e3f

Please sign in to comment.