Skip to content

Commit

Permalink
add autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakey committed Nov 7, 2018
1 parent 1576abf commit aba68bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ProfilesManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
A211931B1AF1CA5B0064CA7D /* ProfilesManager */ = {
isa = PBXGroup;
children = (
B856B7801E25EDC800060107 /* ProfilesManager.entitlements */,
B8FF31C021929EA40022C658 /* Manager */,
B8BCD23D1E6CEFC500ABD2A6 /* Vendor */,
B856B7801E25EDC800060107 /* ProfilesManager.entitlements */,
A2A8FA871AFA43DD0087DD68 /* View */,
A244DCAC1AFA0A2E00EB7E61 /* Category */,
A244DCB11AFA0A2E00EB7E61 /* Controller */,
Expand Down Expand Up @@ -356,7 +356,7 @@
CreatedOnToolsVersion = 6.2;
SystemCapabilities = {
com.apple.Sandbox = {
enabled = 1;
enabled = 0;
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion ProfilesManager/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 0 additions & 4 deletions ProfilesManager/ProfilesManager.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
<dict>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
<string>/Library/MobileDevice/Provisioning Profiles/</string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,10 @@ - ( void )installFromDirectory: ( NSURL * )location
goto end;
}

if( [ self checkCodeSigning: appURL ] == NO )
{
goto end;
}
// if( [ self checkCodeSigning: appURL ] == NO )
// {
// goto end;
// }

if( [ self replaceApp: appURL ] == NO )
{
Expand Down

0 comments on commit aba68bc

Please sign in to comment.