Skip to content

Commit

Permalink
fix(ci): xcode workspace was ignored
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Aug 22, 2019
1 parent cfe4461 commit e64a2e6
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
4 changes: 1 addition & 3 deletions client/.gitignore
Expand Up @@ -39,7 +39,7 @@ DerivedData
*.ipa
*.ipa.meta
*.xcuserstate
# project.xcworkspace
project.xcworkspace
*.dSYM.zip

# Android/IntelliJ
Expand Down Expand Up @@ -118,8 +118,6 @@ jsconfig.json

# Cocoapods
/ios/Pods/
*.xcworkspace/
ios/Pods

# certificates
*.ud.wulo.ios.p12
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
10 changes: 10 additions & 0 deletions client/ios/Berty.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>

0 comments on commit e64a2e6

Please sign in to comment.