Skip to content

Commit

Permalink
replace im.fluffychat.app with de.luckycloud.luckychat in ios and mac…
Browse files Browse the repository at this point in the history
…os directory
  • Loading branch information
lucky-Viktor committed Oct 26, 2024
1 parent ff337db commit 5a47325
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ios/FluffyChat Share/FluffyChat Share.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.im.fluffychat.app</string>
<string>group.de.luckycloud.luckychat.app</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/FluffyChat Share/ShareViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Photos

class ShareViewController: SLComposeServiceViewController {
// TODO: IMPORTANT: This should be your host app bundle identifier
let hostAppBundleIdentifier = "im.fluffychat.app"
let hostAppBundleIdentifier = "de.luckycloud.luckychat.app"
let sharedKey = "ShareKey"
var sharedMedia: [SharedMediaFile] = []
var sharedText: [String] = []
Expand Down
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.32.1;
PRODUCT_BUNDLE_IDENTIFIER = im.fluffychat.app;
PRODUCT_BUNDLE_IDENTIFIER = de.luckycloud.luckychat.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -649,7 +649,7 @@
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.32.1;
PRODUCT_BUNDLE_IDENTIFIER = im.fluffychat.app;
PRODUCT_BUNDLE_IDENTIFIER = de.luckycloud.luckychat.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -683,7 +683,7 @@
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.32.1;
PRODUCT_BUNDLE_IDENTIFIER = im.fluffychat.app;
PRODUCT_BUNDLE_IDENTIFIER = de.luckycloud.luckychat.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -715,7 +715,7 @@
MARKETING_VERSION = 1.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "im.fluffychat.app.FluffyChat-Share";
PRODUCT_BUNDLE_IDENTIFIER = "de.luckycloud.luckychat.app.FluffyChat-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
Expand Down Expand Up @@ -748,7 +748,7 @@
);
MARKETING_VERSION = 1.0.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "im.fluffychat.app.FluffyChat-Share";
PRODUCT_BUNDLE_IDENTIFIER = "de.luckycloud.luckychat.app.FluffyChat-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -779,7 +779,7 @@
);
MARKETING_VERSION = 1.0.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "im.fluffychat.app.FluffyChat-Share";
PRODUCT_BUNDLE_IDENTIFIER = "de.luckycloud.luckychat.app.FluffyChat-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>im.fluffychat.app</string>
<string>de.luckycloud.luckychat.app</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Runner.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>group.im.fluffychat.app</string>
<string>group.de.luckycloud.luckychat.app</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app_identifier("im.fluffychat.app") # The bundle identifier of your app
app_identifier("de.luckycloud.luckychat.app") # The bundle identifier of your app
apple_id("[email protected]") # Your Apple email address

itc_team_id("122628977") # App Store Connect Team ID
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// 'flutter create' template.

// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = FluffyChat
PRODUCT_NAME = luckychat

// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = im.fluffychat.fluffychat
PRODUCT_BUNDLE_IDENTIFIER = de.luckycloud.luckychat

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2023 FluffyChat authors. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2024 luckychat authors. All rights reserved.

0 comments on commit 5a47325

Please sign in to comment.