Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Jan 31, 2021
1 parent 5f955b6 commit 66454c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AGPMInjector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 3.3.4;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = arm64;
Expand All @@ -396,7 +396,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.3.3;
MARKETING_VERSION = 3.3.4;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -414,7 +414,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 3.3.4;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = arm64;
Expand All @@ -432,7 +432,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.3.3;
MARKETING_VERSION = 3.3.4;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
Expand Down
5 changes: 3 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ workflows:
# ---- Generate Sparkle EdDSA key:
APPCAST_KEY=$($BITRISE_SOURCE_DIR/Support\ Files/generate_keys -p)
echo $BITRISE_DEPLOY_DIR
# ---- Set the SUPublicEDKey to the generated EdDSA key:
/usr/libexec/PlistBuddy -c "Set SUPublicEDKey $APPCAST_KEY" $BITRISE_SOURCE_DIR/AGPMInjector/Info.plist
Expand All @@ -42,6 +42,7 @@ workflows:
short_bundle_version=`sed -n '/MARKETING_VERSION/{s/MARKETING_VERSION = //;s/;//;s/^[[:space:]]*//;p;q;}' $BITRISE_SOURCE_DIR/AGPMInjector.xcodeproj/project.pbxproj`
CONFIG_build_version=${build_version}
CONFIG_short_bundle_version=${short_bundle_version}
echo $build_version $short_bundle_version
# ---- Set Build And Bundle Version ENV:
envman add --key "CURRENT_BUILD_VERSION" --value "${CONFIG_build_version}"
Expand Down Expand Up @@ -76,7 +77,7 @@ workflows:
- username: $GITHUB_USER
- tag: $CURRENT_SHORT_BUNDLE_VERSION
- name: $CURRENT_SHORT_BUNDLE_VERSION
- body: new draft
- body: $BITRISE_CHANGELOG
- files_to_upload: |-
$BITRISE_EXPORTED_FILE_PATH
$BITRISE_DEPLOY_DIR/appcast.xml
Expand Down

0 comments on commit 66454c0

Please sign in to comment.