Skip to content

Commit

Permalink
Update bundle ID and background modes
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcharger committed Apr 29, 2024
1 parent a490674 commit f02b6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions InfiniLink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"InfiniLink/Preview Content\"";
DEVELOPMENT_TEAM = Y22PRZL3N4;
DEVELOPMENT_TEAM = UXA3H4X42S;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = InfiniLink/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
Expand All @@ -1055,7 +1055,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.infinitimeorg.InfiniLink;
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
Expand All @@ -1074,7 +1074,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"InfiniLink/Preview Content\"";
DEVELOPMENT_TEAM = Y22PRZL3N4;
DEVELOPMENT_TEAM = UXA3H4X42S;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = InfiniLink/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
Expand All @@ -1084,7 +1084,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.infinitimeorg.InfiniLink;
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
Expand Down
1 change: 0 additions & 1 deletion InfiniLink/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<array>
<string>bluetooth-central</string>
<string>location</string>
<string>processing</string>
</array>
<key>UILaunchScreen</key>
<dict/>
Expand Down

0 comments on commit f02b6a0

Please sign in to comment.