-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from mitsuaki1229/develop
Add pop tips.
- Loading branch information
Showing
16 changed files
with
263 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,8 @@ | |
2C87A178205DF94900379FD4 /* DescriptionViewModelSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C87A177205DF94900379FD4 /* DescriptionViewModelSpec.swift */; }; | ||
2C87A17A205DF97700379FD4 /* SettingViewModelSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C87A179205DF97700379FD4 /* SettingViewModelSpec.swift */; }; | ||
2C87A17C205DF9EF00379FD4 /* DetectionViewModelSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C87A17B205DF9EF00379FD4 /* DetectionViewModelSpec.swift */; }; | ||
2C87A17E205E21BC00379FD4 /* AMPopTip.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C87A17D205E21BC00379FD4 /* AMPopTip.framework */; }; | ||
2C87A184205E90CC00379FD4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2C87A186205E90CC00379FD4 /* Localizable.strings */; }; | ||
2CA179BF1F7F0D960086BADF /* SimulatorViewModelSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CA179BE1F7F0D960086BADF /* SimulatorViewModelSpec.swift */; }; | ||
2CB89EE91BEE567C002A4EC7 /* Const.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CB89EE81BEE567C002A4EC7 /* Const.swift */; }; | ||
2CCCF0881F6FFEE000B5B560 /* TabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCCF0871F6FFEE000B5B560 /* TabBarController.swift */; }; | ||
|
@@ -87,6 +89,9 @@ | |
2C87A177205DF94900379FD4 /* DescriptionViewModelSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DescriptionViewModelSpec.swift; sourceTree = "<group>"; }; | ||
2C87A179205DF97700379FD4 /* SettingViewModelSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingViewModelSpec.swift; sourceTree = "<group>"; }; | ||
2C87A17B205DF9EF00379FD4 /* DetectionViewModelSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetectionViewModelSpec.swift; sourceTree = "<group>"; }; | ||
2C87A17D205E21BC00379FD4 /* AMPopTip.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AMPopTip.framework; path = Carthage/Build/iOS/AMPopTip.framework; sourceTree = "<group>"; }; | ||
2C87A185205E90CC00379FD4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; | ||
2C87A187205E90E300379FD4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; }; | ||
2CA179BE1F7F0D960086BADF /* SimulatorViewModelSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimulatorViewModelSpec.swift; sourceTree = "<group>"; }; | ||
2CB89EE51BEE4F7C002A4EC7 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; | ||
2CB89EE81BEE567C002A4EC7 /* Const.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Const.swift; sourceTree = "<group>"; }; | ||
|
@@ -114,6 +119,7 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
2C87A17E205E21BC00379FD4 /* AMPopTip.framework in Frameworks */, | ||
2C3F00851F2C58C40086076D /* SnapKit.framework in Frameworks */, | ||
2C4D4AA91F486F690050CB14 /* MMMarkdown.framework in Frameworks */, | ||
2CDDF20D1F35474100101FD7 /* RxDataSources.framework in Frameworks */, | ||
|
@@ -146,6 +152,7 @@ | |
08E2F86F4D9CD7C0F52361CF /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2C87A17D205E21BC00379FD4 /* AMPopTip.framework */, | ||
2C7B486B1F52F7F9008616CD /* Nimble.framework */, | ||
2C7B486D1F52F7F9008616CD /* Quick.framework */, | ||
2C4D4AA81F486F690050CB14 /* MMMarkdown.framework */, | ||
|
@@ -241,6 +248,7 @@ | |
6E7CADCA1BEC95D70046E77B /* LaunchScreen.storyboard */, | ||
6E7CADCD1BEC95D70046E77B /* Info.plist */, | ||
2C21D5A21F75C9C3000E481C /* Settings.bundle */, | ||
2C87A186205E90CC00379FD4 /* Localizable.strings */, | ||
); | ||
path = BeaconDetection; | ||
sourceTree = "<group>"; | ||
|
@@ -361,6 +369,7 @@ | |
knownRegions = ( | ||
en, | ||
Base, | ||
ja, | ||
); | ||
mainGroup = 6E7CADB51BEC95D70046E77B; | ||
productRefGroup = 6E7CADBF1BEC95D70046E77B /* Products */; | ||
|
@@ -382,6 +391,7 @@ | |
2CE891551F4B04D80046EC73 /* LICENSE.md in Resources */, | ||
2C4D4AA71F486D620050CB14 /* README.md in Resources */, | ||
2C21D5A31F75C9C3000E481C /* Settings.bundle in Resources */, | ||
2C87A184205E90CC00379FD4 /* Localizable.strings in Resources */, | ||
6E7CADCC1BEC95D70046E77B /* LaunchScreen.storyboard in Resources */, | ||
6E7CADC91BEC95D70046E77B /* Assets.xcassets in Resources */, | ||
2C87A176205D3FDE00379FD4 /* [email protected] in Resources */, | ||
|
@@ -446,6 +456,7 @@ | |
"$(SRCROOT)/Carthage/Build/iOS/RxSwift.framework", | ||
"$(SRCROOT)/Carthage/Build/iOS/RxDataSources.framework", | ||
"$(SRCROOT)/Carthage/Build/iOS/MMMarkdown.framework", | ||
"$(SRCROOT)/Carthage/Build/iOS/AMPopTip.framework", | ||
); | ||
outputPaths = ( | ||
); | ||
|
@@ -515,6 +526,15 @@ | |
/* End PBXTargetDependency section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
2C87A186205E90CC00379FD4 /* Localizable.strings */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
2C87A185205E90CC00379FD4 /* en */, | ||
2C87A187205E90E300379FD4 /* ja */, | ||
); | ||
name = Localizable.strings; | ||
sourceTree = "<group>"; | ||
}; | ||
6E7CADCA1BEC95D70046E77B /* LaunchScreen.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
|
@@ -572,7 +592,7 @@ | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.3.5; | ||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
|
@@ -620,7 +640,7 @@ | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.3.5; | ||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
SDKROOT = iphoneos; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; | ||
|
@@ -641,6 +661,7 @@ | |
"$(PROJECT_DIR)/Carthage/Build/iOS", | ||
); | ||
INFOPLIST_FILE = BeaconDetection/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.mitsuaki1229.BeaconDetection; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
|
@@ -664,6 +685,7 @@ | |
"$(PROJECT_DIR)/Carthage/Build/iOS", | ||
); | ||
INFOPLIST_FILE = BeaconDetection/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.mitsuaki1229.BeaconDetection; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
BeaconDetection/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.