Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Jun 15, 2023
1 parent 7d81278 commit 6ef6e30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.natvebrik.example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -578,7 +578,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.natvebrik.example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ struct ItemPanel: View {
let subtitle: String
let price: String
var desc: String = "Lorem Ipsum"

@State private var isShowingItemView = false

var body: some View {
VStack {
AsyncImage(url: URL(string: self.image)) { phase in
Expand Down Expand Up @@ -131,7 +131,7 @@ Morondava is a charming coastal town located on the western coast of Madagascar.
Nativebrik(
apiKey: "pdqfE6r1Zlng8FiqZ5jvlXIbwqS6jsVP"
)
.Component(id: "chq34ea23akg00echmd0").frame(width: UIScreen.main.bounds.width, height: 260)
.Component(id: "ci396q223akg00audcqg").frame(width: UIScreen.main.bounds.width, height: 270)
ForEach(self.items, id: \.title) { item in
item.padding()
}
Expand Down

0 comments on commit 6ef6e30

Please sign in to comment.