Skip to content

Commit

Permalink
xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Oct 9, 2024
1 parent b1c92ac commit 0cb43b5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
3 changes: 2 additions & 1 deletion flavours/classic/config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ if System.get_env("HOT_CODE_RELOAD") != "-1" do

config :bonfire, Bonfire.Web.Endpoint,
code_reloader: enable_reloader?,
reloadable_compilers: [:leex, :elixir], # TEMP
# TEMP
reloadable_compilers: [:leex, :elixir],
# reloadable_compilers: [:leex, :elixir, :surface],
reloadable_apps: [:bonfire] ++ local_dep_names,
live_reload: [
Expand Down
5 changes: 3 additions & 2 deletions native/swiftui/Bonfire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
8CC489342C9F4DF700F0287C /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
"Preview Content/Launch Screen.storyboard",
);
target = 8DBD22D1724F21C6946C4D65 /* Bonfire */;
Expand Down Expand Up @@ -269,7 +270,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
DEVELOPMENT_TEAM = DALDRRZGDR;
DEVELOPMENT_TEAM = V89NU9F74B;
INFOPLIST_KEY_CFBundleDisplayName = Bonfire;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -378,7 +379,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
DEVELOPMENT_TEAM = DALDRRZGDR;
DEVELOPMENT_TEAM = V89NU9F74B;
INFOPLIST_KEY_CFBundleDisplayName = Bonfire;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down
21 changes: 21 additions & 0 deletions native/swiftui/Bonfire/Assets.xcassets/Uklg.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "uklg.jpg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cb43b5

Please sign in to comment.