Skip to content

Commit

Permalink
retest
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyc-z committed Oct 10, 2018
1 parent 089dd7e commit 6f5e626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def udid_callback
file.write(request.raw_post)
end

plist = ConfigParser.plist(request.raw_post)
plist = PkgAdapter::ConfigParser.plist(request.raw_post)

# udid = "#{request.raw_post}"
udid = plist["UDID"]
Expand Down

0 comments on commit 6f5e626

Please sign in to comment.