Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 1, 2023
1 parent d484114 commit be9a7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Demo/BuildConfigSwiftDemo/Sources/UI/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ struct ContentView: View {
VStack {
Text("isDebug: \(String(config.isDebug))")
Text("Environment: \(config.environment)")
Text("API version: \(config.apiVersion)")
Text("PI: \(config.pi)")
}
}
}
Expand Down

0 comments on commit be9a7ef

Please sign in to comment.