Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
add bundle id (#15)
Browse files Browse the repository at this point in the history
* add bundle id

* bump version to 0.1.5
  • Loading branch information
jamilbk committed Apr 26, 2023
1 parent c9f29f2 commit b5813d5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firezone-connlib"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "connlib-android"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ afterEvaluate {
create<MavenPublication>("release") {
groupId = "dev.firezone"
artifactId = "connlib"
version = "0.1.4"
version = "0.1.5"
from(components["release"])
}
}
Expand Down
2 changes: 1 addition & 1 deletion apple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "connlib-apple"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

build = "build.rs"
Expand Down
4 changes: 3 additions & 1 deletion apple/connlib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@
MARKETING_VERSION = 1.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = dev.firezone.connlib;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = auto;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -505,11 +506,12 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 47R2M6779T;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "dev.firezone.connlib-tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
Expand Down

0 comments on commit b5813d5

Please sign in to comment.