diff --git a/Scripts/set_build_number.sh b/Scripts/set_build_number.sh index cf256730..32bea326 100755 --- a/Scripts/set_build_number.sh +++ b/Scripts/set_build_number.sh @@ -12,7 +12,11 @@ git=$(sh /etc/profile; which git) number_of_commits=$("$git" rev-list HEAD --count) git_release_version=$("$git" describe --tags --always --abbrev=0) +# $TARGET_BUILD_DIR = ~/Library/Developer/Xcode/DerivedData/Tinodios-eqpxjmfeshykdhenvfigilydnzgz/Build/Products/Debug-iphonesimulator +# $INFOPLIST_PATH = Tinodios.app/Info.plist target_plist="$TARGET_BUILD_DIR/$INFOPLIST_PATH" +# $DWARF_DSYM_FOLDER_PATH = ~/Library/Developer/Xcode/DerivedData/Tinodios-eqpxjmfeshykdhenvfigilydnzgz/Build/Products/Release-iphoneos +# $DWARF_DSYM_FILE_NAME = Tinodios.app.dSYM dsym_plist="$DWARF_DSYM_FOLDER_PATH/$DWARF_DSYM_FILE_NAME/Contents/Info.plist" for plist in "$target_plist" "$dsym_plist"; do diff --git a/Tinodios.xcodeproj/project.pbxproj b/Tinodios.xcodeproj/project.pbxproj index 4cf21254..ab3f0e87 100644 --- a/Tinodios.xcodeproj/project.pbxproj +++ b/Tinodios.xcodeproj/project.pbxproj @@ -752,7 +752,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = "co.tinode.tinodios-test"; + PRODUCT_BUNDLE_IDENTIFIER = co.tinode.tinodios; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0;