File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,5 @@ class BuildDetails {
65
65
var workspaceGitBranch : String ? {
66
66
return dict [ " com-loopkit-LoopWorkspace-git-branch " ] as? String
67
67
}
68
-
69
- var isGitHubBuild : Bool ? {
70
- return dict [ " com-loopkit-GitHub-build " ] as? Bool
71
- }
72
68
}
73
69
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ if [ -e "${provisioning_profile_path}" ]; then
72
72
profile_expire_date=$( security cms -D -i " ${provisioning_profile_path} " | plutil -p - | grep ExpirationDate | cut -b 23-)
73
73
# Convert to plutil format
74
74
profile_expire_date=$( date -j -f " %Y-%m-%d %H:%M:%S" " ${profile_expire_date} " +" %Y-%m-%dT%H:%M:%SZ" )
75
-
76
75
plutil -replace com-loopkit-Loop-profile-expiration -date " ${profile_expire_date} " " ${info_plist_path} "
77
76
else
78
77
warn " Invalid provisioning profile path ${provisioning_profile_path} "
92
91
fi
93
92
popd . > /dev/null
94
93
fi
95
-
96
- # Handle github action
97
- if [ -n " $GITHUB_ACTIONS " ]; then
98
- plutil -replace com-loopkit-GitHub-build -bool true " ${info_plist_path} "
99
- fi
You can’t perform that action at this time.
0 commit comments