Skip to content

Commit

Permalink
adding some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Oct 17, 2019
1 parent 548b461 commit 4f5ee2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Scripts/set_build_number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tinodios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f5ee2e

Please sign in to comment.