Skip to content

Commit

Permalink
added sample profile for google
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed Jun 15, 2022
1 parent d6a4c91 commit 342c859
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
File renamed without changes.
53 changes: 53 additions & 0 deletions Sample Profile/xcreds_example_google.mobileconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?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>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configures XCreds configuration preferences</string>
<key>PayloadDisplayName</key>
<string>XCreds</string>
<key>PayloadIdentifier</key>
<string>com.github.erikberglund.ProfileCreator.27BDECFE-2520-4034-8593-DB45364B0A28.com.twocanoes.xcreds.06A2A167-4F35-4447-A4EB-1FD5AD7BDBA6</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadType</key>
<string>com.twocanoes.xcreds</string>
<key>PayloadUUID</key>
<string>06A2A167-4F35-4447-A4EB-1FD5AD7BDBA6</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>clientID</key>
<string>1017172748892-ou7ocrhpn62ahh1frdc1vjkaful0juf6.apps.googleusercontent.com</string>
<key>clientSecret</key>
<string>REDACTED</string>
<key>discoveryURL</key>
<string>https://accounts.google.com/.well-known/openid-configuration?access_type=offline</string>
<key>redirectURI</key>
<string>https://example.com/xcreds</string>
<key>scopes</key>
<string>profile openid</string>
<key>shouldSetGoogleAccessTypeToOffline</key>
<true/>
</dict>
</array>
<key>PayloadDescription</key>
<string>XCreds</string>
<key>PayloadDisplayName</key>
<string>xcreds</string>
<key>PayloadIdentifier</key>
<string>com.github.erikberglund.ProfileCreator.27BDECFE-2520-4034-8593-DB45364B0A28</string>
<key>PayloadOrganization</key>
<string>Twocanoes</string>
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>27BDECFE-2520-4034-8593-DB45364B0A28</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
4 changes: 2 additions & 2 deletions xCreds.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1273;
CURRENT_PROJECT_VERSION = 1274;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -443,7 +443,7 @@
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1273;
CURRENT_PROJECT_VERSION = 1274;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
Binary file not shown.

0 comments on commit 342c859

Please sign in to comment.