Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Asspp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = HYSP93WM39;
ENABLE_APP_SANDBOX = YES;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_INCOMING_NETWORK_CONNECTIONS = YES;
Expand Down Expand Up @@ -419,7 +419,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = HYSP93WM39;
ENABLE_APP_SANDBOX = YES;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_INCOMING_NETWORK_CONNECTIONS = YES;
Expand Down
52 changes: 43 additions & 9 deletions Asspp/App/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
}
}
},
"%@\n%@ %@(%@)" : {
"comment" : "A sublabel displaying the model, OS version, and build number of a device.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@\n%2$@ %3$@(%4$@)"
}
}
},
"shouldTranslate" : false
},
"%@ - %@" : {
"localizations" : {
"en" : {
Expand Down Expand Up @@ -919,9 +932,6 @@
}
}
}
},
"Finder opened." : {

},
"Grant local network permission to install apps and communicate with system services." : {
"localizations" : {
Expand Down Expand Up @@ -1159,6 +1169,24 @@
}
}
},
"Installed Version: %@ (%@)" : {
"comment" : "A text displaying the installed version of a specific app. The first argument is the name of the app. The second argument is the version string of the installed app. The third argument is the bundle version string of the installed app.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Installed Version: %1$@ (%2$@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "已安装版本:%1$@ (%2$@)"
}
}
}
},
"Keyword" : {
"localizations" : {
"en" : {
Expand Down Expand Up @@ -1461,9 +1489,6 @@
}
}
}
},
"Path copied to clipboard." : {

},
"Pause" : {
"localizations" : {
Expand Down Expand Up @@ -1609,6 +1634,18 @@
}
}
},
"Refresh Devices" : {
"comment" : "A button to refresh the list of connected devices.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "刷新设备"
}
}
}
},
"Region" : {

},
Expand Down Expand Up @@ -2152,9 +2189,6 @@
}
}
}
},
"Use Finder to inspect the IPA on macOS." : {

},
"Version %@" : {
"comment" : "A label displaying the version and release date of an app. The first argument is the version of the app. The second argument is the release date of the app.",
Expand Down
4 changes: 4 additions & 0 deletions Asspp/Asspp.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
<array>
<string>/private/tmp/</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)wiki.qaq.Asspp</string>
Expand Down
Loading
Loading