blob: f35c53aecb137148dbdc9726e857594527740ad1 [file] [log] [blame]
apple_binary(
name = 'Weather',
srcs = [
'Weather/EXViewController.m',
'Weather/main.m',
],
headers = [
'Weather/EXViewController.h',
],
frameworks = [
'$SDKROOT/System/Library/Frameworks/Foundation.framework',
'$SDKROOT/System/Library/Frameworks/UIKit.framework',
],
deps = [
'//Libraries/EXExample:EXExample',
],
)
xcode_project_config(
name = 'project',
project_name = 'Weather',
rules = [
':Weather',
],
)
xcode_workspace_config(
name = 'workspace',
src_target = ':Weather',
action_config_names={'profile': 'Profile'}
)